@font-face {
  font-family: "Dog Bakery Script";
  src: url("https://dog-bakery.de/hundeportrait/assets/fonts/oleo-script-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

.db-shell-header,
.db-shell-footer {
  --db-shell-cream: #fffdf8;
  --db-shell-ink: #171a2a;
  --db-shell-muted: #667085;
  --db-shell-plum: #7a285d;
  --db-shell-plum-soft: #f5edf3;
  --db-shell-border: #e8dfd3;
  --db-shell-footer: #241b28;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.db-shell-header *,
.db-shell-footer * { box-sizing: border-box; }
.db-shell-header a,
.db-shell-footer a { color: inherit; text-decoration: none; }

.db-shell-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--db-shell-border);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 8px 30px rgba(40, 27, 31, 0.06);
  color: var(--db-shell-ink);
  isolation: isolate;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.db-shell-header__inner {
  display: grid;
  width: min(100%, 1320px);
  min-height: 78px;
  margin: 0 auto;
  padding: 10px clamp(18px, 3vw, 42px);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
}

.db-shell-brand { display: inline-flex; align-items: center; gap: 11px; }
.db-shell-brand img { display: block; width: 42px; height: 42px; object-fit: contain; }
.db-shell-brand span { display: grid; line-height: 1; }
.db-shell-brand strong {
  font-family: "Dog Bakery Script", Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.db-shell-brand small {
  margin-top: 5px;
  color: var(--db-shell-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.db-shell-worlds {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.db-shell-worlds a,
.db-shell-mobile-worlds nav a {
  border-radius: 999px;
  color: #4e5262;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  transition: color 160ms ease, background-color 160ms ease;
}
.db-shell-worlds a { padding: 11px clamp(8px, 1vw, 14px); white-space: nowrap; }
.db-shell-worlds a:hover,
.db-shell-mobile-worlds nav a:hover { background: #f8f2ea; color: var(--db-shell-ink); }

.db-shell-actions { display: flex; align-items: center; gap: 8px; }
.db-shell-cart {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #d9ccd4;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--db-shell-plum) !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.db-shell-cart__count {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--db-shell-plum);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.db-shell-cart:hover {
  border-color: var(--db-shell-plum);
  box-shadow: 0 5px 16px rgba(122, 40, 93, 0.12);
}
.db-shell-cart svg,
.db-shell-mobile-worlds summary svg { display: block; flex: 0 0 auto; }

.db-shell-mobile-worlds { position: relative; display: none; }
.db-shell-mobile-worlds summary {
  display: flex;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--db-shell-border);
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: var(--db-shell-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
  white-space: nowrap;
}
.db-shell-mobile-worlds summary::-webkit-details-marker { display: none; }
.db-shell-mobile-worlds[open] summary { border-color: #d1b8c7; }
.db-shell-mobile-worlds[open] summary svg { transform: rotate(180deg); }
.db-shell-mobile-worlds nav {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(300px, calc(100vw - 28px));
  padding: 10px;
  border: 1px solid var(--db-shell-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(36, 27, 40, 0.18);
}
.db-shell-mobile-worlds nav a { padding: 13px 15px; }

footer.db-shell-footer {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--db-shell-footer);
  color: #fffaf4;
  text-align: left;
}
.db-shell-footer__inner {
  display: grid;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 58px clamp(22px, 5vw, 64px) 46px;
  grid-template-columns: minmax(260px, 1.3fr) minmax(170px, 0.75fr) minmax(220px, 1fr);
  gap: clamp(38px, 7vw, 90px);
}
.db-shell-footer__brand {
  display: grid;
  max-width: 360px;
  align-content: start;
  justify-items: start;
}
.db-shell-footer__brand-link { display: inline-flex; align-items: center; gap: 13px; }
.db-shell-footer__brand img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.18));
}
.db-shell-footer__brand strong {
  font-family: "Dog Bakery Script", Georgia, serif;
  font-size: 29px;
  line-height: 1;
}
.db-shell-footer__brand p {
  margin: 18px 0 0;
  color: #cfc4cd;
  font-size: 14px;
  line-height: 1.7;
}
.db-shell-footer nav { display: grid; align-content: start; gap: 10px; }
.db-shell-footer nav strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.db-shell-footer nav a {
  width: fit-content;
  color: #cfc4cd;
  font-size: 14px;
  line-height: 1.45;
}
.db-shell-footer nav a:hover,
.db-shell-footer nav a[aria-current="page"] { color: #fff; }
.db-shell-footer nav a[aria-current="page"] { font-weight: 800; }
.db-shell-footer__bottom {
  display: flex;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 23px clamp(22px, 5vw, 64px) 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.db-shell-footer__bottom p { margin: 0; color: #a99da7; font-size: 12px; line-height: 1.5; }
.db-shell-footer__bottom a { color: #fff; font-size: 13px; font-weight: 800; }

@media (max-width: 1100px) {
  .db-shell-header__inner { min-height: 72px; }
  .db-shell-worlds { display: none; }
  .db-shell-mobile-worlds { display: block; }
}
@media (max-width: 760px) {
  .db-shell-header__inner { padding: 9px 14px; gap: 10px; }
  .db-shell-brand img { width: 38px; height: 38px; }
  .db-shell-brand strong { font-size: 20px; }
  .db-shell-brand small { display: none; }
  .db-shell-footer__inner {
    padding-top: 44px;
    grid-template-columns: 1fr 1fr;
    gap: 38px 28px;
  }
  .db-shell-footer__brand { grid-column: 1 / -1; }
  .db-shell-footer__bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 540px) {
  .db-shell-header__inner { grid-template-columns: auto 1fr; }
  .db-shell-actions { justify-content: flex-end; }
  .db-shell-cart { width: 42px; padding: 9px; justify-content: center; }
  .db-shell-cart > span:not(.db-shell-cart__count) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .db-shell-cart__count {
    position: absolute;
    top: -5px;
    right: 0;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border: 2px solid #fff;
    font-size: 10px;
  }
  .db-shell-footer__inner { grid-template-columns: 1fr; }
  .db-shell-footer__brand { grid-column: auto; }
}
@media (max-width: 390px) {
  .db-shell-mobile-worlds summary { width: 42px; padding: 9px; justify-content: center; }
  .db-shell-mobile-worlds summary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
