/*
 * MDP Commerce Header & Footer
 * Intentionally scoped to .mdp-shell-* so product presentation plugins retain ownership.
 */

:root {
  --mdp-shell-accent: var(--mdp-shell-custom-accent, var(--ast-global-color-0, var(--wp--preset--color--primary, var(--e-global-color-primary, #7a1f42))));
  --mdp-shell-accent-contrast: #fff;
  --mdp-shell-ink: #171717;
  --mdp-shell-muted: #686868;
  --mdp-shell-line: #e7e3df;
  --mdp-shell-paper: #fff;
  --mdp-shell-warm: #f7f4f1;
  --mdp-shell-max: 1440px;
  --mdp-shell-shadow: 0 14px 42px rgba(24, 18, 12, .12);
  --mdp-shell-admin-offset: 0px;
}

body.admin-bar { --mdp-shell-admin-offset: 32px; }

.mdp-shell-root,
.mdp-shell {
  box-sizing: border-box;
  color: var(--mdp-shell-ink);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
}

.mdp-shell-root *,
.mdp-shell-root *::before,
.mdp-shell-root *::after,
.mdp-shell *,
.mdp-shell *::before,
.mdp-shell *::after { box-sizing: inherit; }

.mdp-shell a,
.mdp-shell-root a { color: inherit; text-decoration: none; }
.mdp-shell button,
.mdp-shell-root button,
.mdp-shell input { font: inherit; }
.mdp-shell button,
.mdp-shell-root button { color: inherit; }

.mdp-shell-container {
  width: min(100% - 40px, var(--mdp-shell-max));
  margin-inline: auto;
}

.mdp-shell-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.mdp-shell-skip {
  position: fixed;
  z-index: 100003;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  transform: translateY(-150%);
}
.mdp-shell-skip:focus { transform: none; }

/*
 * Desktop-only visual replacement layer. We never unhook the theme header, so
 * tracking, wp_body_open integrations and third-party scripts keep running.
 * On <=1024px the theme/mobile-header plugin remains completely untouched.
 */
@media (min-width: 1025px) {
  body.mdp-shell-replace-header #masthead:not(#mdp-commerce-header),
  body.mdp-shell-replace-header header.site-header:not(#mdp-commerce-header),
  body.mdp-shell-replace-header .site-header:not(#mdp-commerce-header),
  body.mdp-shell-replace-header .elementor-location-header,
  body.mdp-shell-replace-header #site-header:not(#mdp-commerce-header),
  body.mdp-shell-replace-header #header:not(#mdp-commerce-header),
  body.mdp-shell-replace-header .ct-header,
  body.mdp-shell-replace-header .kadence-header-wrap { display: none !important; }

  body.mdp-shell-replace-header { padding-top: 0 !important; }
  body.mdp-shell-replace-header > .ast-sticky-header-placeholder,
  body.mdp-shell-replace-header > .sticky-header-placeholder,
  body.mdp-shell-replace-header > .header-sticky-placeholder,
  body.mdp-shell-replace-header > .elementor-sticky__spacer {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.mdp-shell-root { margin-top: 0 !important; }

body.mdp-shell-replace-footer #colophon:not(#mdp-commerce-footer),
body.mdp-shell-replace-footer footer.site-footer:not(#mdp-commerce-footer),
body.mdp-shell-replace-footer .site-footer:not(#mdp-commerce-footer),
body.mdp-shell-replace-footer .elementor-location-footer,
body.mdp-shell-replace-footer #site-footer:not(#mdp-commerce-footer),
body.mdp-shell-replace-footer .ct-footer { display: none !important; }

.mdp-shell-announcement {
  position: relative;
  z-index: 9991;
  min-height: 34px;
  color: var(--mdp-shell-accent-contrast);
  background: var(--mdp-shell-accent);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
  text-align: center;
}
.mdp-shell-announcement .mdp-shell-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding-inline: 40px;
}
.mdp-shell-announcement a { color: inherit; }
.mdp-shell-announcement-close {
  position: absolute;
  right: 0;
  border: 0;
  padding: 6px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.mdp-shell-announcement-close .mdp-shell-icon { width: 16px; height: 16px; }

.mdp-shell-header {
  position: relative;
  z-index: 9990;
  width: 100%;
  color: var(--mdp-shell-ink);
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--mdp-shell-line);
}
.mdp-shell-sticky-enabled .mdp-shell-header {
  position: sticky;
  top: var(--mdp-shell-admin-offset);
}
.mdp-shell-main-row {
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(260px, 650px) minmax(255px, 1fr);
  gap: clamp(22px, 4vw, 64px);
  align-items: center;
  min-height: 78px;
  transition: min-height .2s ease;
}
.mdp-shell-header.is-condensed .mdp-shell-main-row { min-height: 60px; }

.mdp-shell-logo {
  min-width: 0;
  line-height: 1;
}
.mdp-shell-logo a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.mdp-shell-logo-image {
  display: block;
  width: auto;
  max-width: min(100%, 210px);
  height: auto;
  max-height: 50px;
  object-fit: contain;
}
.mdp-shell-site-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 600;
  letter-spacing: .01em;
  white-space: nowrap;
}

.mdp-shell-search-trigger,
.mdp-shell-mobile-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid #d7d3cf;
  border-radius: 2px;
  padding: 0 13px;
  color: var(--mdp-shell-muted);
  background: #fff;
  cursor: text;
  text-align: left;
}
.mdp-shell-search-trigger > span,
.mdp-shell-mobile-search > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mdp-shell-actions {
  display: flex;
  justify-content: flex-end;
  gap: clamp(15px, 2.2vw, 28px);
}
.mdp-shell-action {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 44px;
  font-size: 11px;
  white-space: nowrap;
}
.mdp-shell-action::after,
.mdp-shell-category-nav .mdp-shell-nav-anchor-wrap > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1.5px;
  background: var(--mdp-shell-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}
.mdp-shell-action:hover::after,
.mdp-shell-action:focus-visible::after,
.mdp-shell-category-nav a:hover::after,
.mdp-shell-category-nav a:focus-visible::after { transform: scaleX(1); }

.mdp-shell-count {
  position: absolute;
  top: -7px;
  left: calc(50% + 6px);
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 99px;
  padding-inline: 3px;
  color: #fff;
  background: var(--mdp-shell-accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.mdp-shell-count.is-empty { display: none; }

.mdp-shell-category-nav {
  position: relative;
  border-top: 1px solid #f1efed;
}
.mdp-shell-nav-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 46px;
  margin-block: 0;
  padding: 0;
  list-style: none;
}
.mdp-shell-nav-item {
  position: static;
  display: flex;
  align-items: stretch;
}
.mdp-shell-nav-anchor-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: clamp(9px, 1.25vw, 20px);
}
.mdp-shell-nav-anchor-wrap > a {
  position: relative;
  padding-block: 13px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  white-space: nowrap;
}
.mdp-shell-nav-item.is-highlight .mdp-shell-nav-anchor-wrap > a { color: #b42318; }
.mdp-shell-nav-anchor-wrap > button {
  border: 0;
  margin-right: -7px;
  padding: 8px 4px 8px 6px;
  background: transparent;
  cursor: pointer;
}
.mdp-shell-nav-anchor-wrap > button .mdp-shell-icon {
  width: 14px;
  height: 14px;
  transition: transform .18s ease;
}
.mdp-shell-nav-item.is-mega-open .mdp-shell-nav-anchor-wrap > button .mdp-shell-icon { transform: rotate(180deg); }

.mdp-shell-mega {
  position: absolute;
  z-index: 20;
  top: 100%;
  right: 0;
  left: 0;
  border-block: 1px solid var(--mdp-shell-line);
  padding-block: 27px 31px;
  background: #fff;
  box-shadow: var(--mdp-shell-shadow);
}
.mdp-shell-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr)) minmax(230px, 1.4fr);
  gap: clamp(20px, 3vw, 48px);
}
.mdp-shell-eyebrow {
  margin: 0 0 12px;
  color: var(--mdp-shell-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mdp-shell-mega-column ul,
.mdp-shell-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mdp-shell-mega-column li + li { margin-top: 8px; }
.mdp-shell-mega-column a {
  display: inline-block;
  font-size: 14px;
}
.mdp-shell-mega-column a:hover,
.mdp-shell-mega-column a:focus-visible { color: var(--mdp-shell-accent); text-decoration: underline; text-underline-offset: 3px; }
.mdp-shell-mega-feature {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  color: #fff !important;
  background: #ddd;
}
.mdp-shell-mega-feature::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
}
.mdp-shell-mega-feature img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  transition: transform .35s ease;
}
.mdp-shell-mega-feature:hover img { transform: scale(1.025); }
.mdp-shell-mega-feature > span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 15px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 650;
}

.mdp-shell-mobile { display: none; }
.mdp-shell-icon-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.mdp-shell-overlay {
  position: fixed;
  z-index: 100000;
  inset: 0;
  opacity: 0;
  background: rgba(15, 13, 12, .54);
  backdrop-filter: blur(2px);
  transition: opacity .2s ease;
}
.mdp-shell-overlay.is-open { opacity: 1; }
.mdp-shell-panel {
  position: fixed;
  z-index: 100001;
  top: var(--mdp-shell-admin-offset);
  bottom: 0;
  overflow: auto;
  color: var(--mdp-shell-ink);
  background: #fff;
  box-shadow: var(--mdp-shell-shadow);
  overscroll-behavior: contain;
  transition: transform .22s ease;
}
.mdp-shell-panel[hidden],
.mdp-shell-overlay[hidden] { display: none !important; }
.mdp-shell-panel-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  border-bottom: 1px solid var(--mdp-shell-line);
  padding: 0 24px;
  background: rgba(255,255,255,.97);
}
.mdp-shell-panel-head h2 {
  margin: 0;
  color: inherit;
  font: 600 22px/1.2 Georgia, "Times New Roman", serif;
}
.mdp-shell-search-panel {
  right: 0;
  left: 0;
  height: min(86vh, 780px);
  transform: translateY(-102%);
}
.mdp-shell-search-panel.is-open { transform: translateY(0); }
.mdp-shell-menu-panel {
  left: 0;
  width: min(92vw, 390px);
  transform: translateX(-102%);
}
.mdp-shell-menu-panel.is-open { transform: translateX(0); }
.mdp-shell-lock { overflow: hidden !important; }
.mdp-shell-lock body {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.mdp-shell-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100% - 40px, 860px);
  height: 56px;
  border-bottom: 2px solid var(--mdp-shell-ink);
  margin: 30px auto 0;
}
.mdp-shell-search-form > .mdp-shell-icon { width: 26px; height: 26px; }
.mdp-shell-search-form input[type="search"] {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  padding: 0 15px !important;
  color: var(--mdp-shell-ink);
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(18px, 2vw, 24px);
}
.mdp-shell-search-form input[type="search"]::-webkit-search-cancel-button { display: none; }
.mdp-shell-search-clear {
  border: 0;
  padding: 8px;
  color: var(--mdp-shell-muted);
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mdp-shell-search-panel .mdp-shell-search-body {
  width: min(calc(100% - 40px), 1180px) !important;
  max-width: 1180px !important;
  margin: 27px auto 60px;
}
.mdp-shell-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
}
.mdp-shell-search-chips button {
  border: 1px solid var(--mdp-shell-line);
  border-radius: 99px;
  padding: 8px 14px;
  background: #fff;
  cursor: pointer;
}
.mdp-shell-search-chips button:hover,
.mdp-shell-search-chips button:focus-visible {
  border-color: var(--mdp-shell-accent);
  color: var(--mdp-shell-accent);
}
.mdp-shell-search-panel .mdp-shell-search-results {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  align-items: start;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  gap: 36px;
}
.mdp-shell-search-panel .mdp-shell-category-results,
.mdp-shell-search-panel .mdp-shell-product-results {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.mdp-shell-category-results a {
  display: block;
  border-bottom: 1px solid var(--mdp-shell-line);
  padding: 9px 0;
}
.mdp-shell-product-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.mdp-shell-product-results > .mdp-shell-eyebrow { grid-column: 1 / -1; margin-bottom: -5px; }
.mdp-shell-search-panel .mdp-shell-product-result {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  min-width: 0;
  outline: 0;
}
.mdp-shell-result-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--mdp-shell-warm);
}
.mdp-shell-result-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.mdp-shell-product-result:hover img,
.mdp-shell-product-result.is-active img { transform: scale(1.025); }
.mdp-shell-product-result.is-active .mdp-shell-result-image { outline: 2px solid var(--mdp-shell-accent); outline-offset: 2px; }
.mdp-shell-search-panel .mdp-shell-result-copy {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  gap: 3px;
  padding-top: 8px;
}
.mdp-shell-search-panel .mdp-shell-result-copy strong {
  display: -webkit-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 2.7em;
  overflow: hidden !important;
  color: var(--mdp-shell-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mdp-shell-view-results {
  grid-column: 1 / -1;
  justify-self: center;
  border-bottom: 1px solid currentColor;
  padding: 5px 2px;
  color: var(--mdp-shell-accent) !important;
  font-weight: 650;
}
.mdp-shell-search-message {
  grid-column: 1 / -1;
  margin: 40px 0;
  color: var(--mdp-shell-muted);
  text-align: center;
}

.mdp-shell-mobile-menu-list {
  margin: 0;
  padding: 0 22px;
  list-style: none;
}
.mdp-shell-mobile-menu-list > li { border-bottom: 1px solid var(--mdp-shell-line); }
.mdp-shell-mobile-menu-list > li > a,
.mdp-shell-mobile-menu-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.mdp-shell-mobile-menu-list summary::-webkit-details-marker { display: none; }
.mdp-shell-mobile-menu-list summary .mdp-shell-icon { width: 16px; transition: transform .18s ease; }
.mdp-shell-mobile-menu-list details[open] summary .mdp-shell-icon { transform: rotate(180deg); }
.mdp-shell-mobile-menu-list details > div { display: grid; padding: 0 0 12px 14px; }
.mdp-shell-mobile-menu-list details > div a { padding: 7px 0; color: #454545; }
.mdp-shell-mobile-menu-list .mdp-shell-view-all { color: var(--mdp-shell-accent); font-weight: 650; }
.mdp-shell-mobile-menu-list .is-highlight { color: #b42318; }
.mdp-shell-mobile-utilities {
  display: grid;
  gap: 5px;
  border-top: 8px solid var(--mdp-shell-warm);
  margin-top: 20px;
  padding: 20px 22px 40px;
}
.mdp-shell-mobile-utilities a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
}
.mdp-shell-mobile-utilities .mdp-shell-icon { width: 19px; height: 19px; }

.mdp-shell-footer {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  clear: both;
  width: 100%;
  max-width: none;
  color: #24211f;
  background: var(--mdp-shell-warm);
}
.mdp-shell-trust {
  border-block: 1px solid var(--mdp-shell-line);
  background: #fff;
}
.mdp-shell-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 24px;
}
.mdp-shell-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  border-right: 1px solid var(--mdp-shell-line);
  padding-inline: clamp(15px, 3vw, 44px);
}
.mdp-shell-trust-item:first-child { padding-left: 0; }
.mdp-shell-trust-item:last-child { border-right: 0; padding-right: 0; }
.mdp-shell-trust-item > .mdp-shell-icon { width: 28px; height: 28px; color: var(--mdp-shell-accent); }
.mdp-shell-trust-item > div { display: grid; min-width: 0; }
.mdp-shell-trust-item strong { font-size: 13px; }
.mdp-shell-trust-item span { overflow: hidden; color: var(--mdp-shell-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.mdp-shell-capture {
  color: #fff;
  background: var(--mdp-shell-accent);
}
.mdp-shell-capture-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 34px;
}
.mdp-shell-capture .mdp-shell-eyebrow { color: rgba(255,255,255,.74); }
.mdp-shell-capture h2 {
  margin: 0 0 5px;
  color: inherit;
  font: 600 clamp(24px, 3vw, 35px)/1.15 Georgia, "Times New Roman", serif;
}
.mdp-shell-capture p { margin: 0; }
.mdp-shell-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: var(--mdp-shell-accent) !important;
  background: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.mdp-shell-footer-main { padding-block: 54px; }
.mdp-shell-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.55fr) repeat(4, minmax(120px, 1fr));
  gap: clamp(26px, 4vw, 60px);
}
.mdp-shell-footer-brand .mdp-shell-logo { margin-bottom: 18px; }
.mdp-shell-footer-brand .mdp-shell-logo-image { max-height: 46px; }
.mdp-shell-about { max-width: 380px; color: var(--mdp-shell-muted); font-size: 13px; }
.mdp-shell-about p { margin: 0 0 10px; }
.mdp-shell-support-hours {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  font-size: 12px;
}
.mdp-shell-support-hours .mdp-shell-icon { width: 18px; height: 18px; color: var(--mdp-shell-accent); }
.mdp-shell-socials { display: flex; gap: 9px; }
.mdp-shell-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #d8d2cd;
  border-radius: 50%;
}
.mdp-shell-socials a:hover,
.mdp-shell-socials a:focus-visible { border-color: var(--mdp-shell-accent); color: var(--mdp-shell-accent); }
.mdp-shell-socials .mdp-shell-icon { width: 17px; height: 17px; }

