/* [project]/app/hundeschutzweste/page.css [app-client] (css) */
.hundeschutzweste-page {
  font-family: var(--font-open-sans), "Open Sans", system-ui, sans-serif;
}

.hundeschutzweste-hero .hero-bg-image {
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
}

.hundeschutzweste-hero .overlay {
  background: linear-gradient(#0608064d 0%, #06080666 45%, #060806d1 100%), linear-gradient(90deg, #060806a6 0%, #06080640 55%, #0608060d 100%);
}

.hundeschutzweste-hero p.lead {
  font-family: var(--font-open-sans), "Open Sans", system-ui, sans-serif;
}

:is(html:has(.hsw-nachmass), body:has(.hsw-nachmass)) {
  overflow: hidden;
}

.hsw-sr-only {
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

:is(html:has(.hsw-nachmass), body:has(.hsw-nachmass)) {
  background: #0a0d07 !important;
}

body:has(.hsw-nachmass) main {
  min-height: 0 !important;
}

:is(body:has(.hsw-nachmass) .footer-main, body:has(.hsw-nachmass) .footer-legal, body:has(.hsw-nachmass) .three-tiles, body:has(.hsw-nachmass) .bottom-tabs, body:has(.hsw-nachmass) .footer-newsletter) {
  display: none !important;
}

body:has(.hsw-nachmass) .site-header .brand-logo {
  filter: brightness(0) invert();
}

.hsw-nachmass {
  z-index: 1;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.hsw-nachmass .hsw-root {
  height: 100%;
  padding-bottom: 0;
  scroll-margin-top: 0;
}

.hsw-nachmass .hsw-config {
  height: 100%;
  padding: 62px 28px 14px;
}

.hsw-nachmass .hsw-stage {
  border: none;
  border-radius: 0;
  height: calc(100% - 76px);
  max-height: none;
}

.hsw-nachmass .hsw-svgwrap {
  padding: 0;
}

@media (min-width: 981px) {
  .hsw-nachmass .hsw-panel {
    height: calc(100% - 76px);
  }
}

@media (max-width: 980px) {
  :is(html:has(.hsw-nachmass), body:has(.hsw-nachmass)) {
    overflow: visible;
  }

  .hsw-nachmass {
    height: auto;
    position: static;
    inset: auto;
    overflow: visible;
  }

  .hsw-nachmass .hsw-config {
    height: auto;
    padding: 56px 14px 28px;
  }

  .hsw-nachmass .hsw-step-body {
    overflow: visible;
  }
}

.hsw-root {
  --bg: #0d1108;
  --bg2: #121710;
  --surface: #161c12;
  --surface2: #1d2417;
  --line: #283322;
  --line2: #38462c;
  --txt: #e7e3d6;
  --mut: #9aa088;
  --mut2: #828770;
  --accent: #7fa23d;
  --accent-d: #5a7a2b;
  --gold: #c7a35a;
  --cta: #3e5a1c;
  --cta-h: #2f4714;
  font-family: var(--font-open-sans), "Open Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--txt);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  scroll-margin-top: 80px;
  position: relative;
}

.hsw-root *, .hsw-root :before, .hsw-root :after {
  box-sizing: border-box;
}

.hsw-root ::selection {
  background: var(--accent);
  color: #0a0d0c;
}

.hsw-config {
  z-index: 10;
  grid-template-columns: 1.25fr .95fr;
  align-items: start;
  gap: 26px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 28px 28px 60px;
  display: grid;
  position: relative;
}

.hsw-stage {
  border: 1px solid var(--line);
  background: radial-gradient(120% 80% at 50% 30%, #7fa23d1a, transparent 55%),
    radial-gradient(80% 60% at 50% 78%, #ffffff0d, transparent 60%),
    linear-gradient(180deg, var(--bg2), #07100c);
  border-radius: 6px;
  flex-direction: column;
  height: calc(100vh - 36px);
  min-height: 480px;
  display: flex;
  position: sticky;
  top: 18px;
  overflow: hidden;
}

.hsw-stage-grid {
  opacity: .5;
  background-image: linear-gradient(#ffffff06 1px, #0000 1px), linear-gradient(90deg, #ffffff06 1px, #0000 1px);
  background-size: 38px 38px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 55%, #000, #0000 75%);
  mask-image: radial-gradient(70% 60% at 50% 55%, #000, #0000 75%);
}

.hsw-stage-tag {
  z-index: 3;
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--mut);
  align-items: center;
  gap: 8px;
  font-size: 11px;
  display: flex;
  position: absolute;
  top: 18px;
  left: 18px;
}

.hsw-stage-tag b {
  color: var(--accent);
  font-weight: 600;
}

.hsw-sizebadge {
  z-index: 3;
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .12em;
  border: 1px solid var(--line2);
  color: var(--txt);
  border-radius: 2px;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 16px;
  right: 18px;
}

.hsw-priceflag {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  margin-left: auto;
  padding: 2px 0;
  line-height: 1.05;
  transition: opacity .15s;
  display: flex;
}

.hsw-priceflag .amt {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: -.01em;
  color: #fff;
  white-space: nowrap;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.hsw-priceflag .meta {
  font-family: var(--font-mono),"JetBrains Mono",ui-monospace,monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
}

.hsw-priceflag:hover {
  opacity: .78;
}

@media (max-width: 560px) {
  .hsw-priceflag .amt {
    font-size: 21px;
  }

  .hsw-priceflag .meta {
    letter-spacing: .14em;
    font-size: 10px;
  }
}

.hsw-svgwrap {
  z-index: 2;
  flex: auto;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 26px;
  display: flex;
}

.hsw-dog {
  filter: drop-shadow(0 26px 36px #0000008c);
  width: 100%;
  height: 100%;
}

.hsw-dog .torsofloat {
  transform-box: fill-box;
  transform-origin: center;
  animation: 5.5s ease-in-out infinite hsw-bob;
}

.hsw-vestpart {
  transition: fill .45s cubic-bezier(.4, 0, .2, 1);
}

.hsw-bells-g {
  transform-origin: 332px 256px;
  animation: 2.8s ease-in-out infinite hsw-swing;
}

.hsw-appear {
  transform-box: fill-box;
  transform-origin: center;
  animation: .4s cubic-bezier(.34, 1.56, .64, 1) forwards hsw-pop;
}

.hsw-readout {
  border-top: 1px solid var(--line);
  z-index: 3;
  flex: none;
  grid-template-columns: 1fr;
  display: grid;
}

.hsw-readout > div {
  padding: 13px 18px;
}

.hsw-readout > div + div {
  border-left: 1px solid var(--line);
}

.hsw-ro-label {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mut2);
  margin-bottom: 8px;
  font-size: 10.5px;
}

.hsw-ro-val {
  font-family: var(--font-oswald),sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.hsw-ro-sub {
  color: var(--mut2);
  margin-top: 2px;
  font-size: 10.5px;
}

.hsw-meter {
  background: var(--surface2);
  border-radius: 3px;
  height: 6px;
  margin-top: 9px;
  position: relative;
  overflow: hidden;
}

.hsw-meter i {
  background: linear-gradient(90deg,var(--accent),#a8c167);
  border-radius: 3px;
  height: 100%;
  transition: width .5s cubic-bezier(.4, 0, .2, 1);
  display: block;
}

.hsw-panel {
  flex-direction: column;
  gap: 22px;
  display: flex;
}

.hsw-section {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.hsw-section-h {
  font-family: var(--font-mono),"JetBrains Mono",ui-monospace,monospace;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-d);
  padding: 0 2px;
  font-size: 11px;
}

.hsw-section-toggle {
  background: var(--surface);
  border: 1px solid var(--line);
  cursor: pointer;
  width: 100%;
  color: var(--txt);
  text-align: left;
  border-radius: 6px;
  align-items: center;
  gap: 11px;
  padding: 15px 18px;
  transition: all .15s;
  display: flex;
}

.hsw-section-toggle:hover {
  border-color: var(--line2);
}

.hsw-section-title {
  font-family: var(--font-oswald),sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 600;
}

.hsw-section-sum {
  color: var(--mut);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 58%;
  margin-left: auto;
  font-size: 12px;
  overflow: hidden;
}

.hsw-section-chev {
  color: var(--mut);
  flex: none;
  transition: transform .2s;
}

.hsw-section-chev.open {
  transform: rotate(90deg);
}

.hsw-section-b {
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
  display: flex;
}

.hsw-subnote {
  color: var(--mut);
  padding: 2px 6px;
  font-size: 12px;
}

.hsw-block {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 6px;
  overflow: hidden;
}

.hsw-block-h {
  align-items: center;
  gap: 11px;
  padding: 15px 18px;
  display: flex;
}

.hsw-block-h .n {
  border: 1px solid var(--line2);
  width: 22px;
  height: 22px;
  font-family: var(--font-oswald),sans-serif;
  color: var(--mut);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.hsw-block-h h3 {
  font-family: var(--font-oswald),sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 600;
}

.hsw-block-h .sel {
  color: var(--accent);
  text-align: right;
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
}

.hsw-block-b {
  padding: 0 18px 18px;
}

.hsw-sizes {
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  display: grid;
}

.hsw-size {
  font-family: var(--font-oswald),sans-serif;
  border: 1px solid var(--line2);
  color: var(--mut);
  cursor: pointer;
  text-align: center;
  background: none;
  border-radius: 3px;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 600;
  transition: all .18s;
}

.hsw-size:hover {
  color: var(--txt);
  border-color: var(--mut);
}

.hsw-size.on {
  background: var(--txt);
  color: #0a0d0c;
  border-color: var(--txt);
}

.hsw-size:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.hsw-sizeex {
  color: var(--mut);
  margin-top: 11px;
  font-size: 11.5px;
  line-height: 1.45;
}

.hsw-sizeex b {
  color: var(--txt);
  font-family: var(--font-oswald),sans-serif;
  font-weight: 600;
}

.hsw-massbar {
  border: 1px solid var(--line2);
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  gap: 13px;
  margin-top: 14px;
  padding: 13px;
  transition: all .18s;
  display: flex;
}

.hsw-massbar.on {
  border-color: var(--accent);
  background: #7fa23d12;
}

.hsw-massbar.locked {
  cursor: default;
}

.hsw-massbar.locked .hsw-switch {
  opacity: .85;
}

.hsw-massbar .ic {
  background: var(--surface2);
  width: 34px;
  height: 34px;
  color: var(--mut);
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.hsw-massbar.on .ic {
  color: var(--accent);
  background: #7fa23d1f;
}

.hsw-massbar .tx {
  flex: 1;
}

.hsw-massbar .tx .t {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .04em;
  font-size: 13.5px;
  font-weight: 600;
}

.hsw-massbar .tx .d {
  color: var(--mut);
  margin-top: 2px;
  font-size: 11px;
}

.hsw-massbar .pr {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.hsw-massbox {
  margin-top: 14px;
  animation: .3s hsw-rise;
}

.hsw-sexrow {
  gap: 8px;
  margin-bottom: 14px;
  display: flex;
}

.hsw-sexrow button {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .06em;
  border: 1px solid var(--line2);
  color: var(--mut);
  cursor: pointer;
  background: none;
  border-radius: 4px;
  flex: 1;
  padding: 11px;
  font-size: 13px;
  font-weight: 600;
  transition: all .15s;
}

.hsw-sexrow button.on {
  border-color: var(--accent);
  color: var(--accent);
  background: #7fa23d12;
}

.hsw-mlabel {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mut2);
  margin-bottom: 7px;
  font-size: 10.5px;
  display: block;
}

.hsw-breedrow {
  gap: 8px;
  display: flex;
}

.hsw-breedrow select {
  background: var(--surface2);
  border: 1px solid var(--line2);
  color: var(--txt);
  font-family: var(--font-open-sans),sans-serif;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  flex: 1;
  padding: 11px 12px;
  font-size: 14px;
}

.hsw-breedrow select:focus {
  border-color: var(--accent);
}

.hsw-breedrow select optgroup {
  color: var(--mut);
  background: #0f1413;
}

.hsw-breedrow select option {
  color: var(--txt);
  background: #141a18;
}

.hsw-reset {
  background: var(--surface2);
  border: 1px solid var(--line2);
  color: var(--mut);
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 44px;
  transition: all .15s;
  display: flex;
}

.hsw-reset:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hsw-massnote {
  color: var(--mut);
  margin-top: 11px;
  font-size: 11.5px;
  line-height: 1.5;
}

.hsw-massnote b {
  color: var(--txt);
}

.hsw-tomeas {
  width: 100%;
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid var(--accent);
  color: var(--accent);
  cursor: pointer;
  background: #7fa23d14;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  padding: 13px;
  font-size: 12.5px;
  font-weight: 600;
  transition: all .15s;
  display: flex;
}

.hsw-tomeas:hover {
  background: var(--accent);
  color: #0a0d0c;
}

.hsw-fit {
  border: 1px solid var(--line2);
  background: var(--surface2);
  border-radius: 5px;
  margin-top: 13px;
  padding: 13px;
}

.hsw-fit.good {
  background: #36c98a14;
  border-color: #36c98a;
}

.hsw-fit .ft {
  color: var(--txt);
  font-size: 13px;
  line-height: 1.5;
}

.hsw-fit .ft b {
  color: #36c98a;
}

.hsw-fit .fd {
  color: var(--mut);
  margin-top: 4px;
  font-size: 11.5px;
}

.hsw-fitbtn {
  width: 100%;
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #06231a;
  cursor: pointer;
  background: #36c98a;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  padding: 12px;
  font-size: 12.5px;
  font-weight: 600;
  transition: all .15s;
  display: flex;
}

.hsw-fitbtn:hover {
  background: #52e0a4;
}

.hsw-meas {
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 14px;
  animation: .35s hsw-rise;
  display: grid;
}

.hsw-sw-row {
  gap: 13px;
  display: flex;
}

.hsw-sw {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  transition: transform .18s, box-shadow .18s;
  position: relative;
}

.hsw-sw:hover {
  transform: scale(1.08);
}

.hsw-sw.on {
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--txt);
}

.hsw-sw .chk {
  color: #0a0d0c;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .15s;
  display: flex;
  position: absolute;
  inset: 0;
}

.hsw-sw.on .chk {
  opacity: 1;
}

.hsw-sw-names {
  gap: 13px;
  margin-top: 9px;
  display: flex;
}

.hsw-sw-names span {
  text-align: center;
  letter-spacing: .05em;
  width: 46px;
  color: var(--mut2);
  text-transform: uppercase;
  font-size: 10.5px;
}

.hsw-sw-names span.on {
  color: var(--txt);
}

.hsw-sw {
  appearance: none;
  padding: 0;
}

.hsw-sw:focus-visible {
  outline: 2px solid var(--txt);
  outline-offset: 3px;
}

.hsw-sw.mass:after {
  content: "";
  border: 1.5px dashed var(--mut);
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  inset: -3px;
}

.hsw-sw.mass.on:after {
  border-color: var(--txt);
}

.hsw-seg {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.hsw-opt {
  border: 1px solid var(--line2);
  cursor: pointer;
  text-align: left;
  background: none;
  border-radius: 4px;
  flex: 1;
  min-width: 120px;
  padding: 12px 13px;
  transition: all .18s;
  position: relative;
}

.hsw-opt:hover {
  border-color: var(--mut);
}

.hsw-opt.on {
  border-color: var(--accent);
  background: #7fa23d12;
}

.hsw-opt:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.hsw-opt .t {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .04em;
  font-size: 13.5px;
  font-weight: 600;
}

.hsw-opt .d {
  color: var(--mut);
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.4;
}

.hsw-opt .p {
  color: var(--accent);
  margin-top: 7px;
  font-size: 11px;
  font-weight: 600;
}

.hsw-opt .dot {
  border: 1.5px solid var(--line2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  transition: all .18s;
  display: flex;
  position: absolute;
  top: 11px;
  right: 11px;
}

.hsw-opt.on .dot {
  border-color: var(--accent);
  background: var(--accent);
}

.hsw-opt.on .dot svg {
  color: #0a0d0c;
}

.hsw-opt:not(.on) .dot svg {
  opacity: 0;
}

.hsw-toggle {
  cursor: pointer;
  appearance: none;
  text-align: left;
  width: 100%;
  color: inherit;
  font: inherit;
  background: none;
  border: 0;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  display: flex;
}

.hsw-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.hsw-toggle + .hsw-toggle {
  border-top: 1px solid var(--line);
}

.hsw-toggle .ic {
  background: var(--surface2);
  width: 34px;
  height: 34px;
  color: var(--mut);
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.hsw-toggle.on .ic {
  color: var(--accent);
  background: #7fa23d1f;
}

.hsw-toggle .tx {
  flex: 1;
}

.hsw-toggle .tx .t {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .04em;
  font-size: 13.5px;
  font-weight: 600;
}

.hsw-toggle .tx .d {
  color: var(--mut);
  margin-top: 2px;
  font-size: 11px;
}

.hsw-toggle .pr {
  color: var(--mut);
  font-size: 12px;
  font-weight: 600;
}

.hsw-switch {
  background: var(--surface2);
  border: 1px solid var(--line2);
  border-radius: 20px;
  flex: none;
  width: 42px;
  height: 24px;
  transition: all .2s;
  position: relative;
}

.hsw-toggle.on .hsw-switch {
  background: var(--accent);
  border-color: var(--accent);
}

.hsw-switch i {
  background: var(--txt);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: all .2s;
  position: absolute;
  top: 2px;
  left: 2px;
}

.hsw-toggle.on .hsw-switch i {
  background: #0a0d0c;
  left: 20px;
}

.hsw-chips {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.hsw-chip {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid var(--line2);
  color: var(--mut);
  cursor: pointer;
  background: none;
  border-radius: 3px;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  font-size: 12px;
  transition: all .15s;
  display: flex;
}

.hsw-chip:hover {
  color: var(--txt);
  border-color: var(--mut);
}

.hsw-chip.on {
  border-color: var(--accent);
  color: var(--accent);
  background: #7fa23d14;
}

.hsw-custompatch {
  gap: 8px;
  margin-top: 11px;
  display: flex;
}

.hsw-custompatch input {
  background: var(--surface2);
  border: 1px solid var(--line2);
  color: var(--txt);
  border-radius: 4px;
  outline: none;
  flex: 1;
  padding: 10px 12px;
  font-size: 13px;
}

.hsw-custompatch input:focus {
  border-color: var(--accent);
}

.hsw-addbtn {
  background: var(--surface2);
  border: 1px solid var(--line2);
  color: var(--txt);
  cursor: pointer;
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .06em;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 13px;
}

.hsw-addbtn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hsw-patchnote {
  color: var(--mut);
  margin-top: 10px;
  font-size: 11px;
}

.hsw-patchnote b {
  color: var(--accent);
}

.hsw-field {
  margin-bottom: 11px;
}

.hsw-field label {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mut2);
  margin-bottom: 6px;
  font-size: 10.5px;
  display: block;
}

.hsw-field input {
  background: var(--surface2);
  border: 1px solid var(--line2);
  width: 100%;
  color: var(--txt);
  font-family: var(--font-open-sans),sans-serif;
  border-radius: 4px;
  outline: none;
  padding: 11px 13px;
  font-size: 14px;
  transition: all .18s;
}

.hsw-field input:focus {
  border-color: var(--accent);
}

.hsw-field input::placeholder {
  color: var(--mut2);
}

.hsw-engnote {
  color: var(--mut);
  margin-top: 2px;
  font-size: 11px;
}

.hsw-engnote b {
  color: var(--accent);
}

.hsw-btn {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 13px;
  font-size: 14px;
  font-weight: 600;
  transition: all .18s;
  display: flex;
}

.hsw-btn.primary {
  background: var(--cta);
  color: #fff;
}

.hsw-btn.primary:hover {
  background: var(--cta-h);
  transform: translateY(-1px);
}

.hsw-btn.ghost {
  border: 1px solid var(--line2);
  color: var(--txt);
  background: none;
  flex: none;
  padding: 13px 16px;
}

.hsw-btn.ghost:hover {
  border-color: var(--mut);
}

.hsw-overlay {
  z-index: 100;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #050706b8;
  justify-content: center;
  align-items: center;
  padding: 20px;
  animation: .25s hsw-rise;
  display: flex;
  position: fixed;
  inset: 0;
}

.hsw-modal {
  background: var(--surface);
  border: 1px solid var(--line2);
  border-radius: 8px;
  width: 100%;
  max-width: 470px;
  padding: 26px;
  position: relative;
}

.hsw-modal h3 {
  font-family: var(--font-oswald),sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  align-items: center;
  gap: 9px;
  margin-bottom: 6px;
  font-size: 18px;
  display: flex;
}

.hsw-modal p {
  color: var(--mut);
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.5;
}

.hsw-modal .close {
  cursor: pointer;
  color: var(--mut);
  background: none;
  border: none;
  position: absolute;
  top: 16px;
  right: 16px;
}

.hsw-modal .close:hover {
  color: var(--txt);
}

.hsw-codebox {
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.hsw-codebox input {
  background: var(--surface2);
  border: 1px solid var(--line2);
  min-width: 0;
  color: var(--txt);
  border-radius: 4px;
  outline: none;
  flex: 1;
  padding: 11px 13px;
  font-family: ui-monospace, monospace;
  font-size: 12px;
}

.hsw-codebox .hsw-btn {
  letter-spacing: .06em;
  flex: none;
  gap: 6px;
  padding: 9px 13px;
  font-size: 12px;
}

.hsw-modal .divider {
  background: var(--line);
  height: 1px;
  margin: 4px 0 18px;
}

.hsw-modal label {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mut2);
  margin-bottom: 8px;
  font-size: 10.5px;
  display: block;
}

.hsw-pricemodal {
  max-width: 460px;
}

.hsw-pm-sub {
  color: var(--mut);
  margin: -2px 0 16px;
  font-size: 12px;
}

.hsw-pm-lines {
  flex-direction: column;
  display: flex;
}

.hsw-pm-line {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  font-size: 13.5px;
  display: flex;
}

.hsw-pm-line:first-child {
  border-top: none;
}

.hsw-pm-line > span:first-child {
  color: var(--mut);
}

.hsw-pm-line > span:last-child {
  color: var(--txt);
  white-space: nowrap;
  font-weight: 500;
}

.hsw-pm-total {
  border-top: 2px solid var(--line2);
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-top: 6px;
  padding: 15px 0 2px;
  display: flex;
}

.hsw-pm-total > span:first-child {
  font-family: var(--font-oswald),sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--txt);
  font-size: 14px;
  font-weight: 600;
}

.hsw-pm-total .amt {
  font-family: var(--font-oswald),sans-serif;
  color: var(--txt);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.hsw-pm-total .amt .cur {
  color: var(--accent);
  font-size: 19px;
}

.hsw-pm-btns {
  gap: 10px;
  margin-top: 18px;
  display: flex;
}

.hsw-pm-btns .hsw-btn {
  flex: 1;
  padding: 13px;
}

.hsw-pm-disc {
  line-height: 1.5;
  color: var(--mut2) !important;
  margin: 14px 0 0 !important;
  font-size: 10.5px !important;
}

.hsw-measbar {
  border-top: 1px solid var(--line);
  z-index: 3;
  color: var(--mut);
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 12px;
  display: flex;
}

.hsw-measbar b {
  color: var(--accent);
}

.hsw-measbar .prog {
  font-family: var(--font-oswald),sans-serif;
  color: var(--txt);
  letter-spacing: .06em;
  white-space: nowrap;
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
}

.hsw-fo-edit {
  font-family: var(--font-open-sans),sans-serif;
  border: 1px solid var(--accent);
  background: #0a0d0c;
  border-radius: 6px;
  padding: 7px 8px;
  box-shadow: 0 8px 22px #00000080;
}

.hsw-fo-edit .row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.hsw-fo-edit .lbl {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .06em;
  color: #ff6a1a;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.hsw-fo-edit .qq {
  color: #8a958f;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: flex;
}

.hsw-fo-edit .qq:hover {
  color: #ff6a1a;
}

.hsw-fo-edit .inrow {
  align-items: center;
  gap: 6px;
  display: flex;
}

.hsw-fo-edit input {
  color: #eef2ee;
  width: 100%;
  font-size: 15px;
  font-family: var(--font-oswald),sans-serif;
  background: #1a221f;
  border: 1px solid #344440;
  border-radius: 4px;
  outline: none;
  padding: 7px 9px;
  font-weight: 600;
}

.hsw-fo-edit input:focus {
  border-color: #ff6a1a;
}

.hsw-fo-edit .cm {
  color: #8a958f;
  font-size: 12px;
}

.hsw-fo-help {
  font-family: var(--font-open-sans),sans-serif;
  background: #15181a;
  border: 1px solid #344440;
  border-radius: 6px;
  padding: 9px 11px;
  box-shadow: 0 8px 22px #00000080;
}

.hsw-fo-help b {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ff6a1a;
  font-size: 11px;
}

.hsw-fo-help p {
  color: #c3ccc6;
  margin-top: 4px;
  font-size: 11.5px;
  line-height: 1.45;
}

.hsw-finder {
  border: 1px solid var(--line2);
  background: #7fa23d0b;
  border-radius: 6px;
  padding: 14px;
}

.hsw-finder-h {
  font-family: var(--font-oswald),sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--accent);
  margin-bottom: 11px;
  font-size: 12.5px;
  font-weight: 600;
}

.hsw-finder-grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.hsw-finder-sel {
  background: var(--surface2);
  border: 1px solid var(--line2);
  width: 100%;
  color: var(--txt);
  font-family: var(--font-open-sans),sans-serif;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  padding: 10px 11px;
  font-size: 13.5px;
}

.hsw-finder-sel:focus {
  border-color: var(--accent);
}

.hsw-finder-wrow {
  align-items: center;
  gap: 7px;
  display: flex;
}

.hsw-finder-w {
  background: var(--surface2);
  border: 1px solid var(--line2);
  width: 100%;
  color: var(--txt);
  border-radius: 4px;
  outline: none;
  padding: 10px 11px;
  font-size: 13.5px;
}

.hsw-finder-w:focus {
  border-color: var(--accent);
}

.hsw-finder-wrow span {
  color: var(--mut);
  font-size: 13px;
}

.hsw-finder-rec {
  background: #36c98a14;
  border: 1px solid #36c98a;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.hsw-finder-rec .ft {
  font-size: 13.5px;
}

.hsw-finder-rec .ft b {
  color: #52e0a4;
}

.hsw-finder-rec .src {
  color: var(--mut);
  font-size: 11.5px;
}

.hsw-finder-btns {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  display: flex;
}

.hsw-finder-measure {
  color: var(--accent);
  cursor: pointer;
  font-size: 12.5px;
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .04em;
  background: none;
  border: none;
}

.hsw-finder-hint {
  color: var(--mut);
  margin-top: 11px;
  font-size: 11.5px;
  line-height: 1.55;
}

.hsw-linklike {
  color: var(--accent);
  cursor: pointer;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.hsw-wizard {
  border-top: 1px solid var(--line);
  z-index: 3;
  flex: none;
  padding: 14px 18px 16px;
}

.hsw-wiz-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.hsw-wiz-step {
  font-family: var(--font-mono),"JetBrains Mono",ui-monospace,monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 11px;
}

.hsw-wiz-dots {
  gap: 6px;
  display: flex;
}

.hsw-wiz-dot {
  border: 1px solid var(--line2);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  padding: 0;
  transition: all .15s;
}

.hsw-wiz-dot.done {
  background: #36c98a;
  border-color: #36c98a;
}

.hsw-wiz-dot.warn {
  background: var(--gold);
  border-color: var(--gold);
}

.hsw-wiz-dot.on {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.3);
}

.hsw-wiz-title {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 600;
}

.hsw-wiz-title em {
  color: var(--mut2);
  margin-left: 6px;
  font-size: 12px;
  font-style: normal;
}

.hsw-wiz-tip {
  color: var(--mut);
  align-items: flex-start;
  gap: 7px;
  margin: 6px 0 12px;
  font-size: 12px;
  line-height: 1.45;
  display: flex;
}

.hsw-wiz-tip svg {
  flex: none;
  margin-top: 1px;
}

.hsw-wiz-inrow {
  align-items: center;
  gap: 8px;
  display: flex;
}

.hsw-wiz-field {
  background: var(--surface2);
  border: 1px solid var(--line2);
  border-radius: 5px;
  flex: 1;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  transition: all .15s;
  display: flex;
}

.hsw-wiz-field:focus-within {
  border-color: var(--accent);
}

.hsw-wiz-field.ok {
  border-color: #36c98a;
  box-shadow: 0 0 0 1px #36c98a40;
}

.hsw-wiz-field.warn {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px #d4af3747;
}

.hsw-wiz-field input {
  width: 100%;
  color: var(--txt);
  font-family: var(--font-oswald),sans-serif;
  background: none;
  border: none;
  outline: none;
  padding: 11px 0;
  font-size: 22px;
  font-weight: 700;
}

.hsw-wiz-field span {
  color: var(--mut);
  font-size: 13px;
}

.hsw-wiz-nav {
  background: var(--surface2);
  border: 1px solid var(--line2);
  color: var(--txt);
  cursor: pointer;
  height: 46px;
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .04em;
  border-radius: 5px;
  align-items: center;
  gap: 5px;
  padding: 0 14px;
  font-size: 12.5px;
  transition: all .15s;
  display: flex;
}

.hsw-wiz-nav:hover:not(:disabled) {
  border-color: var(--mut);
}

.hsw-wiz-nav.primary {
  background: var(--accent);
  color: #0a0d0c;
  border-color: var(--accent);
}

.hsw-wiz-nav.primary:hover:not(:disabled) {
  background: #8fb24a;
}

.hsw-wiz-nav:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.hsw-wiz-match {
  color: var(--mut);
  margin-top: 11px;
  font-size: 12px;
}

.hsw-wiz-match b {
  color: #52e0a4;
}

.hsw-wiz-warn {
  color: var(--gold);
  background: #d4af3714;
  border: 1px solid #d4af3752;
  border-radius: 5px;
  margin-top: 11px;
  padding: 9px 11px;
  font-size: 12.5px;
  line-height: 1.45;
}

.hsw-3d-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.hsw-3d-canvas {
  cursor: grab;
  touch-action: none;
  width: 100%;
  height: 100%;
}

.hsw-3d-canvas:active {
  cursor: grabbing;
}

.hsw-3d-msg {
  color: var(--mut);
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0;
}

.hsw-3d-gait {
  gap: 6px;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.hsw-3d-gait button {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mut);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid var(--line2);
  cursor: pointer;
  background: #101412b8;
  border-radius: 3px;
  padding: 6px 13px;
  font-size: 11px;
  transition: all .15s;
}

.hsw-3d-gait button:hover {
  color: var(--txt);
}

.hsw-3d-gait button.on {
  background: var(--accent);
  color: #0a0d0c;
  border-color: var(--accent);
}

.hsw-3d-bg {
  z-index: 5;
  gap: 7px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 14px;
}

.hsw-bg-sw {
  cursor: pointer;
  border: 1px solid #e7e3d640;
  border-radius: 4px;
  width: 36px;
  height: 27px;
  padding: 0;
  transition: all .15s;
}

.hsw-bg-sw:hover {
  border-color: var(--mut);
  transform: translateY(-1px);
}

.hsw-bg-sw.on {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px #7fa23d59;
}

@media (max-width: 980px) {
  .hsw-3d-bg {
    bottom: 52px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.hsw-stage-tools {
  z-index: 6;
  gap: 8px;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
}

.hsw-tool {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #cfd6c4;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  background: #0a0d088c;
  border: 1px solid #e7e3d62e;
  border-radius: 5px;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  font-size: 11px;
  transition: all .15s;
  display: flex;
}

.hsw-tool:hover {
  color: #fff;
  border-color: var(--accent);
  background: #7fa23d29;
}

.hsw-tool svg {
  flex: none;
}

@media (max-width: 560px) {
  .hsw-tool span {
    display: none;
  }

  .hsw-tool {
    padding: 8px;
  }
}

.hsw-3d-hotspot {
  cursor: pointer;
  z-index: 5;
  background: none;
  border: none;
  align-items: center;
  gap: 7px;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.hsw-hot-dot {
  background: #101412b8;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  transition: transform .15s;
  box-shadow: 0 0 0 3px #ffffff26;
}

.hsw-3d-hotspot:hover .hsw-hot-dot {
  transform: scale(1.12);
}

.hsw-3d-hotspot.st-ok .hsw-hot-dot {
  background: #36c98a;
  box-shadow: 0 0 0 3px #36c98a4d;
}

.hsw-3d-hotspot.st-warn .hsw-hot-dot {
  background: var(--gold);
  box-shadow: 0 0 0 3px #d4af3752;
}

.hsw-3d-hotspot.active .hsw-hot-dot {
  background: var(--accent);
  border-color: #fff;
  animation: 1.6s ease-in-out infinite hsw-pulse;
}

.hsw-hot-lbl {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .04em;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  background: #101412d1;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 11px;
  transition: opacity .15s;
}

.hsw-3d-hotspot:hover .hsw-hot-lbl, .hsw-3d-hotspot.active .hsw-hot-lbl {
  opacity: 1;
}

@keyframes hsw-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px #7fa23d73;
  }

  50% {
    box-shadow: 0 0 0 10px #7fa23d1a;
  }
}

@keyframes hsw-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes hsw-bob {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes hsw-swing {
  0%, 100% {
    transform: rotate(-7deg);
  }

  50% {
    transform: rotate(7deg);
  }
}

@keyframes hsw-pop {
  from {
    opacity: 0;
    transform: scale(.6);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 980px) {
  .hsw-config {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .hsw-stage {
    height: auto;
    min-height: 360px;
    max-height: none;
    position: relative;
  }

  .hsw-svgwrap {
    min-height: 300px;
  }

  .hsw-root.measuring .hsw-config {
    display: block;
  }

  .hsw-root.measuring .hsw-stage {
    z-index: 8;
    height: 46vh;
    min-height: 0;
    max-height: 46vh;
    margin-bottom: 16px;
    position: sticky;
    top: 54px;
  }

  .hsw-root.measuring .hsw-svgwrap {
    height: 100%;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hsw-dog .torsofloat, .hsw-bells-g {
    animation: none;
  }
}

.hsw-panel {
  position: relative;
}

.hsw-stepper {
  background: var(--surface);
  border: 1px solid var(--line);
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  transition: all .15s;
  display: flex;
}

.hsw-stepper:hover {
  border-color: var(--line2);
}

.hsw-stepper-burger {
  flex-direction: column;
  gap: 3px;
  width: 18px;
  display: flex;
}

.hsw-stepper-burger i {
  background: var(--accent);
  border-radius: 2px;
  height: 2px;
  display: block;
}

.hsw-stepper-title {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: 600;
}

.hsw-stepper-count {
  font-family: var(--font-mono),"JetBrains Mono",ui-monospace,monospace;
  letter-spacing: .08em;
  color: var(--accent);
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
}

.hsw-step-menu {
  z-index: 20;
  background: var(--surface);
  border: 1px solid var(--line2);
  opacity: 0;
  pointer-events: none;
  border-radius: 6px;
  transition: transform .22s, opacity .22s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateY(-8px);
}

.hsw-step-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hsw-step-menu-head {
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  transition: all .15s;
  display: flex;
}

.hsw-step-menu-head:hover {
  background: var(--surface2);
}

.hsw-step-menu-title {
  font-family: var(--font-oswald),sans-serif;
  letter-spacing: .02em;
  color: var(--txt);
  font-size: 16px;
  font-weight: 600;
}

.hsw-step-menu-head svg {
  color: var(--mut);
  margin-left: auto;
}

.hsw-step-menu-head:hover svg {
  color: var(--txt);
}

.hsw-step-menu ul {
  margin: 0;
  padding: 6px;
  list-style: none;
}

.hsw-step-menu li button {
  width: 100%;
  color: var(--txt);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 5px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  transition: all .12s;
  display: flex;
}

.hsw-step-menu li button:hover, .hsw-step-menu li button.on {
  background: var(--surface2);
}

.hsw-step-menu li button.on .n {
  background: var(--accent);
  color: #0a0d0c;
  border-color: var(--accent);
}

.hsw-step-menu .n {
  width: 26px;
  height: 26px;
  color: var(--accent);
  font-family: var(--font-mono),"JetBrains Mono",ui-monospace,monospace;
  background: #7fa23d24;
  border: 1px solid #7fa23d80;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.hsw-step-menu .t {
  font-family: var(--font-oswald),sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hsw-step-menu .s {
  color: var(--mut);
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50%;
  margin-left: auto;
  font-size: 12px;
  overflow: hidden;
}

.hsw-step-body {
  margin-top: 0;
}

.hsw-measimg {
  border: 1px solid var(--line2);
  background: #0a0d07;
  border-radius: 6px;
  margin: 0 0 14px;
  overflow: hidden;
}

.hsw-measimg img {
  object-fit: contain;
  background: #0a0d07;
  width: 100%;
  max-height: 300px;
  display: block;
}

.hsw-media-row {
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  display: flex;
}

.hsw-media-row .hsw-media-img {
  flex: 0 0 42%;
  max-width: 240px;
  margin: 0;
}

.hsw-media-row .hsw-media-img img {
  height: 210px;
  max-height: none;
}

.hsw-media-row .hsw-media-img--multi {
  align-items: center;
  gap: 6px;
  display: flex;
}

.hsw-media-row .hsw-media-img--multi img {
  object-fit: contain;
  width: calc(50% - 3px);
  height: auto;
  max-height: 210px;
}

.hsw-media-row .hsw-media-txt {
  flex: 1;
  min-width: 0;
}

.hsw-media-row .hsw-media-txt > :first-child {
  margin-top: 0;
}

.hsw-media-row .hsw-media-txt > :last-child {
  margin-bottom: 0;
}

@media (max-width: 620px) {
  .hsw-media-row {
    flex-direction: column;
  }

  .hsw-media-row .hsw-media-img {
    flex-basis: auto;
    width: 100%;
    max-width: none;
  }

  .hsw-media-row .hsw-media-img img {
    height: auto;
    max-height: 260px;
  }
}

.hsw-opt-img {
  border: 1px solid var(--line);
  background: #0a0d07;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  margin: 2px 0 9px;
  overflow: hidden;
}

.hsw-opt-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.hsw-ic-img {
  overflow: hidden;
  background: #0a0d07 !important;
  padding: 3px !important;
}

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

.hsw-colorimgs {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  display: grid;
}

.hsw-colorimg {
  background: var(--surface2);
  border: 1px solid var(--line2);
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  gap: 6px;
  padding: 6px;
  transition: all .15s;
  display: flex;
}

.hsw-colorimg:hover {
  border-color: var(--mut);
}

.hsw-colorimg.on {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  background: #7fa23d0f;
}

.hsw-colorimg .img {
  background: #0a0d07;
  border-radius: 3px;
  height: 62px;
  display: block;
  overflow: hidden;
}

.hsw-colorimg .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.hsw-colorimg .lbl {
  text-align: center;
  color: var(--mut);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 11px;
}

.hsw-colorimg.on .lbl {
  color: var(--accent);
}

@media (min-width: 981px) {
  .hsw-panel {
    height: calc(100vh - 36px);
    min-height: 0;
  }

  .hsw-step-body {
    flex: auto;
    min-height: 0;
    padding-right: 7px;
    overflow: hidden auto;
  }
}

.hsw-step-body {
  scrollbar-width: thin;
  scrollbar-color: #7fa23d52 transparent;
}

.hsw-step-body::-webkit-scrollbar {
  width: 10px;
}

.hsw-step-body::-webkit-scrollbar-track {
  background: none;
}

.hsw-step-body::-webkit-scrollbar-thumb {
  background: #7fa23d47 padding-box padding-box;
  border: 3px solid #0000;
  border-radius: 10px;
}

.hsw-step-body::-webkit-scrollbar-thumb:hover {
  background: #7fa23d80 padding-box padding-box;
}

.hsw-measimg figcaption {
  font-family: var(--font-mono),"JetBrains Mono",ui-monospace,monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mut);
  border-top: 1px solid var(--line);
  text-align: center;
  padding: 9px 12px;
  font-size: 10.5px;
}

.hsw-measdesc {
  color: var(--txt);
  border-left: 2px solid var(--accent);
  background: #7fa23d0f;
  border-radius: 0 5px 5px 0;
  margin: 0 0 14px;
  padding: 11px 13px;
  font-size: 13px;
  line-height: 1.55;
}

.hsw-measdesc b {
  color: var(--accent);
}

.hsw-layernote {
  color: var(--mut);
  border-left: 2px solid var(--accent);
  background: #7fa23d0f;
  border-radius: 0 5px 5px 0;
  margin: 12px 0 0;
  padding: 11px 13px;
  font-size: 12.5px;
  line-height: 1.55;
}

.hsw-layernote b {
  color: var(--txt);
  font-weight: 600;
}

.hsw-opt-tag {
  vertical-align: middle;
  font-family: var(--font-mono),"JetBrains Mono",ui-monospace,monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #0a0d0c;
  background: var(--accent);
  border-radius: 3px;
  margin-left: 7px;
  padding: 2px 6px;
  font-size: 9px;
  font-weight: 700;
  display: inline-block;
}

.hsw-gravur-img {
  margin-bottom: 12px;
}

.hsw-gravur-text {
  color: var(--mut);
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
}

.hsw-gravur-text b {
  color: var(--txt);
  font-weight: 600;
}

.hsw-toast {
  z-index: 300;
  background: var(--surface);
  border: 1px solid var(--accent);
  max-width: min(520px, 92vw);
  color: var(--txt);
  border-radius: 7px;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 18px;
  font-size: 13.5px;
  line-height: 1.45;
  animation: .28s cubic-bezier(.16, 1, .3, 1) hsw-toast-in;
  display: flex;
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 14px 40px #00000080;
}

.hsw-toast:before {
  content: "⚠";
  color: var(--accent);
  flex: none;
  font-size: 15px;
  line-height: 1.4;
}

@keyframes hsw-toast-in {
  from {
    opacity: 0;
    transform: translate(-50%, 12px);
  }

  to {
    opacity: 1;
    transform: translate(-50%);
  }
}

.hsw-step {
  animation: .28s hsw-rise;
}

.hsw-wizard--panel {
  border: 1px solid var(--line2);
  background: var(--surface);
  border-radius: 6px;
  padding: 16px;
}

.hsw-step-nav {
  gap: 10px;
  display: flex;
}

.hsw-restore {
  border: 1px solid var(--accent-d);
  background: #7fa23d1a;
  border-radius: 6px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  font-size: 12.5px;
  display: flex;
}

.hsw-restore-btns {
  flex: none;
  gap: 8px;
  display: flex;
}

.hsw-restore-btns .hsw-wiz-nav {
  padding: 7px 12px;
  font-size: 12px;
}

.hsw-legal {
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 14px;
  margin-top: 2px;
  display: flex;
}

.hsw-legal a {
  color: var(--mut2);
  letter-spacing: .04em;
  font-size: 11px;
  text-decoration: none;
  transition: color .15s;
}

.hsw-legal a:hover, .hsw-legal a:focus-visible {
  color: var(--mut);
  text-decoration: underline;
}

.hsw-step-nav .hsw-wiz-nav {
  flex: 1;
  justify-content: center;
  height: 48px;
}

.hsw-summary {
  flex-direction: column;
  display: flex;
}

.hsw-summary-row {
  border-top: 1px solid var(--line);
  gap: 12px;
  padding: 9px 0;
  font-size: 13.5px;
  display: flex;
}

.hsw-summary-row:first-child {
  border-top: none;
}

.hsw-summary-row .k {
  color: var(--mut);
  flex: 0 0 40%;
}

.hsw-summary-row .v {
  color: var(--txt);
  font-weight: 500;
}

.hsw-checkrow {
  border: 1px solid var(--line2);
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px;
  font-size: 13.5px;
  transition: all .15s;
  display: flex;
  position: relative;
}

.hsw-checkrow.on {
  background: #36c98a0f;
  border-color: #36c98a;
}

.hsw-checkrow input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.hsw-checkrow:focus-within {
  border-color: var(--accent);
}

.hsw-checkrow:focus-within .box {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.hsw-checkrow .box {
  border: 1px solid var(--line2);
  color: #0000;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.hsw-checkrow.on .box {
  color: #0a0d0c;
  background: #36c98a;
  border-color: #36c98a;
}

.hsw-print {
  display: none;
}

@media print {
  :is(html:has(.hsw-nachmass), body:has(.hsw-nachmass)) {
    background: #fff !important;
    overflow: visible !important;
  }

  :is(body:has(.hsw-nachmass) .site-header, body:has(.hsw-nachmass) .bottom-tabs, body:has(.hsw-nachmass) .hsw-config) {
    display: none !important;
  }

  .hsw-nachmass {
    height: auto !important;
    position: static !important;
    inset: auto !important;
    overflow: visible !important;
  }

  .hsw-nachmass .hsw-root {
    background: #fff !important;
    height: auto !important;
    padding: 0 !important;
  }

  .hsw-print {
    color: #111;
    font-family: var(--font-open-sans),"Open Sans",sans-serif;
    padding: 6mm;
    display: block !important;
  }

  .hsw-print-head {
    border-bottom: 2px solid #111;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 14px;
    padding-bottom: 10px;
    display: flex;
  }

  .hsw-print-logo {
    width: auto;
    height: 34px;
    display: block;
  }

  .hsw-print-meta {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    display: flex;
  }

  .hsw-print-meta span {
    color: #444;
    font-size: 12px;
  }

  .hsw-print-meta .date {
    color: #111;
    font-weight: 600;
  }

  .hsw-print-views {
    gap: 8px;
    margin: 0 0 16px;
    display: flex;
  }

  .hsw-print-views figure {
    border: 1px solid #ddd;
    border-radius: 4px;
    flex: 1;
    margin: 0;
    overflow: hidden;
  }

  .hsw-print-views img {
    width: 100%;
    height: auto;
    display: block;
  }

  .hsw-print-views figcaption {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #555;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 4px 0;
    font-size: 10px;
  }

  .hsw-print-tbl, .hsw-print-price {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 14px;
    font-size: 12px;
  }

  .hsw-print-tbl th, .hsw-print-price th {
    text-align: left;
    color: #555;
    vertical-align: top;
    width: 44%;
    padding: 5px 8px;
    font-weight: 600;
  }

  .hsw-print-tbl td {
    color: #111;
    padding: 5px 8px;
  }

  .hsw-print-tbl tr, .hsw-print-price tr {
    border-bottom: 1px solid #e6e6e6;
  }

  .hsw-print-price td {
    text-align: right;
    color: #111;
    padding: 5px 8px;
  }

  .hsw-print-price .total th, .hsw-print-price .total td {
    font-family: var(--font-oswald),sans-serif;
    border-top: 2px solid #111;
    border-bottom: none;
    padding-top: 9px;
    font-size: 16px;
    font-weight: 700;
  }

  .hsw-print-note {
    color: #777;
    margin-top: 8px;
    font-size: 10px;
  }
}

.hundeschutzweste-hero > .scroll-cue {
  z-index: 2;
  background: #ffffff0d;
  border: 1px solid #ffffff59;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 56px;
  transition: background .2s, transform .2s;
  display: inline-flex;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.hundeschutzweste-hero > .scroll-cue:hover {
  background: #ffffff1f;
  transform: translateX(-50%)translateY(2px);
}

.hundeschutzweste-hero .cue-line {
  background: #fff;
  border-radius: 2px;
  width: 2px;
  height: 12px;
  animation: 1.8s ease-in-out infinite hsw-cue-bounce;
  display: block;
}

@keyframes hsw-cue-bounce {
  0%, 100% {
    opacity: .4;
    transform: translateY(-6px);
  }

  50% {
    opacity: 1;
    transform: translateY(6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hundeschutzweste-hero .cue-line {
    animation: none;
  }
}

.hundeschutzweste-hero .hero-trust {
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 18px 0 4px;
  padding: 0;
  list-style: none;
  display: flex;
}

.hundeschutzweste-hero .hero-trust li {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffffeb;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}

.hundeschutzweste-hero .hero-trust li + li:before {
  content: "·";
  color: #ffffff80;
  margin: 0 10px;
}

.hundeschutzweste-check {
  background: var(--page, #f6f4ee);
  padding: 64px 28px 8px;
  scroll-margin-top: 70px;
  position: relative;
}

.hundeschutzweste-check .check-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hundeschutzweste-check h2 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .02em;
  color: var(--ink, #2b2b2b);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 14px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
}

.hundeschutzweste-check .check-intro {
  text-align: center;
  max-width: 720px;
  color: var(--ink-2, #4a4a4a);
  margin: 0 auto 26px;
  font-size: 15px;
  line-height: 1.65;
}

.hundeschutzweste-check .check-intro a {
  color: var(--cta, #3e5a1c);
  text-underline-offset: 2px;
  text-decoration: underline;
}

.hundeschutzweste-kauf {
  background: var(--page, #f6f4ee);
  padding: 64px 28px 8px;
  position: relative;
}

.hundeschutzweste-kauf .kauf-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hundeschutzweste-kauf .ratgeber-block {
  max-width: 820px;
  margin: 0 auto;
}

.hsw-tiers {
  max-width: 1080px;
  margin: 26px auto 0;
}

.hsw-tiers-sizes {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  display: flex;
}

.hsw-tiers-sizes-label {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-2, #4a4a4a);
  margin-right: 4px;
  font-size: 12.5px;
  font-weight: 600;
}

.hsw-tiers-size {
  border: 1px solid var(--line, #c9c6bd);
  min-width: 46px;
  height: 38px;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .04em;
  color: var(--ink-2, #4a4a4a);
  cursor: pointer;
  background: #fff;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s, background .2s, color .2s;
}

.hsw-tiers-size.is-active {
  background: var(--accent, #5a7a2b);
  border-color: var(--accent, #5a7a2b);
  color: #fff;
}

.hsw-tiers-size:focus-visible {
  outline: 2px solid var(--accent, #5a7a2b);
  outline-offset: 2px;
}

.hsw-tiers-unknown {
  color: var(--cta, #3e5a1c);
  text-underline-offset: 2px;
  margin-left: 8px;
  font-size: 13px;
  text-decoration: underline;
}

.hsw-tiers-meta {
  text-align: center;
  color: #6b7058;
  margin: -8px 0 18px;
  font-size: 13px;
}

.hsw-tiers-fromcheck {
  color: var(--cta, #3e5a1c);
  font-weight: 600;
}

.hsw-finder-row--weight {
  border-bottom-style: dashed;
}

.hsw-finder-row--weight .hsw-finder-key {
  color: #6b7058;
}

.hsw-tiers-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
  display: grid;
}

.hsw-tier {
  border: 1px solid var(--line, #e3e1dc);
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  padding: 26px 24px 24px;
  display: flex;
  position: relative;
}

.hsw-tier--accent {
  border-color: var(--accent, #5a7a2b);
  box-shadow: 0 0 0 1px var(--accent, #5a7a2b) inset, 0 14px 38px #3e5a1c1f;
}

.hsw-tier-badge {
  white-space: nowrap;
  background: var(--accent, #5a7a2b);
  color: #fff;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 11.5px;
  font-weight: 600;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.hsw-tier:not(.hsw-tier--accent) .hsw-tier-badge {
  background: var(--ink, #2b2b2b);
}

.hsw-tier h3 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--ink, #2b2b2b);
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 600;
}

.hsw-tier-who {
  color: #6b7058;
  min-height: 2.9em;
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.5;
}

.hsw-tier-price {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  color: var(--ink, #2b2b2b);
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
}

.hsw-tier-ab {
  color: var(--ink-2, #4a4a4a);
  font-size: 18px;
}

.hsw-tier-size {
  font-size: 13px;
  font-family: var(--font-open-sans), "Open Sans", sans-serif;
  color: #6b7058;
  letter-spacing: 0;
  font-weight: 400;
}

.hsw-tier-pricenote {
  color: #6b7058;
  margin: 2px 0 0;
  font-size: 12.5px;
}

.hsw-tier-benefits {
  border-top: 1px solid var(--line, #e3e1dc);
  flex-direction: column;
  flex: 1;
  gap: 9px;
  margin: 16px 0 0;
  padding: 14px 0 0;
  list-style: none;
  display: flex;
}

.hsw-tier-benefits li {
  color: var(--ink-2, #4a4a4a);
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.hsw-tier-benefits li:before {
  content: "✓";
  color: var(--accent, #5a7a2b);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.hsw-tier-note {
  color: var(--ink-2, #4a4a4a);
  background: #b48c3214;
  border-left: 3px solid #b48c3299;
  border-radius: 0 4px 4px 0;
  margin: 12px 0 0;
  padding: 9px 12px;
  font-size: 12.5px;
  line-height: 1.5;
}

.hsw-tier-cta {
  border: 1px solid var(--accent, #5a7a2b);
  height: 46px;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--accent, #5a7a2b);
  background: none;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: flex;
}

.hsw-tier-cta:hover {
  background: #5a7a2b14;
}

.hsw-tier-cta.primary {
  background: var(--cta, #3e5a1c);
  border-color: var(--cta, #3e5a1c);
  color: #fff;
}

.hsw-tier-cta.primary:hover {
  background: #486a22;
}

.kauf-preise-rest {
  max-width: 820px;
  margin: 26px auto 0;
}

.kauf-preistabelle > summary {
  cursor: pointer;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--accent, #5a7a2b);
  padding: 6px 0;
  font-size: 13.5px;
  font-weight: 600;
  list-style-position: inside;
}

.kauf-preistabelle[open] > summary {
  margin-bottom: 4px;
}

.hundeschutzweste-vertrauen {
  background: var(--page, #f6f4ee);
  padding: 64px 28px 56px;
  scroll-margin-top: 70px;
  position: relative;
}

.hundeschutzweste-vertrauen .vertrauen-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hundeschutzweste-vertrauen h2 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .02em;
  color: var(--ink, #2b2b2b);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 14px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
}

.hundeschutzweste-vertrauen .vertrauen-intro {
  text-align: center;
  max-width: 720px;
  color: var(--ink-2, #4a4a4a);
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 1.65;
}

.hsw-vg-wrap {
  width: 100vw;
  height: 260vh;
  margin: 8px calc(50% - 50vw) 34px;
  position: relative;
}

.hsw-vg-stage {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hsw-vg-track {
  will-change: transform;
  gap: 3vw;
  padding-left: 17vw;
  display: flex;
}

.hsw-vg-panel {
  background: #fff;
  border-radius: 8px;
  flex: 0 0 66vw;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 60px #141a0d2e;
}

.hsw-vg-panel img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 74vh;
  display: block;
}

.hsw-vg-txt {
  color: #fff;
  background: linear-gradient(#0000, #0c1008c7);
  padding: 56px 34px 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hsw-vg-txt h3 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0 0 6px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
}

.hsw-vg-txt p {
  color: #ffffffe0;
  max-width: 560px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.hsw-vg-progress {
  background: #2b2b2b29;
  border-radius: 999px;
  width: min(320px, 40vw);
  height: 2px;
  margin: 22px auto 0;
  overflow: hidden;
}

.hsw-vg-progress-bar {
  background: var(--accent, #5a7a2b);
  transform-origin: 0;
  height: 100%;
}

.hsw-vg--snap {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  gap: 12px;
  width: 100vw;
  margin: 8px calc(50% - 50vw) 30px;
  padding: 0 18px 10px;
  display: flex;
  overflow-x: auto;
}

.hsw-vg--snap .hsw-vg-panel {
  scroll-snap-align: center;
  flex: 0 0 86vw;
  box-shadow: 0 10px 28px #141a0d29;
}

.hsw-vg--snap .hsw-vg-txt {
  padding: 40px 18px 16px;
}

.hundeschutzweste-vertrauen .vertrauen-cols {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
}

.hundeschutzweste-vertrauen .vertrauen-cols .ratgeber-section {
  margin-top: 0;
}

.hsw-sticky-cta {
  z-index: 80;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  background: #141a0deb;
  border-top: 1px solid #ffffff1f;
  transition: transform .35s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(110%);
}

.hsw-sticky-cta.is-visible {
  pointer-events: auto;
  transform: translateY(0);
}

.hsw-sticky-inner {
  max-width: 1180px;
  padding: 10px 20px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 0 auto;
  display: flex;
}

.hsw-sticky-label {
  flex-direction: column;
  min-width: 0;
  margin: 0;
  line-height: 1.25;
  display: flex;
}

.hsw-sticky-label strong {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.hsw-sticky-label span {
  color: #ffffffa6;
  white-space: nowrap;
  font-size: 12.5px;
}

.hsw-sticky-actions {
  flex-shrink: 0;
  gap: 10px;
  display: flex;
}

.hsw-sticky-actions a {
  height: 42px;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 3px;
  align-items: center;
  padding: 0 18px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.hsw-sticky-actions .primary {
  background: var(--cta, #3e5a1c);
  color: #fff;
}

.hsw-sticky-actions .ghost {
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #ffffff4d;
}

@media (max-width: 1100px) {
  .hsw-sticky-cta {
    bottom: calc(var(--bt-h, 0px) - 8px);
    transform: translateY(calc(110% + var(--bt-h, 0px)));
  }
}

@media (max-width: 600px) {
  .hsw-sticky-label {
    display: none;
  }

  .hsw-sticky-actions {
    flex: 1;
  }

  .hsw-sticky-actions a {
    flex: 1;
    justify-content: center;
    padding: 0 10px;
  }
}

.hundeschutzweste-ratgeber {
  background: var(--page, #f6f4ee);
  padding: 70px 28px 90px;
  position: relative;
}

.hundeschutzweste-page .ratgeber-inner {
  flex-direction: column;
  gap: 56px;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.hundeschutzweste-page .ratgeber-block {
  scroll-margin-top: 100px;
}

.hundeschutzweste-page .ratgeber-block h2 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .02em;
  color: var(--ink, #2b2b2b);
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
}

.hundeschutzweste-page .ratgeber-intro {
  color: var(--ink-2, #4a4a4a);
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
}

.hundeschutzweste-page .ratgeber-section {
  margin-top: 28px;
}

.hundeschutzweste-page .ratgeber-section h3 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  color: var(--ink, #2b2b2b);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: clamp(17px, 1.5vw, 19px);
  font-weight: 600;
}

.hundeschutzweste-page .ratgeber-section p {
  color: var(--ink-2, #4a4a4a);
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.7;
}

.hundeschutzweste-page .ratgeber-section p:last-child {
  margin-bottom: 0;
}

.hundeschutzweste-page .ratgeber-bullets {
  border-left: 2px solid var(--line, #e3e1dc);
  flex-direction: column;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0 0 0 16px;
  list-style: none;
  display: flex;
}

.hundeschutzweste-page .ratgeber-bullets li {
  color: var(--ink-2, #4a4a4a);
  font-size: 15px;
  line-height: 1.55;
  position: relative;
}

.hundeschutzweste-page .ratgeber-bullets li:before {
  content: "›";
  color: var(--accent, #5a7a2b);
  margin-right: 10px;
  font-weight: 700;
}

.hundeschutzweste-page .ratgeber-figures {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
  display: grid;
}

.hundeschutzweste-page .ratgeber-figures figure {
  border: 1px solid var(--line, #e3e1dc);
  background: #fff;
  border-radius: 6px;
  margin: 0;
  overflow: hidden;
}

.hundeschutzweste-page .ratgeber-figures img {
  aspect-ratio: 1;
  object-fit: contain;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 14px;
  display: block;
}

.hundeschutzweste-page .ratgeber-figures figcaption {
  border-top: 1px solid var(--line, #e3e1dc);
  color: var(--ink-2, #4a4a4a);
  padding: 10px 14px 12px;
  font-size: 13px;
  line-height: 1.45;
}

.hundeschutzweste-page .ratgeber-table-wrap {
  border: 1px solid var(--line, #e3e1dc);
  border-radius: 6px;
  margin-top: 26px;
  overflow-x: auto;
}

.hundeschutzweste-page .ratgeber-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}

.hundeschutzweste-page .ratgeber-table th, .hundeschutzweste-page .ratgeber-table td {
  text-align: left;
  border-bottom: 1px solid var(--line, #e3e1dc);
  vertical-align: top;
  padding: 12px 16px;
  line-height: 1.5;
}

.hundeschutzweste-page .ratgeber-table tr:last-child td {
  border-bottom: none;
}

.hundeschutzweste-page .ratgeber-table th {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink, #2b2b2b);
  background: #7fa23d14;
  font-size: 13px;
  font-weight: 600;
}

.hundeschutzweste-page .ratgeber-table tbody tr td:first-child {
  color: var(--ink, #2b2b2b);
  font-weight: 600;
}

.hsw-finder {
  border: 1px solid var(--line, #e3e1dc);
  background: #fff;
  border-radius: 6px;
  grid-template-columns: 1.15fr 1fr;
  gap: 26px;
  margin-top: 30px;
  padding: 22px;
  display: grid;
}

.hsw-finder-stage {
  align-self: start;
  position: relative;
}

.hsw-finder-stage > img {
  width: 100%;
  height: auto;
  display: block;
}

.hsw-finder-ring {
  pointer-events: none;
  transition: opacity .25s;
  position: absolute;
  inset: 0;
}

.hsw-finder-spot {
  width: 34px;
  height: 34px;
  color: var(--ink, #2b2b2b);
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .04em;
  cursor: help;
  background: #ffffffd1;
  border: 1px solid #2b2b2b59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: -17px 0 0 -17px;
  font-size: 12px;
  font-weight: 600;
  transition: background .2s, color .2s, transform .2s;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 8px #0000002e;
}

.hsw-finder-spot.is-active {
  background: var(--accent, #5a7a2b);
  border-color: var(--accent, #5a7a2b);
  color: #fff;
  transform: scale(1.12);
}

.hsw-finder-tip {
  min-height: 3em;
  color: var(--ink-2, #4a4a4a);
  margin: 10px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
}

.hsw-finder-form h3 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--ink, #2b2b2b);
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
}

.hsw-finder-sub {
  color: var(--ink-2, #4a4a4a);
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.55;
}

.hsw-finder-row {
  border-bottom: 1px solid var(--line, #e3e1dc);
  grid-template-columns: 34px 1fr 92px;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  display: grid;
}

.hsw-finder-key {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  color: var(--cta, #3e5a1c);
  font-size: 13px;
  font-weight: 600;
}

.hsw-finder-label {
  color: var(--ink-2, #4a4a4a);
  font-size: 14px;
}

.hsw-finder-row input {
  border: 1px solid var(--line, #e3e1dc);
  width: 100%;
  height: 38px;
  color: var(--ink, #2b2b2b);
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 15px;
}

.hsw-finder-row input:focus-visible {
  outline: 2px solid var(--accent, #5a7a2b);
  outline-offset: 1px;
}

.hsw-finder-verdict {
  background: var(--page, #f6f4ee);
  border-left: 3px solid var(--line, #c9c6bd);
  border-radius: 4px;
  margin-top: 16px;
  padding: 14px 16px;
}

.hsw-finder-verdict p {
  color: var(--ink-2, #4a4a4a);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.hsw-finder-verdict--standard {
  border-left-color: var(--accent, #5a7a2b);
  background: #5a7a2b14;
}

.hsw-finder-verdict--mass {
  background: #b48c3214;
  border-left-color: #b48c32b3;
}

.hsw-finder-ctas {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  display: flex;
}

.hsw-finder-ctas a {
  height: 40px;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 3px;
  align-items: center;
  padding: 0 18px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.hsw-finder-ctas .primary {
  background: var(--cta, #3e5a1c);
  color: #fff;
}

.hsw-finder-ctas .ghost {
  border: 1px solid var(--line, #c9c6bd);
  color: var(--ink, #2b2b2b);
  background: none;
}

.hundeschutzweste-page .ratgeber-disclaimer {
  color: var(--ink-2, #4a4a4a);
  background: #b48c3214;
  border-left: 3px solid #b48c3299;
  border-radius: 0 4px 4px 0;
  margin-top: 26px;
  padding: 14px 18px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.55;
}

.hundeschutzweste-page .ratgeber-disclaimer span[aria-hidden] {
  margin-right: 6px;
  font-style: normal;
}

.hundeschutzweste-page .ratgeber-back {
  margin: 28px 0 0;
}

.hundeschutzweste-page .ratgeber-back a {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent, #5a7a2b);
  border-bottom: 2px solid;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.hundeschutzweste-page .ratgeber-back a:hover {
  color: var(--ink, #2b2b2b);
}

.hundeschutzweste-page .mess-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.hundeschutzweste-page .mess-step {
  border: 1px solid var(--line, #e3e1dc);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.hundeschutzweste-page .mess-step figure {
  margin: 0;
}

.hundeschutzweste-page .mess-step img {
  width: 100%;
  height: auto;
  display: block;
}

.hundeschutzweste-page .mess-step .mess-txt {
  padding: 16px 18px 18px;
}

.hundeschutzweste-page .mess-step h3 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ink, #2b2b2b);
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.hundeschutzweste-page .mess-step p {
  color: var(--ink-2, #4a4a4a);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.hundeschutzweste-faq {
  border-top: 1px solid var(--line, #e3e1dc);
  background: #fff;
  padding: 90px 28px;
}

.hundeschutzweste-produkte {
  border-top: 1px solid var(--line, #e3e1dc);
  background: #f4f2ec;
  padding: 72px 28px 96px;
}

.hundeschutzweste-produkte .produkte-inner {
  max-width: 820px;
  margin: 0 auto;
}

.hundeschutzweste-produkte .section-head {
  text-align: center;
  margin-bottom: 28px;
}

.produkte-list {
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.produkte-card {
  border: 1px solid var(--line, #e3e1dc);
  background: #fff;
  border-radius: 4px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "name arrow"
                       "hint arrow";
  align-items: center;
  column-gap: 14px;
  padding: 14px 18px;
  text-decoration: none;
  transition: border-color .2s, transform .2s;
  display: grid;
}

.produkte-card:hover {
  border-color: #3e5a1c;
  transform: translateX(2px);
}

.produkte-name {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #1d2314;
  grid-area: name;
  font-size: 15px;
  font-weight: 600;
}

.produkte-hint {
  color: #6b7058;
  grid-area: hint;
  font-size: 13.5px;
}

.produkte-arrow {
  color: #3e5a1c;
  grid-area: arrow;
  font-size: 18px;
}

.hundeschutzweste-faq .faq-inner {
  max-width: 820px;
  margin: 0 auto;
}

.hundeschutzweste-faq .section-head {
  text-align: center;
  margin-bottom: 44px;
}

.hundeschutzweste-faq .section-head .eyebrow {
  font-family: var(--font-mono), "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .22em;
  color: var(--accent, #5a7a2b);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
}

.hundeschutzweste-faq .section-head h2 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ink, #2b2b2b);
  margin: 0;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 600;
}

.hundeschutzweste-faq .faq-list {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.hundeschutzweste-faq .faq-item {
  background: var(--page, #f6f4ee);
  border: 1px solid var(--line, #e3e1dc);
  border-radius: 4px;
  transition: border-color .15s;
  overflow: hidden;
}

.hundeschutzweste-faq .faq-item[open] {
  border-color: var(--accent, #5a7a2b);
}

.hundeschutzweste-faq .faq-item summary {
  cursor: pointer;
  color: var(--ink, #2b2b2b);
  padding: 18px 56px 18px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  position: relative;
}

.hundeschutzweste-faq .faq-item summary::-webkit-details-marker {
  display: none;
}

.hundeschutzweste-faq .faq-item summary:after {
  content: "+";
  width: 24px;
  height: 24px;
  color: var(--accent, #5a7a2b);
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transition: transform .2s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.hundeschutzweste-faq .faq-item[open] summary:after {
  content: "−";
}

.hundeschutzweste-faq .faq-item summary:focus-visible {
  outline: 2px solid var(--accent-2, #7fa23d);
  outline-offset: -2px;
}

.hundeschutzweste-faq .faq-item .answer {
  color: var(--ink-2, #4a4a4a);
  padding: 0 22px 22px;
}

.hundeschutzweste-faq .faq-item .answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.hundeschutzweste-faq .faq-cta {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  display: flex;
}

.hundeschutzweste-faq .faq-cta p {
  color: var(--muted, #6a6a6a);
  margin: 0;
  font-size: 14px;
}

.hundeschutzweste-faq .faq-cta .cta-link {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent, #5a7a2b);
  border-bottom: 1.5px solid var(--accent, #5a7a2b);
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  transition: color .15s, border-color .15s;
}

.hundeschutzweste-faq .faq-cta .cta-link:hover {
  color: var(--accent-dark, #3e5a1c);
  border-color: var(--accent-dark, #3e5a1c);
}

.hsw-xp {
  color: #e7e3d6;
  background: linear-gradient(#060806 0%, #0d1108 18%, #121710 70%, #0d1108 100%);
  position: relative;
  overflow-x: clip;
}

.hsw-xp-stage {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hsw-xp-visual {
  aspect-ratio: 3 / 2;
  will-change: transform, opacity;
  border-radius: 4px;
  width: min(72vw, 1080px);
  margin-right: 14vw;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.hsw-xp-visual img {
  object-fit: contain;
  opacity: 0;
  will-change: opacity;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hsw-xp-slide {
  transition: opacity .55s;
}

.hsw-xp-slide--bleed {
  -webkit-mask-image: radial-gradient(135% 135% at 50% 45%, #000 62%, #0000 94%);
  mask-image: radial-gradient(135% 135% at 50% 45%, #000 62%, #0000 94%);
}

.hsw-xp-spot {
  aspect-ratio: 1;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  border-radius: 50%;
  width: 30%;
  transition: left .6s, top .6s, width .6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 70px 200vmax #04070399;
}

.hsw-xp-spot:after {
  content: "";
  border: 1px solid #ffffff59;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 18px #ffffff1f;
}

.hsw-xp-engrave {
  opacity: 0;
  transform-origin: 0;
  width: 20%;
  height: 4.2%;
  position: absolute;
  top: 47.6%;
  left: 6%;
  transform: rotate(13deg);
}

.hsw-xp-engrave-text {
  width: max-content;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  letter-spacing: .12em;
  color: #23231c;
  text-shadow: 0 .5px #ffffff59;
  white-space: nowrap;
  clip-path: inset(-20% 100% -20% 0);
  align-items: center;
  font-size: clamp(8px, 1.8cqw, 18px);
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.hsw-xp-engrave-glow {
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: -3.5px 0 0 -3.5px;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  left: 0;
  box-shadow: 0 0 8px 3px #ffc85af2, 0 0 22px 8px #ff8c1e8c;
}

.hsw-xp-spacer {
  height: 34vh;
}

.hsw-xp-tail {
  height: 36vh;
}

.hsw-xp-chapter {
  z-index: 2;
  height: 85vh;
  position: relative;
}

.hsw-xp-chapter-long {
  height: 210vh;
}

.hsw-xp-chapter-content {
  max-width: min(28vw, 480px);
  margin-left: 70vw;
  padding: 24px 0;
  position: sticky;
  top: clamp(180px, 30vh, 280px);
}

.hsw-xp-pos-top-right .hsw-xp-chapter-content {
  top: 120px;
}

.hsw-xp-pos-mid-right .hsw-xp-chapter-content {
  top: clamp(180px, 30vh, 280px);
}

.hsw-xp-pos-low-right .hsw-xp-chapter-content {
  top: clamp(280px, 48vh, 420px);
}

.hsw-xp-pos-center .hsw-xp-chapter-content {
  max-width: min(30vw, 560px);
  margin-left: 68vw;
  top: clamp(140px, 24vh, 240px);
}

.hsw-xp-h {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #fff;
  text-shadow: 0 2px 22px #000000bf, 0 0 3px #00000080;
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.1;
}

.hsw-xp-p {
  font-family: var(--font-open-sans), "Open Sans", sans-serif;
  color: #e7e3d6e6;
  text-shadow: 0 1px 14px #000c, 0 0 2px #0000008c;
  max-width: 460px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.hsw-xp-svg {
  width: min(100%, 320px);
  margin-top: 22px;
  display: block;
}

.hsw-xp-cta {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  display: flex;
}

.hsw-xp-cta a {
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 3px;
  align-items: center;
  height: 46px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.hsw-xp-cta .primary {
  color: #fff;
  background: #3e5a1c;
}

.hsw-xp-cta .primary:hover {
  background: #2f4714;
}

.hsw-xp-cta .ghost {
  color: #e7e3d6;
  background: #ffffff0a;
  border: 1px solid #38462c;
}

.hsw-xp-cta .ghost:hover {
  background: #ffffff17;
}

.hsw-xp--static .hsw-xp-static-list {
  flex-direction: column;
  gap: 56px;
  max-width: 560px;
  margin: 0 auto;
  padding: 56px 18px 64px;
  display: flex;
}

.hsw-xp-schapter img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 6px;
  display: block;
}

.hsw-xp-schapter .hsw-xp-h {
  font-size: clamp(22px, 5vw, 28px);
}

.hsw-xp-schapter .hsw-xp-p {
  font-size: 15px;
}

@media (max-width: 768px) {
  .hundeschutzweste-check, .hundeschutzweste-kauf {
    padding: 48px 18px 0;
  }

  .hsw-tiers-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hsw-tier-who {
    min-height: 0;
  }

  .hsw-tiers-unknown {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .hundeschutzweste-vertrauen {
    padding: 48px 18px 40px;
  }

  .hundeschutzweste-vertrauen .vertrauen-cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hsw-sticky-label span {
    display: none;
  }

  .hundeschutzweste-ratgeber {
    padding: 48px 18px 56px;
  }

  .hundeschutzweste-faq {
    padding: 56px 18px;
  }

  .hundeschutzweste-produkte {
    padding: 48px 18px 64px;
  }

  .hundeschutzweste-page .ratgeber-inner {
    gap: 40px;
  }

  .hundeschutzweste-page .ratgeber-block h2 {
    font-size: 22px;
  }

  .hundeschutzweste-page .ratgeber-section {
    margin-top: 22px;
  }

  .hundeschutzweste-page .ratgeber-section h3 {
    font-size: 16px;
  }

  .hundeschutzweste-page .mess-grid {
    grid-template-columns: 1fr;
  }

  .hundeschutzweste-page .ratgeber-figures {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .hsw-finder {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  .hundeschutzweste-page .ratgeber-table-wrap {
    border: none;
    overflow: visible;
  }

  .hundeschutzweste-page .ratgeber-table thead {
    display: none;
  }

  .hundeschutzweste-page .ratgeber-table tr {
    border: 1px solid var(--line, #e3e1dc);
    background: #fff6;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 4px 12px;
    display: block;
  }

  .hundeschutzweste-page .ratgeber-table td {
    border-bottom: 1px solid var(--line, #e3e1dc);
    text-align: right;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    font-size: 14px;
    display: flex;
  }

  .hundeschutzweste-page .ratgeber-table td:last-child {
    border-bottom: none;
  }

  .hundeschutzweste-page .ratgeber-table td:before {
    content: attr(data-label);
    font-family: var(--font-oswald), "Oswald", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--ink, #2b2b2b);
    text-align: left;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
  }
}

/*# sourceMappingURL=app_hundeschutzweste_page_0nq7u5y.css.map*/