:root {
  --ed-orange: #f97316;
  --ed-orange-dark: #ea580c;
  --ed-orange-soft: #fff4e8;
  --ed-ink: #111827;
  --ed-muted: #64748b;
  --ed-line: #e5e7eb;
  --ed-soft: #f8fafc;
  --ed-white: #ffffff;
  --ed-green: #138a36;
  --ed-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

body.ed-custom-shell-active #header,
body.ed-custom-shell-active footer.ct-footer,
body.ed-custom-shell-active .ct-footer {
  display: none !important;
}

body.ed-custom-shell-active {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ed-custom-shell-active button,
body.ed-custom-shell-active input,
body.ed-custom-shell-active select,
body.ed-custom-shell-active textarea {
  font-family: inherit;
}

.ed-store-header,
.ed-store-footer,
.ed-mobile-drawer,
.ed-location-modal,
.ed-mobile-bottom-nav {
  color: var(--ed-ink);
  font-family: inherit;
}

.ed-store-header *,
.ed-store-footer *,
.ed-mobile-drawer *,
.ed-location-modal *,
.ed-mobile-bottom-nav * {
  box-sizing: border-box;
}

.ed-store-header svg,
.ed-store-footer svg,
.ed-mobile-drawer svg,
.ed-location-modal svg,
.ed-mobile-bottom-nav svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ed-shell-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.ed-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100000;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--ed-white);
  background: var(--ed-ink);
  transform: translateY(-150%);
}

.ed-skip-link:focus {
  transform: none;
}

.ed-store-header {
  position: relative;
  z-index: 9990;
  width: 100%;
  border-bottom: 1px solid var(--ed-line);
  background: var(--ed-white);
}

.ed-announcement {
  min-height: 34px;
  color: #fff7ed;
  background: var(--ed-ink);
  font-size: 12px;
  font-weight: 600;
}

.ed-announcement .ed-shell-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
}

.ed-announcement a {
  color: var(--ed-white);
  text-decoration: none;
}

.ed-announcement-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ed-announcement-primary,
.ed-announcement-links strong {
  font-weight: 750;
  letter-spacing: -0.1px;
}

.ed-main-header {
  background: var(--ed-white);
}

.ed-main-header-grid {
  display: grid;
  grid-template-columns: auto minmax(165px, auto) minmax(320px, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 108px;
}

.ed-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 9px;
  color: var(--ed-ink);
  text-decoration: none !important;
  white-space: nowrap;
}

.ed-brand-image {
  display: block;
  width: auto;
  max-width: 350px;
  max-height: 98px;
  object-fit: contain;
}

.ed-brand-image--footer {
  max-width: 285px;
  max-height: 82px;
  filter: brightness(0) invert(1);
}

.ed-brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 14px 14px 14px 5px;
  color: var(--ed-white);
  background: linear-gradient(145deg, #fb923c, var(--ed-orange-dark));
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.24);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -2px;
}

.ed-brand-words {
  display: flex;
  align-items: baseline;
  font-size: 22px;
  letter-spacing: -0.8px;
}

.ed-brand-words strong {
  font-weight: 850;
}

.ed-brand-words em {
  color: var(--ed-orange-dark);
  font-style: normal;
  font-weight: 850;
}

