:root {
  --mcd-red: #da0007;
  --mcd-red-deep: #9b0006;
  --mcd-gold: #ffc72c;
  --mcd-gold-deep: #e6b000;
  --mcd-ink: #14110f;
  --mcd-char: #1c1412;
  --mcd-cream: #fff6e8;
  --mcd-paper: #fffdf8;
  --mcd-muted: #6d6458;
  --mcd-line: rgba(20, 17, 15, 0.08);
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-script: "Pacifico", cursive;
  --radius: 24px;
  --shadow: 0 24px 50px rgba(154, 0, 6, 0.16);
  --header: 76px;
}

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

html {
  scroll-behavior: smooth;
}

body.mcd-theme,
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--mcd-ink);
  background: var(--mcd-cream);
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.mcd-page {
  min-height: 100vh;
  overflow: clip;
}

[hidden],
[data-mcd-section][hidden] {
  display: none !important;
}

.mcd-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* Header */
.mcd-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--header);
  height: auto;
  overflow: visible;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(20, 4, 6, 0.45), transparent);
  backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.mcd-header.is-scrolled {
  color: var(--mcd-ink);
  border-bottom-color: var(--mcd-line);
  box-shadow: 0 10px 30px rgba(20, 17, 15, 0.06);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(18px);
}

.mcd-header.is-scrolled .mcd-nav a {
  color: var(--mcd-ink);
}

.mcd-header.is-scrolled .mcd-brand:not(.mcd-brand--mark) {
  color: var(--mcd-ink);
}

.mcd-header__inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.mcd-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #fff;
}

.mcd-brand--mark {
  gap: 11px;
  padding: 7px 14px 7px 9px;
  background: #ffc72c;
  border-radius: 6px;
}

.mcd-brand .custom-logo-link img {
  height: 44px;
  width: auto;
}

.mcd-logo {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #2b211c;
}

.mcd-logo svg {
  width: 40px;
  height: 38px;
}

.mcd-logo--lg,
.mcd-logo--lg svg {
  width: 48px;
  height: 46px;
}

.mcd-logo--sm,
.mcd-logo--sm svg {
  width: 30px;
  height: 28px;
}

.mcd-brand__rule {
  width: 1.5px;
  align-self: stretch;
  margin: 4px 0;
  background: #2b211c;
  flex-shrink: 0;
}

.mcd-brand__lockup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  line-height: 1;
}

.mcd-brand--mark .mcd-brand__word {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #da0007;
  white-space: nowrap;
}

.mcd-brand--mark .mcd-brand__tag {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #1c1412;
}

.mcd-nav {
  margin-left: auto;
}

.mcd-nav__list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mcd-nav__list a {
  display: block;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}

.mcd-nav__list a:hover {
  background: rgba(218, 0, 7, 0.08);
}

.mcd-header .mcd-brand--mark {
  flex-shrink: 1;
}

.mcd-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.mcd-search-btn,
.mcd-icon-btn,
.mcd-burger {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.mcd-search-btn,
.mcd-icon-btn {
  display: grid;
  place-items: center;
}

.mcd-icon-btn,
.mcd-burger {
  background: #fff;
  box-shadow: 0 8px 20px rgba(20, 17, 15, 0.08);
}

.mcd-search-btn {
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
  box-shadow: none;
}

.mcd-header.is-scrolled .mcd-search-btn,
.mcd-header.is-scrolled .mcd-burger {
  background: #fff;
  color: var(--mcd-ink);
  box-shadow: 0 8px 20px rgba(20, 17, 15, 0.08);
}

.mcd-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--mcd-gold);
  color: var(--mcd-ink);
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(255, 199, 44, 0.28);
}

.mcd-header.is-scrolled .mcd-header-cta {
  box-shadow: 0 8px 18px rgba(20, 17, 15, 0.08);
}

.mcd-bag-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--mcd-gold);
  color: var(--mcd-ink);
  font-style: normal;
  font-size: 0.75rem;
  display: grid;
  place-items: center;
}

.mcd-burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  color: var(--mcd-ink);
}

