@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: #74636a;
  --db-shell-plum: #7d2f5d;
  --db-shell-plum-soft: #fae9ef;
  --db-shell-border: #ead8ca;
  --db-shell-apricot: #df875c;
  --db-shell-apricot-soft: #fff0e5;
  --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 rgba(191, 139, 111, 0.28);
  background:
    radial-gradient(circle at 10% -180%, rgba(223, 135, 92, 0.28), transparent 48%),
    linear-gradient(105deg, rgba(255, 252, 246, 0.98), rgba(255, 248, 240, 0.97) 58%, rgba(251, 240, 237, 0.97));
  box-shadow: 0 10px 34px rgba(91, 56, 48, 0.09);
  color: var(--db-shell-ink);
  isolation: isolate;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.db-shell-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(223, 135, 92, 0.58), rgba(125, 47, 93, 0.42), transparent);
  content: "";
  pointer-events: none;
}

.db-shell-header__inner {
  display: grid;
  width: min(100%, 1320px);
  min-height: 82px;
  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: 46px;
  height: 46px;
  padding: 2px;
  border: 1px solid rgba(223, 135, 92, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 7px 18px rgba(108, 61, 45, 0.12);
  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: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #3f2732;
}

.db-shell-brand small {
  margin-top: 5px;
  color: #9a624c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.db-shell-worlds {
  display: flex;
  min-width: 0;
  padding: 5px;
  border: 1px solid rgba(207, 167, 143, 0.3);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.db-shell-worlds a,
.db-shell-mobile-worlds nav a {
  border-radius: 999px;
  color: #4e5262;
  font-size: 12.5px;
  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: var(--db-shell-apricot-soft);
  color: var(--db-shell-ink);
}

.db-shell-worlds a[aria-current="page"],
.db-shell-mobile-worlds nav a[aria-current="page"] {
  background: linear-gradient(135deg, var(--db-shell-apricot-soft), var(--db-shell-plum-soft));
  box-shadow: 0 4px 12px rgba(125, 47, 93, 0.08);
  color: var(--db-shell-plum);
}

.db-shell-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.db-shell-cart {
  position: relative;
  display: inline-flex;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(125, 47, 93, 0.24);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--db-shell-plum) !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.db-shell-cart__count {
  position: absolute;
  top: -5px;
  right: -5px;
  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);
  border: 2px solid #fff;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.db-shell-cart__count[hidden] {
  display: none;
}

.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:hover {
  border-color: var(--db-shell-plum);
  background: #fff;
  box-shadow: 0 7px 20px rgba(125, 47, 93, 0.16);
}

.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 rgba(191, 139, 111, 0.34);
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.76);
  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: rgba(125, 47, 93, 0.45);
  background: #fff;
}

.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 rgba(191, 139, 111, 0.34);
  border-radius: 18px;
  background: #fffcf7;
  box-shadow: 0 22px 54px rgba(76, 43, 45, 0.2);
}

.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 nav a.db-shell-footer__withdrawal {
  min-height: 40px;
  margin-top: 8px;
  padding: 9px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 850;
}

.db-shell-footer nav a.db-shell-footer__withdrawal:hover,
.db-shell-footer nav a.db-shell-footer__withdrawal:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--db-shell-footer);
}

.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: 40px;
    height: 40px;
  }

  .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__count {
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    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;
  }
}