.ed-delivery-message {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px 10px;
  border: 0;
  border-radius: 12px;
  color: var(--ed-ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.ed-delivery-message:hover {
  background: var(--ed-orange-soft);
}

.ed-delivery-message > span {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--ed-orange-dark);
  background: var(--ed-orange-soft);
}

.ed-delivery-message > span svg {
  width: 27px;
  height: 21px;
  overflow: visible;
}

.ed-fast-van-icon .ed-van-speed {
  opacity: 0.72;
}

.ed-fast-van-icon .ed-van-door {
  opacity: 0.35;
}

.ed-delivery-message div {
  display: grid;
  min-width: 0;
}

.ed-delivery-message small,
.ed-action-copy small {
  color: var(--ed-muted);
  font-size: 11px;
  line-height: 1.2;
}

.ed-delivery-message strong {
  overflow: hidden;
  max-width: 170px;
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ed-delivery-message > i {
  display: grid;
  flex: 0 0 auto;
}

.ed-delivery-message > i svg {
  width: 16px;
  height: 16px;
}

.ed-mobile-location {
  display: none;
}

.ed-mobile-location button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 9px 11px;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  color: var(--ed-ink);
  background: var(--ed-orange-soft);
  cursor: pointer;
  text-align: left;
}

.ed-mobile-location button > span,
.ed-mobile-location button > i {
  display: grid;
  place-items: center;
  color: var(--ed-orange-dark);
}

.ed-mobile-location button > span svg {
  width: 29px;
  height: 22px;
  overflow: visible;
}

.ed-mobile-location button > i svg {
  width: 17px;
  height: 17px;
}

.ed-mobile-location button div {
  display: grid;
  min-width: 0;
}

.ed-mobile-location button small {
  color: var(--ed-muted);
  font-size: 10px;
  line-height: 1.2;
}

.ed-mobile-location button strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ed-search-wrap {
  position: relative;
  min-width: 0;
}

.ed-product-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  height: 50px;
  border: 1px solid #d7dde5;
  border-radius: 14px;
  background: var(--ed-soft);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ed-product-search:focus-within {
  border-color: var(--ed-orange);
  background: var(--ed-white);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.ed-search-icon {
  display: grid;
  place-items: center;
  width: 48px;
  color: #475569;
}

.ed-product-search input[type="search"] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 8px 0 0;
  border: 0 !important;
  outline: 0;
  color: var(--ed-ink);
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
}

.ed-product-search input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}

.ed-product-search button {
  align-self: stretch;
  min-width: 78px;
  margin: 4px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  color: var(--ed-white);
  background: var(--ed-orange);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

.ed-product-search button:hover {
  background: var(--ed-orange-dark);
}

.ed-live-results {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  left: 0;
  z-index: 10020;
  overflow: hidden;
  border: 1px solid var(--ed-line);
  border-radius: 16px;
  background: var(--ed-white);
  box-shadow: var(--ed-shadow);
}

.ed-live-results[hidden] {
  display: none;
}

.ed-live-result-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #eef2f7;
  color: var(--ed-ink);
  text-decoration: none !important;
}

.ed-live-result-item:hover {
  background: #fffaf5;
}

.ed-live-result-item img {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: var(--ed-soft);
  object-fit: contain;
}