.mcd-burger span {
  width: 18px;
  height: 2.5px;
  border-radius: 999px;
  background: currentColor;
  display: block;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mcd-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.mcd-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mcd-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Hero */
.mcd-hero {
  position: relative;
  color: #fff;
  margin-top: calc(var(--header) * -1);
  padding: calc(var(--header) + 36px) 0 88px;
  overflow: hidden;
  background: radial-gradient(1200px 500px at 80% 20%, rgba(255, 199, 44, 0.28), transparent 50%),
    linear-gradient(160deg, #240407 0%, var(--mcd-red-deep) 48%, #3a0508 100%);
}

.mcd-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 42V14.5C8 8.2 12.6 4 18.4 4c5.5 0 9.4 3.6 10.1 9.4L36 42h-8.2l-5.2-23.6c-.3-1.4-1.2-2.2-2.5-2.2s-2.3.8-2.3 2.8V42H8zm28 0l7.5-28.1C44.2 7.6 48.1 4 53.6 4 59.4 4 64 8.2 64 14.5V42h-7.8V18.9c0-2-.9-2.8-2.3-2.8s-2.2.8-2.5 2.2L46.2 42H36z' fill='%23ffc72c' fill-opacity='0.07'/%3E%3C/svg%3E");
  background-size: 180px;
  opacity: 0.9;
  pointer-events: none;
}

.mcd-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.mcd-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 199, 44, 0.16);
  color: var(--mcd-gold);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mcd-hero h1,
.mcd-section-head h2,
.mcd-product h1,
.mcd-hours h2,
.mcd-404 h1,
.mcd-article h1 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.92;
  margin: 0;
}

.mcd-hero h1 {
  font-size: clamp(3.4rem, 8vw, 7rem);
  max-width: 9ch;
}

.mcd-script {
  font-family: var(--font-script);
  color: var(--mcd-gold);
}

.mcd-hero__love {
  font-size: 1.6rem;
  margin: 10px 0 16px;
}

.mcd-hero__text {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.mcd-hero__cta,
.mcd-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.mcd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

.mcd-btn--gold {
  background: var(--mcd-gold);
  color: var(--mcd-ink);
  box-shadow: 0 14px 28px rgba(255, 199, 44, 0.28);
}

.mcd-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.mcd-stats {
  display: flex;
  gap: 28px;
  margin-top: 40px;
}

.mcd-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
}

.mcd-stats span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.mcd-hero__visual {
  position: relative;
}

.mcd-hero__orb {
  position: absolute;
  inset: 8% 6%;
  background: radial-gradient(circle, rgba(255, 199, 44, 0.55), rgba(218, 0, 7, 0.05) 70%);
  filter: blur(20px);
}

.mcd-hero__visual img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.mcd-float {
  position: absolute;
  z-index: 2;
  background: #fff;
  color: var(--mcd-ink);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  animation: mcd-float 4.5s ease-in-out infinite;
}

.mcd-float--price {
  left: -18px;
  bottom: 48px;
  padding: 14px 16px;
}

.mcd-float--price span {
  display: block;
  font-size: 0.8rem;
  color: var(--mcd-muted);
}

.mcd-float--price strong {
  font-size: 1.4rem;
}

.mcd-float--cal {
  right: 12px;
  top: 28px;
  padding: 10px 14px;
  font-weight: 700;
  background: var(--mcd-gold);
  animation-delay: -1.5s;
}

@keyframes mcd-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Sections */
.mcd-deals,
.mcd-featured,
.mcd-menu,
.mcd-hours {
  padding: 72px 0;
}

.mcd-section-head {
  margin-bottom: 28px;
}

.mcd-section-head--row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.mcd-section-head h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.mcd-section-head .mcd-kicker {
  background: rgba(218, 0, 7, 0.08);
  color: var(--mcd-red);
}

/* Deals */
.mcd-deals {
  background: linear-gradient(180deg, #fff 0%, var(--mcd-cream) 100%);
}

.mcd-deals__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 16px;
}

.mcd-deal {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  min-height: 210px;
  box-shadow: 0 16px 40px rgba(20, 17, 15, 0.05);
  border: 1px solid var(--mcd-line);
}

.mcd-deal--hero {
  background: linear-gradient(160deg, var(--mcd-red) 0%, #ff4d2e 100%);
  color: #fff;
  border: 0;
}

.mcd-deal h3 {
  font-family: var(--font-display);
  font-size: 2.2rem;
  margin: 8px 0 10px;
}

.mcd-deal__tag {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: var(--mcd-gold-deep);
}

.mcd-deal--hero .mcd-deal__tag {
  color: var(--mcd-gold);
}

.mcd-deal strong {
  font-size: 1.8rem;
}

/* Cards */
.mcd-featured__track,
.mcd-grid {
  display: grid;
  gap: 20px;
}

.mcd-featured__track {
  grid-template-columns: repeat(4, 1fr);
}

.mcd-grid {
  grid-template-columns: repeat(3, 1fr);
}

.mcd-card {
  background: var(--mcd-paper);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(20, 17, 15, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mcd-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.mcd-card.is-hidden {
  display: none;
}

.mcd-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #22110f;
}

.mcd-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.mcd-card:hover .mcd-card__media img {
  transform: scale(1.07);
}

.mcd-card__media.is-fallback,
.mcd-hero__visual.is-fallback,
.mcd-product__media.is-fallback {
  min-height: 220px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 199, 44, 0.95), transparent 55%),
    linear-gradient(160deg, var(--mcd-red), #3a0508);
}

.mcd-card__price {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: var(--mcd-gold);
  color: var(--mcd-ink);
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 999px;
}

.mcd-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fff;
  color: var(--mcd-ink);
}