.mdp-shell-footer-column { display: block; }
.mdp-shell-footer-column > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
  list-style: none;
  text-transform: uppercase;
  pointer-events: none;
}
.mdp-shell-footer-column > summary::-webkit-details-marker,
.mdp-shell-footer-column > summary .mdp-shell-icon { display: none; }
.mdp-shell-footer-column > div { display: block !important; }
.mdp-shell-footer-links li + li { margin-top: 9px; }
.mdp-shell-footer-links a { color: var(--mdp-shell-muted); font-size: 13px; }
.mdp-shell-footer-links a:hover,
.mdp-shell-footer-links a:focus-visible { color: var(--mdp-shell-accent); text-decoration: underline; text-underline-offset: 3px; }

.mdp-shell-footer-bottom {
  border-top: 1px solid #ded8d3;
  padding-block: 18px;
}
.mdp-shell-footer-bottom > .mdp-shell-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mdp-shell-footer-bottom p { margin: 0; color: var(--mdp-shell-muted); font-size: 11px; }
.mdp-shell-footer-bottom p + p { margin-top: 3px; }
.mdp-shell-payments { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.mdp-shell-payments span {
  border: 1px solid #d7d1cc;
  border-radius: 3px;
  padding: 3px 7px;
  color: #5e5853;
  background: #fff;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .03em;
}

.mdp-shell :focus-visible,
.mdp-shell-root :focus-visible {
  outline: 2px solid var(--mdp-shell-accent);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .mdp-shell-main-row { grid-template-columns: minmax(140px, 190px) minmax(240px, 1fr) auto; gap: 22px; }
  .mdp-shell-action > span:not(.mdp-shell-count) { display: none; }
  .mdp-shell-actions { gap: 10px; }
  .mdp-shell-mega-grid { grid-template-columns: repeat(4, 1fr); }
  .mdp-shell-mega-feature { display: none; }
  .mdp-shell-nav-anchor-wrap { padding-inline: 9px; }
  .mdp-shell-footer-grid { grid-template-columns: minmax(220px, 1.5fr) repeat(2, 1fr); }
}

@media (max-width: 900px) {
  :root { --mdp-shell-max: 100%; }
  .mdp-shell-container { width: min(100% - 28px, var(--mdp-shell-max)); }
  .mdp-shell-desktop { display: none; }
  .mdp-shell-mobile { display: block; }
  .mdp-shell-mobile-header-disabled .mdp-shell-header { display: none; }
  .mdp-shell-header { min-height: 64px; }
  .mdp-shell-mobile-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 88px;
    align-items: center;
    min-height: 62px;
    padding-inline: 8px;
  }
  .mdp-shell-mobile-row > .mdp-shell-logo { display: flex; justify-content: center; }
  .mdp-shell-mobile-row .mdp-shell-logo-image { max-width: 160px; max-height: 42px; }
  .mdp-shell-mobile-row .mdp-shell-site-name { max-width: 180px; overflow: hidden; font-size: 22px; text-overflow: ellipsis; }
  .mdp-shell-mobile-actions { display: flex; justify-content: flex-end; }
  .mdp-shell-mobile-actions .mdp-shell-count { top: 2px; left: 24px; }
  .mdp-shell-mobile-search {
    width: calc(100% - 28px);
    height: 42px;
    margin: 0 14px 12px;
    background: var(--mdp-shell-warm);
  }
  .mdp-shell-sticky-enabled .mdp-shell-header { position: sticky; }
  .mdp-shell-search-panel { height: 100%; }
  .mdp-shell-panel-head { min-height: 60px; padding-inline: 14px; }
  .mdp-shell-panel-head h2 { font-size: 20px; }
  .mdp-shell-search-form { width: calc(100% - 28px); height: 50px; margin-top: 14px; }
  .mdp-shell-search-form input[type="search"] { font-size: 16px; }
  .mdp-shell-search-panel .mdp-shell-search-body {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin-top: 20px;
  }
  .mdp-shell-search-panel .mdp-shell-search-results { display: block; }
  .mdp-shell-category-results { margin-bottom: 18px; }
  .mdp-shell-product-results {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .mdp-shell-product-results > .mdp-shell-eyebrow {
    grid-column: 1 / -1;
    margin: 0 0 1px;
  }
  .mdp-shell-search-panel .mdp-shell-product-result {
    display: block !important;
    border: 1px solid var(--mdp-shell-line);
    border-radius: 8px;
    background: #fff;
  }
  .mdp-shell-result-image { aspect-ratio: 4 / 5; }
  .mdp-shell-search-panel .mdp-shell-result-copy { padding: 7px 7px 8px; }
  .mdp-shell-search-panel .mdp-shell-result-copy strong {
    min-height: 2.7em;
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: normal;
    word-break: normal;
    -webkit-line-clamp: 2;
  }
  .mdp-shell-view-results { display: table; margin: 20px auto; }
  .mdp-shell-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-block: 5px;
  }
  .mdp-shell-trust-item {
    min-height: 72px;
    border-bottom: 1px solid var(--mdp-shell-line);
    padding: 12px 10px;
  }
  .mdp-shell-trust-item:nth-child(2n) { border-right: 0; }
  .mdp-shell-trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .mdp-shell-trust-item:first-child { padding-left: 10px; }
  .mdp-shell-trust-item:last-child { padding-right: 10px; }
  .mdp-shell-trust-item > .mdp-shell-icon { width: 24px; height: 24px; }
  .mdp-shell-capture-inner { display: grid; padding-block: 28px; }
  .mdp-shell-capture h2 { font-size: 26px; }
  .mdp-shell-button { justify-self: start; }
  .mdp-shell-footer-main { padding-block: 34px; }
  .mdp-shell-footer-grid { display: block; }
  .mdp-shell-footer-brand { margin-bottom: 25px; }
  .mdp-shell-footer-column {
    border-top: 1px solid #ded8d3;
  }
  .mdp-shell-footer-column:last-child { border-bottom: 1px solid #ded8d3; }
  .mdp-shell-footer-column > summary {
    min-height: 52px;
    margin: 0;
    cursor: pointer;
    pointer-events: auto;
  }
  .mdp-shell-footer-column > summary .mdp-shell-icon { display: block; width: 16px; transition: transform .18s ease; }
  .mdp-shell-footer-column[open] > summary .mdp-shell-icon { transform: rotate(180deg); }
  .mdp-shell-footer-column > div { display: none !important; padding: 0 0 18px 10px; }
  .mdp-shell-footer-column[open] > div { display: block !important; }
  .mdp-shell-footer-bottom > .mdp-shell-container { display: grid; }
  .mdp-shell-payments { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .mdp-shell-product-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .mdp-shell-search-panel .mdp-shell-result-copy { padding: 6px 6px 7px; }
  .mdp-shell-search-panel .mdp-shell-result-copy strong {
    min-height: 2.6em;
    font-size: 11.5px;
    line-height: 1.3;
  }
}

@media (max-width: 782px) {
  body.admin-bar { --mdp-shell-admin-offset: 46px; }
}

@media (max-width: 420px) {
  .mdp-shell-announcement { font-size: 10px; }
  .mdp-shell-mobile-row { grid-template-columns: 64px minmax(0, 1fr) 84px; }
  .mdp-shell-trust-item { gap: 8px; }
  .mdp-shell-trust-item span { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .mdp-shell *,
  .mdp-shell-root * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .mdp-shell-root,
  .mdp-shell-footer { display: none !important; }
}

/* ================================================================
 * MDP Commerce Shell 2.0 — Purnave luxury conversion layer
 * ================================================================ */

.mdp-shell-preset-purnave {
  --mdp-shell-accent: var(--mdp-shell-custom-accent, #173d2f);
  --mdp-shell-accent-deep: #0f2d22;
  --mdp-shell-gold: #b98b43;
  --mdp-shell-gold-soft: #ddc7a0;
  --mdp-shell-ink: #18251e;
  --mdp-shell-muted: #6e6a63;
  --mdp-shell-line: #e7ded0;
  --mdp-shell-paper: #fffdf8;
  --mdp-shell-warm: #f8f2e7;
  --mdp-shell-cream: #fbf6ec;
  --mdp-shell-shadow: 0 18px 54px rgba(30, 37, 31, .12);
}

.mdp-shell-preset-inherit {
  --mdp-shell-gold: var(--mdp-shell-accent);
  --mdp-shell-gold-soft: #ded8d2;
  --mdp-shell-paper: #fff;
  --mdp-shell-cream: #faf9f7;
}

/* Desktop header only. */
@media (max-width: 1024px) {
  .mdp-shell-root { display: none !important; }
  .mdp-shell-skip { display: none !important; }
}

@media (min-width: 1025px) {
  .mdp-shell-announcement {
    min-height: 36px;
    color: #fff8eb;
    background: linear-gradient(90deg, var(--mdp-shell-accent-deep, #102c22), var(--mdp-shell-accent));
    border-bottom: 1px solid rgba(255,255,255,.11);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .055em;
  }
  .mdp-shell-announcement-inner {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    min-height: 36px !important;
    padding-inline: 0 !important;
  }
  .mdp-shell-announcement-message {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
    text-align: center;
  }
  .mdp-shell-announcement-dot {
    width: 5px;
    height: 5px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--mdp-shell-gold);
    box-shadow: 0 0 0 3px rgba(255,255,255,.08);
  }
  .mdp-shell-top-utilities {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 10px;
    letter-spacing: .04em;
  }
  .mdp-shell-top-utilities a { opacity: .88; }
  .mdp-shell-top-utilities a:hover,
  .mdp-shell-top-utilities a:focus-visible { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
  .mdp-shell-announcement-close { right: -34px; }

  .mdp-shell-header {
    background: rgba(255,253,248,.985);
    border-bottom-color: rgba(185,139,67,.18);
    box-shadow: none;
    backdrop-filter: saturate(130%) blur(10px);
  }
  .mdp-shell-header.is-condensed {
    box-shadow: 0 10px 34px rgba(21, 37, 29, .09);
  }
  .mdp-shell-main-row {
    grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
    grid-template-areas: "search logo actions";
    gap: clamp(28px, 4vw, 74px);
    min-height: 92px;
  }
  .mdp-shell-header.is-condensed .mdp-shell-main-row { min-height: 70px; }
  .mdp-shell-search-trigger { grid-area: search; justify-self: start; }
  .mdp-shell-logo-centered { grid-area: logo; justify-self: center; text-align: center; }
  .mdp-shell-actions { grid-area: actions; justify-self: end; }

  .mdp-shell-logo-centered .mdp-shell-logo-image {
    max-width: 236px;
    max-height: 64px;
  }
  .mdp-shell-header.is-condensed .mdp-shell-logo-centered .mdp-shell-logo-image {
    max-height: 49px;
  }
  .mdp-shell-search-trigger {
    width: min(100%, 410px);
    height: 44px;
    border: 1px solid #ddd4c5;
    border-radius: 999px;
    padding: 0 14px 0 16px;
    color: #7b756d;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.75);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .mdp-shell-search-trigger:hover,
  .mdp-shell-search-trigger:focus-visible {
    border-color: var(--mdp-shell-gold);
    background: #fffefb;
    box-shadow: 0 7px 24px rgba(23,61,47,.08);
  }
  .mdp-shell-search-trigger > .mdp-shell-icon { width: 19px; height: 19px; color: var(--mdp-shell-accent); }
  .mdp-shell-search-trigger > span { font-size: 12px; }
  .mdp-shell-search-trigger kbd {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    margin-left: auto;
    border: 1px solid #e5dfd5;
    border-radius: 6px;
    color: #9a938a;
    background: #faf8f3;
    font: 600 11px/1 system-ui, sans-serif;
  }

  .mdp-shell-actions { gap: clamp(17px, 2vw, 27px); }
  .mdp-shell-action {
    gap: 4px;
    color: #27352e;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .03em;
  }
  .mdp-shell-action > .mdp-shell-icon { width: 21px; height: 21px; stroke-width: 1.55; }
  .mdp-shell-action::after { background: var(--mdp-shell-gold); bottom: -6px; }
  .mdp-shell-count {
    top: -6px;
    left: calc(50% + 7px);
    border-color: var(--mdp-shell-paper);
    background: var(--mdp-shell-gold);
  }

  .mdp-shell-category-nav {
    border-top: 1px solid #eee7db;
    background: #fffdf8;
  }
  .mdp-shell-nav-list { min-height: 48px; gap: 2px; }
  .mdp-shell-nav-anchor-wrap { padding-inline: clamp(10px, 1.25vw, 19px); }
  .mdp-shell-nav-anchor-wrap > a {
    padding-block: 14px;
    color: #28362f;
    font-size: 11.5px;
    font-weight: 650;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .mdp-shell-nav-item.is-highlight .mdp-shell-nav-anchor-wrap > a {
    color: #9a6a27;
  }
  .mdp-shell-category-nav .mdp-shell-nav-anchor-wrap > a::after {
    height: 1px;
    background: var(--mdp-shell-gold);
  }
  .mdp-shell-nav-anchor-wrap > button { color: #83796e; }
  .mdp-shell-mega {
    border-color: #e9dfd0;
    padding-block: 34px 38px;
    background: rgba(255,253,248,.995);
    box-shadow: 0 24px 64px rgba(25,35,29,.12);
  }
  .mdp-shell-mega-grid { gap: clamp(24px, 3vw, 52px); }
  .mdp-shell-eyebrow { color: #9d7b49; letter-spacing: .14em; }
  .mdp-shell-mega-column a { color: #39443f; font-size: 13px; }
  .mdp-shell-mega-feature { border-radius: 2px; }

  .mdp-shell-search-panel {
    background: #fffdf8;
  }
  .mdp-shell-panel-head { background: rgba(255,253,248,.97); }
  .mdp-shell-panel-head h2 {
    color: var(--mdp-shell-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
  }
  .mdp-shell-search-form { border-bottom-color: var(--mdp-shell-accent); }
  .mdp-shell-search-chips button { background: #fffdfa; }
}

/* Footer — luxury, warm and conversion focused on both desktop and mobile. */
.mdp-shell-footer {
  color: var(--mdp-shell-ink);
  background: var(--mdp-shell-cream, #fbf6ec);
  border-top: 0;
}
.mdp-shell-trust {
  border-block: 1px solid #eadfcf;
  background: #fffdf8;
}
.mdp-shell-trust-grid { padding-block: 20px; }
.mdp-shell-trust-item {
  gap: 12px;
  border-right-color: #eadfcf;
}
.mdp-shell-trust-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid #e5d5bc;
  border-radius: 50%;
  color: var(--mdp-shell-gold, var(--mdp-shell-accent));
  background: #fffaf1;
}
.mdp-shell-trust-icon .mdp-shell-icon { width: 20px; height: 20px; }
.mdp-shell-trust-item > .mdp-shell-icon { display: none; }
.mdp-shell-trust-item strong {
  color: #25352d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .025em;
}
.mdp-shell-trust-item span { color: #777168; font-size: 10.5px; }

.mdp-shell-capture {
  position: relative;
  overflow: hidden;
  color: #fff9ee;
  background:
    radial-gradient(circle at 80% 15%, rgba(185,139,67,.22), transparent 28%),
    linear-gradient(110deg, var(--mdp-shell-accent-deep, #102d22), var(--mdp-shell-accent));
}
.mdp-shell-capture::before,
.mdp-shell-capture::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(221,199,160,.16);
  border-radius: 50%;
  pointer-events: none;
}
.mdp-shell-capture::before { top: -110px; left: 7%; }
.mdp-shell-capture::after { right: 5%; bottom: -125px; }
.mdp-shell-capture-inner { position: relative; z-index: 1; padding-block: 36px; }
.mdp-shell-capture .mdp-shell-eyebrow { color: #d9bf91; }
.mdp-shell-capture h2 {
  color: #fff9ed;
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 500;
  letter-spacing: -.01em;
}
.mdp-shell-capture-copy > p:last-child { max-width: 680px; color: rgba(255,249,238,.78); font-size: 13px; }
.mdp-shell-button {
  min-height: 50px;
  border: 1px solid #d6b26e;
  border-radius: 999px;
  padding: 11px 20px;
  color: #173d2f !important;
  background: #fff9ed;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  font-size: 12px;
  letter-spacing: .035em;
  transition: transform .18s ease, box-shadow .18s ease;
}
.mdp-shell-button:hover,
.mdp-shell-button:focus-visible { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(0,0,0,.16); }
.mdp-shell-button .mdp-shell-icon:last-child { width: 17px; }

.mdp-shell-footer-main {
  padding-block: 54px 48px;
  background: linear-gradient(180deg, #fbf6ec 0%, #f8f1e5 100%);
}
.mdp-shell-footer-grid {
  grid-template-columns: minmax(250px, 1.75fr) repeat(4, minmax(120px, .9fr));
  gap: clamp(28px, 4vw, 58px);
}
.mdp-shell-footer-brand .mdp-shell-logo-image { max-height: 58px; max-width: 230px; }
.mdp-shell-footer-tagline {
  margin: 14px 0 10px;
  color: var(--mdp-shell-accent);
  font: italic 500 18px/1.25 Georgia, "Times New Roman", serif;
}
.mdp-shell-about {
  max-width: 400px;
  color: #69655e;
  font-size: 12.5px;
  line-height: 1.72;
}
.mdp-shell-support-hours {
  gap: 9px;
  margin: 16px 0 13px;
  color: #4f5a54;
  font-size: 11.5px;
}
.mdp-shell-support-hours .mdp-shell-icon { color: var(--mdp-shell-gold); }
.mdp-shell-footer-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.mdp-shell-footer-contact-actions a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  border: 1px solid #dacdb9;
  border-radius: 999px;
  padding: 6px 11px;
  color: #39473f;
  background: rgba(255,255,255,.45);
  font-size: 10.5px;
  font-weight: 650;
}
.mdp-shell-footer-contact-actions .mdp-shell-icon { width: 15px; height: 15px; color: var(--mdp-shell-gold); }
.mdp-shell-footer-contact-actions a:hover,
.mdp-shell-footer-contact-actions a:focus-visible { border-color: var(--mdp-shell-gold); background: #fffaf2; }
.mdp-shell-socials a {
  width: 34px;
  height: 34px;
  border-color: #d9ccb8;
  color: #435049;
  background: rgba(255,255,255,.4);
}
.mdp-shell-socials a:hover,
.mdp-shell-socials a:focus-visible { border-color: var(--mdp-shell-gold); color: var(--mdp-shell-accent); background: #fffaf2; }

.mdp-shell-footer-column > summary {
  margin-bottom: 17px;
  color: #8b652c;
  font-size: 10.5px;
  letter-spacing: .13em;
}
.mdp-shell-footer-links li + li { margin-top: 10px; }
.mdp-shell-footer-links a { color: #67635d; font-size: 12px; }
.mdp-shell-footer-links a:hover,
.mdp-shell-footer-links a:focus-visible { color: var(--mdp-shell-accent); text-decoration-color: var(--mdp-shell-gold); }

.mdp-shell-footer-popular {
  border-top: 1px solid #e4d8c7;
  background: #f8f1e5;
}
.mdp-shell-footer-popular > .mdp-shell-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  padding-block: 17px;
  color: #6c675f;
  font-size: 10.5px;
}
.mdp-shell-footer-popular span {
  color: #8b652c;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mdp-shell-footer-popular a { position: relative; }
.mdp-shell-footer-popular a::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #bcb1a1;
}
.mdp-shell-footer-popular a:last-child::after { display: none; }
.mdp-shell-footer-popular a:hover,
.mdp-shell-footer-popular a:focus-visible { color: var(--mdp-shell-accent); }

.mdp-shell-footer-bottom {
  border-top: 0;
  padding-block: 17px;
  color: rgba(255,249,238,.82);
  background: var(--mdp-shell-accent-deep, #102d22);
}
.mdp-shell-footer-bottom p { color: rgba(255,249,238,.68); }
.mdp-shell-payments span {
  border-color: rgba(221,199,160,.28);
  color: #f2dfbb;
  background: rgba(255,255,255,.035);
}

@media (max-width: 1180px) {
  .mdp-shell-footer-grid { grid-template-columns: minmax(230px, 1.45fr) repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .mdp-shell-trust-grid { padding-block: 7px; }
  .mdp-shell-trust-item { min-height: 78px; padding: 12px 10px; }
  .mdp-shell-trust-icon { width: 34px; height: 34px; flex-basis: 34px; }
  .mdp-shell-trust-icon .mdp-shell-icon { width: 18px; height: 18px; }
  .mdp-shell-capture-inner { gap: 18px; padding-block: 28px; }
  .mdp-shell-capture h2 { font-size: 27px; }
  .mdp-shell-capture-copy > p:last-child { font-size: 12px; }
  .mdp-shell-button { min-height: 46px; }
  .mdp-shell-footer-main { padding-block: 35px 28px; }
  .mdp-shell-footer-brand { margin-bottom: 26px; }
  .mdp-shell-footer-brand .mdp-shell-logo-image { max-height: 52px; }
  .mdp-shell-footer-tagline { font-size: 17px; }
  .mdp-shell-footer-column { border-top-color: #ddcfbb; }
  .mdp-shell-footer-column:last-child { border-bottom-color: #ddcfbb; }
  .mdp-shell-footer-column > summary {
    min-height: 54px;
    color: #5f594f;
    font-size: 11px;
    letter-spacing: .08em;
  }
  .mdp-shell-footer-column > div { padding-left: 4px; }
  .mdp-shell-footer-popular > .mdp-shell-container {
    gap: 8px 15px;
    padding-block: 15px;
    font-size: 10px;
  }
  .mdp-shell-footer-bottom > .mdp-shell-container { gap: 14px; }
  .mdp-shell-payments { gap: 5px; }
  .mdp-shell-payments span { font-size: 8.5px; }
}

@media (max-width: 480px) {
  .mdp-shell-trust-item strong { font-size: 11px; }
  .mdp-shell-trust-item span { font-size: 9.5px; white-space: normal; }
  .mdp-shell-capture h2 { font-size: 25px; }
  .mdp-shell-footer-popular a::after { display: none; }
}

/* Let the sticky desktop header anchor to the document rather than the short
   data/event wrapper. The wrapper remains in the DOM for JS delegation. */
@media (min-width: 1025px) {
  .mdp-shell-root { display: contents; }
}