.ed-live-result-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ed-live-result-copy strong {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ed-live-result-copy small {
  color: var(--ed-green);
  font-size: 11px;
  font-weight: 700;
}

.ed-live-result-price {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ed-live-result-price del {
  display: none;
}

.ed-live-result-all,
.ed-live-result-empty,
.ed-live-result-loading {
  display: block;
  padding: 13px 15px;
  color: var(--ed-muted);
  text-align: center;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 650;
}

.ed-live-result-all {
  color: var(--ed-orange-dark);
  background: #fffaf5;
}

.ed-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ed-account-link,
.ed-cart-link {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 7px 9px;
  border-radius: 12px;
  color: var(--ed-ink);
  text-decoration: none !important;
}

.ed-account-link:hover,
.ed-cart-link:hover {
  background: var(--ed-soft);
}

.ed-action-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.ed-action-icon b {
  position: absolute;
  top: -10px;
  right: -10px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border: 2px solid var(--ed-white);
  border-radius: 999px;
  color: var(--ed-white);
  background: var(--ed-orange);
  font-size: 10px;
  line-height: 1;
}

.ed-action-copy {
  display: grid;
  gap: 2px;
}

.ed-action-copy strong {
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.ed-action-copy .woocommerce-Price-amount {
  font-size: inherit;
}

.ed-menu-toggle {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--ed-line);
  border-radius: 12px;
  color: var(--ed-ink);
  background: var(--ed-white);
  cursor: pointer;
}

.ed-mobile-search {
  display: none;
}

.ed-category-nav {
  position: relative;
  border-top: 1px solid #f0f2f5;
  background: var(--ed-white);
  box-shadow: 0 5px 18px rgba(15, 23, 42, 0.04);
}

.ed-category-scroll {
  display: flex;
  align-items: stretch;
  min-height: 48px;
}

.ed-all-categories {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 0 17px;
  color: var(--ed-white);
  background: var(--ed-orange);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
}

.ed-all-categories:hover {
  color: var(--ed-white);
  background: var(--ed-orange-dark);
}

.ed-all-categories svg {
  width: 18px;
  height: 18px;
}

.ed-category-list {
  display: flex;
  align-items: stretch;
  flex: 1;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ed-category-list > li {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0 !important;
}

.ed-category-list > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 15px;
  color: #334155;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.ed-category-list > li > a:hover,
.ed-category-list > li:focus-within > a,
.ed-category-list > li:hover > a {
  color: var(--ed-orange-dark);
  background: var(--ed-orange-soft);
}

.ed-category-list > li > a span,
.ed-category-list > li > a svg {
  display: grid;
  width: 14px;
  height: 14px;
}

.ed-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10010;
  visibility: hidden;
  width: min(760px, 86vw);
  padding: 18px;
  border: 1px solid var(--ed-line);
  border-radius: 0 0 18px 18px;
  opacity: 0;
  background: var(--ed-white);
  box-shadow: var(--ed-shadow);
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.ed-category-list > li:nth-last-child(-n + 3) .ed-mega-menu {
  right: 0;
  left: auto;
}

.ed-category-list > li:hover .ed-mega-menu,
.ed-category-list > li:focus-within .ed-mega-menu {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.ed-mega-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ed-line);
}

.ed-mega-heading strong {
  font-size: 17px;
}

.ed-mega-heading a {
  color: var(--ed-orange-dark);
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 800;
}

.ed-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 22px;
}

.ed-mega-group {
  display: grid;
  align-content: start;
  gap: 6px;
}

.ed-mega-group a {
  color: var(--ed-muted);
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1.35;
}

.ed-mega-group a:hover {
  color: var(--ed-orange-dark);
}

.ed-mega-group .ed-mega-parent {
  margin-bottom: 2px;
  color: var(--ed-ink);
  font-size: 13px;
  font-weight: 800;
}

.ed-drawer-overlay,
.ed-location-overlay {
  position: fixed;
  inset: 0;
  z-index: 10030;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(2px);
}

.ed-drawer-overlay[hidden],
.ed-location-overlay[hidden],
.ed-location-modal[hidden] {
  display: none;
}

.ed-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10040;
  overflow-y: auto;
  width: min(390px, 92vw);
  height: 100dvh;
  padding: 18px;
  background: var(--ed-white);
  box-shadow: -16px 0 45px rgba(15, 23, 42, 0.2);
  transform: translateX(105%);
  transition: transform 0.23s ease;
}

.ed-mobile-drawer.is-open {
  transform: none;
}

.ed-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ed-line);
}

.ed-drawer-head button,
.ed-location-modal-head button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--ed-line);
  border-radius: 50%;
  color: var(--ed-ink);
  background: var(--ed-white);
  cursor: pointer;
}

.ed-drawer-account {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  padding: 14px;
  border-radius: 14px;
  background: var(--ed-orange-soft);
}

.ed-drawer-account > svg {
  color: var(--ed-orange-dark);
}

.ed-drawer-account div {
  display: grid;
  gap: 2px;
}

.ed-drawer-account small {
  color: var(--ed-muted);
  font-size: 11px;
}

.ed-drawer-account a {
  color: var(--ed-ink);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
}

.ed-drawer-nav {
  display: grid;
}

.ed-drawer-nav > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 47px;
  border-bottom: 1px solid #eef2f7;
  color: var(--ed-ink);
  text-decoration: none !important;
  font-size: 14px;
}

.ed-drawer-nav > a b {
  min-width: 28px;
  padding: 3px 6px;
  border-radius: 999px;
  color: var(--ed-muted);
  background: var(--ed-soft);
  text-align: center;
  font-size: 10px;
}

body.ed-menu-open,
body.ed-location-open {
  overflow: hidden;
}

.ed-location-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10050;
  width: min(500px, calc(100% - 28px));
  max-height: min(720px, calc(100dvh - 28px));
  overflow-y: auto;
  padding: 22px;
  border-radius: 22px;
  background: var(--ed-white);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.3);
  transform: translate(-50%, -50%);
}

.ed-location-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}