.mcd-badge--new {
  background: #16a34a;
  color: #fff;
}

.mcd-badge--popular,
.mcd-badge--icon {
  background: var(--mcd-red);
  color: #fff;
}

.mcd-badge--value,
.mcd-badge--deal {
  background: var(--mcd-gold);
}

.mcd-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.mcd-card__meta {
  display: flex;
  justify-content: space-between;
  color: var(--mcd-muted);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mcd-card__title {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.mcd-card__desc {
  margin: 0;
  color: var(--mcd-muted);
  font-size: 0.94rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mcd-add {
  margin-top: auto;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--mcd-ink);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.mcd-add:hover {
  background: var(--mcd-red);
}

.mcd-card__actions {
  margin-top: auto;
}

/* Filters */
.mcd-search {
  display: block;
  min-width: min(360px, 100%);
}

.mcd-search input {
  width: 100%;
  height: 52px;
  border-radius: 999px;
  border: 1px solid var(--mcd-line);
  padding: 0 18px;
  background: #fff;
}

.mcd-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 22px;
  position: sticky;
  top: var(--header);
  z-index: 10;
  background: linear-gradient(180deg, var(--mcd-cream) 70%, transparent);
}

.mcd-filters button {
  flex: 0 0 auto;
  border: 0;
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(20, 17, 15, 0.05);
}

.mcd-filters button.is-active {
  background: var(--mcd-red);
  color: #fff;
}

.mcd-empty {
  text-align: center;
  padding: 40px 0;
  color: var(--mcd-muted);
}

.mcd-hours {
  background: var(--mcd-char);
  color: #fff;
}

.mcd-hours__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.mcd-hours .mcd-kicker {
  background: rgba(255, 199, 44, 0.12);
}

.mcd-hours__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.mcd-hours__list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
}

/* Footer / product / pages */
.mcd-footer {
  position: relative;
  background: #100c0b;
  color: rgba(255, 255, 255, 0.78);
  padding: 36px 0 16px;
}

.mcd-footer ul,
.mcd-footer ol,
.mcd-footer :where(ul):not(.wp-block-list),
.mcd-footer :where(ol):not(.wp-block-list) {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
}

.mcd-footer p {
  margin: 0;
}

.mcd-footer__widgets {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.mcd-footer__col {
  min-width: 0;
}

.mcd-footer__col--logo {
  justify-self: start;
}

.mcd-footer__col--social {
  justify-self: center;
}

.mcd-footer__col--social .mcd-social {
  justify-content: center;
}

.mcd-footer__col--pages {
  justify-self: end;
}

.mcd-footer__col--pages .mcd-footer__pages {
  justify-content: flex-end;
}

.mcd-footer__brand {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.mcd-footer__brand.mcd-brand--mark {
  gap: 12px;
  padding: 9px 16px 9px 10px;
}

.mcd-footer__brand .custom-logo-link img,
.mcd-footer__brand .custom-logo {
  height: 56px;
  width: auto;
}

.mcd-widget__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mcd-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mcd-social__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--mcd-gold);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mcd-social__link svg {
  width: 18px;
  height: 18px;
}

.mcd-social__link:hover {
  background: var(--mcd-gold);
  color: var(--mcd-ink);
  transform: translateY(-2px);
}

.mcd-footer__pages,
.mcd-footer ul.mcd-footer__pages {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 2px 0;
}

.mcd-footer__pages li {
  display: flex;
  align-items: center;
}

.mcd-footer__pages li:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  background: rgba(255, 199, 44, 0.5);
}

.mcd-footer__pages a {
  white-space: nowrap;
}

.mcd-footer__pages a,
.mcd-footer .mcd-widget a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.mcd-footer__pages a:hover,
.mcd-footer .mcd-widget a:hover {
  color: var(--mcd-gold);
}

.mcd-footer__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
}

.mcd-footer__bar p {
  margin: 0;
}