.ed-location-modal-head small {
  color: var(--ed-orange-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.ed-location-modal-head h2 {
  margin: 2px 0 0;
  color: var(--ed-ink);
  font-size: 23px;
  line-height: 1.2;
}

.ed-saved-address,
.ed-current-location {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px;
  border: 1px solid var(--ed-line);
  border-radius: 14px;
  color: var(--ed-ink);
  background: var(--ed-white);
  cursor: pointer;
  text-align: left;
}

.ed-saved-address:hover,
.ed-current-location:hover {
  border-color: #fdba74;
  background: var(--ed-orange-soft);
}

.ed-saved-address > span,
.ed-current-location > span {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--ed-orange-dark);
  background: var(--ed-orange-soft);
}

.ed-saved-address p,
.ed-current-location p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.ed-saved-address small,
.ed-current-location small {
  color: var(--ed-muted);
  font-size: 11px;
  line-height: 1.35;
}

.ed-saved-address strong,
.ed-current-location strong {
  font-size: 13px;
  line-height: 1.35;
}

.ed-location-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 17px 0;
  color: var(--ed-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.ed-location-divider::before,
.ed-location-divider::after {
  height: 1px;
  flex: 1;
  background: var(--ed-line);
  content: "";
}

.ed-postcode-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--ed-ink);
  font-size: 12px;
  font-weight: 750;
}

.ed-postcode-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.ed-postcode-form input {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  outline: 0;
  box-shadow: none;
  text-transform: uppercase;
}

.ed-postcode-form input:focus {
  border-color: var(--ed-orange);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
}

.ed-postcode-form button {
  min-width: 82px;
  border: 0;
  border-radius: 12px;
  color: var(--ed-white);
  background: var(--ed-orange);
  cursor: pointer;
  font-weight: 800;
}

.ed-location-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--ed-orange-dark);
  font-size: 12px;
  font-weight: 700;
}

.ed-location-note {
  margin: 9px 0 0;
  color: var(--ed-muted);
  font-size: 10px;
  line-height: 1.45;
}

.ed-store-footer {
  margin-top: 48px;
  color: #cbd5e1;
  background: var(--ed-ink);
}

.ed-footer-benefits {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #172033;
}

.ed-footer-benefits .ed-shell-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 24px 0;
}

.ed-footer-benefits .ed-shell-container > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ed-footer-benefits .ed-shell-container > div > span {
  display: grid;
  place-items: center;
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  color: #fed7aa;
  background: rgba(249, 115, 22, 0.15);
}

.ed-footer-benefits p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.ed-footer-benefits strong {
  color: var(--ed-white);
  font-size: 13px;
}

.ed-footer-benefits small {
  color: #94a3b8;
  font-size: 11px;
}

.ed-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 42px;
  padding: 48px 0 42px;
}

.ed-footer-brand .ed-brand {
  color: var(--ed-white);
}

.ed-footer-brand p {
  max-width: 420px;
  margin: 18px 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.65;
}

.ed-footer-email {
  color: #fed7aa;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
}

.ed-footer-grid h3 {
  margin: 0 0 15px;
  color: var(--ed-white);
  font-size: 14px;
}

.ed-footer-grid ul {
  display: grid;
  gap: 9px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ed-footer-grid li {
  margin: 0 !important;
}

.ed-footer-grid li a {
  color: #94a3b8;
  text-decoration: none !important;
  font-size: 12px;
}

.ed-footer-grid li a:hover {
  color: #fed7aa;
}

.ed-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ed-footer-bottom .ed-shell-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  color: #64748b;
  font-size: 11px;
}

.ed-mobile-bottom-nav {
  display: none;
}

@media (max-width: 1199px) {
  .ed-main-header-grid {
    grid-template-columns: auto minmax(280px, 1fr) auto;
    gap: 18px;
  }

  .ed-delivery-message {
    display: none;
  }

  .ed-brand-image {
    max-width: 315px;
    max-height: 90px;
  }

  .ed-category-list > li > a {
    padding: 0 11px;
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .ed-shell-container {
    width: min(100% - 28px, 900px);
  }

  .ed-desktop-search,
  .ed-account-link .ed-action-copy,
  .ed-cart-link .ed-action-copy {
    display: none;
  }

  .ed-announcement .ed-shell-container {
    justify-content: space-between;
  }

  .ed-main-header-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 84px;
  }

  .ed-header-actions {
    gap: 4px;
  }

  .ed-account-link,
  .ed-cart-link {
    min-width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 7px;
  }

  .ed-menu-toggle {
    display: grid;
  }

  .ed-mobile-search {
    display: block;
    padding-bottom: 12px;
  }

  .ed-mobile-location {
    display: block;
    padding-bottom: 8px;
  }

  .ed-product-search {
    height: 46px;
    border-radius: 12px;
  }

  .ed-product-search input[type="search"] {
    height: 44px;
  }

  .ed-product-search button {
    display: none;
  }

  .ed-category-scroll {
    width: 100%;
    overflow-x: auto;
    padding: 0 14px;
    scrollbar-width: none;
  }

  .ed-category-scroll::-webkit-scrollbar {
    display: none;
  }

  .ed-all-categories {
    margin: 8px 5px 8px 0;
    padding: 0 12px;
    border-radius: 10px;
  }

  .ed-category-list {
    flex: 0 0 auto;
  }

  .ed-category-list > li > a {
    min-height: 48px;
    padding: 0 12px;
    font-size: 11px;
  }

  .ed-category-list > li > a span,
  .ed-mega-menu {
    display: none;
  }

  .ed-footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {
  body.ed-custom-shell-active {
    padding-bottom: 68px;
  }

  .ed-shell-container {
    width: calc(100% - 22px);
  }

  .ed-announcement {
    min-height: 48px;
    font-size: 10px;
  }

  .ed-announcement .ed-shell-container {
    display: grid;
    justify-content: stretch;
    gap: 2px;
    min-height: 48px;
    padding: 5px 0;
    text-align: center;
  }

  .ed-announcement-links {
    justify-content: center;
    gap: 6px;
    font-size: 9px;
    line-height: 1.25;
  }

  .ed-main-header-grid {
    gap: 8px;
    min-height: 62px;
  }

  .ed-brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px 12px 12px 4px;
    font-size: 22px;
  }

  .ed-brand-words {
    font-size: 17px;
    letter-spacing: -0.6px;
  }

  .ed-brand-image {
    max-width: 245px;
    max-height: 74px;
  }

  .ed-account-link {
    display: none;
  }

  .ed-cart-link,
  .ed-menu-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .ed-mobile-search {
    padding-bottom: 10px;
  }

  .ed-search-icon {
    width: 42px;
  }

  .ed-product-search input[type="search"] {
    font-size: 13px;
  }

  .ed-live-results {
    position: fixed;
    top: 134px;
    right: 11px;
    left: 11px;
    max-height: calc(100dvh - 215px);
    overflow-y: auto;
  }

  .ed-category-nav {
    border-top: 0;
  }

  .ed-category-scroll {
    padding: 0 11px;
  }

  .ed-footer-benefits .ed-shell-container {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 0;
  }

  .ed-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    padding: 36px 0 32px;
  }

  .ed-footer-brand {
    grid-column: 1 / -1;
  }

  .ed-footer-bottom .ed-shell-container {
    display: grid;
    justify-content: start;
    gap: 5px;
    padding: 15px 0;
  }

  .ed-mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 66px;
    padding: 5px max(6px, env(safe-area-inset-right)) max(5px, env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left));
    border-top: 1px solid var(--ed-line);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.09);
    backdrop-filter: blur(10px);
  }

  .ed-mobile-bottom-nav > a,
  .ed-mobile-bottom-nav > button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    padding: 0;
    border: 0;
    color: #475569;
    background: transparent;
    text-decoration: none !important;
    font-size: 9px;
    font-weight: 700;
  }

  .ed-mobile-bottom-nav svg {
    width: 20px;
    height: 20px;
  }

  .ed-mobile-bottom-nav .ed-action-copy {
    display: contents;
  }

  .ed-mobile-bottom-nav .ed-action-copy small {
    color: #475569;
    font-size: 9px;
    font-weight: 700;
  }

  .ed-mobile-bottom-nav .ed-action-copy strong {
    display: none;
  }

  .ed-mobile-bottom-nav .ed-action-icon b {
    top: -8px;
    right: -10px;
  }

  .ed-location-modal {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 88dvh;
    padding: 20px 16px calc(20px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
    transform: none;
  }

  .ed-location-modal-head h2 {
    font-size: 21px;
  }
}

@media (max-width: 420px) {
	.ed-brand-image {
		max-width: 220px;
		max-height: 67px;
	}

  .ed-brand-words {
    font-size: 15px;
  }

  .ed-brand-mark {
    width: 34px;
    height: 34px;
  }

  .ed-footer-grid {
    grid-template-columns: 1fr;
  }

  .ed-footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ed-mobile-drawer,
  .ed-mega-menu,
  .ed-product-search {
    transition: none;
  }
}