.mcd-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: max(16px, env(safe-area-inset-bottom, 0px));
  z-index: 50;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--mcd-gold);
  color: var(--mcd-ink);
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(255, 199, 44, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mcd-to-top svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.mcd-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.mcd-to-top.is-visible:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(255, 199, 44, 0.45);
}

.mcd-page-main {
  padding: 40px 0 80px;
}

.mcd-prose {
  width: min(860px, calc(100% - 40px));
}

.mcd-article h1,
.mcd-404 h1,
.mcd-product h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  margin-bottom: 16px;
}

.mcd-product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.mcd-product__media img {
  width: 100%;
  border-radius: 32px;
  aspect-ratio: 1;
  object-fit: cover;
}

.mcd-product__chips {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 18px 0;
}

.mcd-product__chips strong {
  font-size: 2rem;
}

.mcd-product__chips .mcd-badge {
  position: static;
}

.mcd-404 {
  text-align: center;
  padding: 80px 0;
}

/* Drawer */
.mcd-drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(16, 12, 11, 0.45);
}

.mcd-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(420px, 100%);
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.18);
}

.mcd-drawer__head,
.mcd-drawer__foot {
  padding: 20px;
}

.mcd-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--mcd-line);
}

.mcd-drawer__head h2,
.mcd-drawer__list {
  margin: 0;
}

.mcd-drawer__list {
  padding: 12px 20px;
  overflow: auto;
  flex: 1;
  display: grid;
  align-content: start;
  gap: 12px;
}

.mcd-bag-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
}

.mcd-bag-row img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
}

.mcd-drawer__total {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.mcd-drawer__note {
  color: var(--mcd-muted);
  font-size: 0.85rem;
}

.mcd-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mcd-ink);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 70;
  font-weight: 700;
}

@media (hover: none) {
  .mcd-to-top.is-visible:hover {
    transform: translateY(0);
    background: var(--mcd-gold);
  }
}

@media (max-width: 980px) {
  .mcd-hero__grid,
  .mcd-hours__grid,
  .mcd-product__grid,
  .mcd-deals__grid,
  .mcd-featured__track,
  .mcd-grid,
  .mcd-section-head--row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .mcd-deals__grid,
  .mcd-featured__track,
  .mcd-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mcd-header__inner {
    gap: 10px;
  }

  .mcd-header__actions {
    margin-left: auto;
    gap: 6px;
  }

  .mcd-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 50;
    color: var(--mcd-ink);
    background: #fff;
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }

  .mcd-nav.is-open {
    display: block;
  }

  .mcd-nav__list {
    flex-direction: column;
    gap: 4px;
  }

  .mcd-nav__list a,
  .mcd-header.is-scrolled .mcd-nav a {
    color: var(--mcd-ink);
    padding: 12px 14px;
  }

  .mcd-burger {
    display: flex;
  }

  .mcd-search-btn {
    background: #fff;
    color: var(--mcd-ink);
    box-shadow: 0 8px 20px rgba(20, 17, 15, 0.08);
  }

  .mcd-hero {
    padding-top: calc(var(--header) + 20px);
  }

  .mcd-hero__visual img {
    transform: none;
  }

  .mcd-footer__widgets {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    text-align: center;
  }

  .mcd-footer__col--logo,
  .mcd-footer__col--social,
  .mcd-footer__col--pages {
    justify-self: center;
  }

  .mcd-footer__col--pages .mcd-footer__pages {
    justify-content: center;
  }

  .mcd-footer__bar {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .mcd-deals__grid,
  .mcd-featured__track,
  .mcd-grid {
    grid-template-columns: 1fr;
  }

  .mcd-header .mcd-brand__tag {
    display: none;
  }

  .mcd-header-cta {
    height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .mcd-search-btn,
  .mcd-icon-btn,
  .mcd-burger {
    width: 38px;
    height: 38px;
  }

  .mcd-hero h1 {
    max-width: none;
  }

  .mcd-stats {
    gap: 16px;
  }

  .mcd-brand--mark {
    gap: 8px;
    padding: 6px 11px 6px 8px;
  }

  .mcd-logo,
  .mcd-logo svg {
    width: 32px;
    height: 30px;
  }

  .mcd-brand--mark .mcd-brand__word {
    font-size: 1rem;
  }

  .mcd-brand--mark .mcd-brand__tag {
    font-size: 0.8rem;
  }

  .mcd-footer__widgets {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    text-align: center;
  }

  .mcd-footer__col--logo,
  .mcd-footer__col--social,
  .mcd-footer__col--pages {
    justify-self: center;
  }

  .mcd-footer__col--pages .mcd-footer__pages {
    justify-content: center;
  }
}
