/** Shopify CDN: Minification failed

Line 1857:17 Expected ":"
Line 1883:0 Expected "}" to go with "{"

**/
html {
  scrollbar-gutter: stable;
}

.mega-menu-pro,
.mega-menu-pro * {
  box-sizing: border-box;
}

.mega-menu-pro {
  position: relative;
  z-index: 1000;
  width: 100%;
  color: rgb(var(--color-foreground));
  background: rgb(var(--color-background));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  overflow: visible;
}

.mega-menu-pro--border {
  border-bottom: 1px solid var(--mega-border);
}

.mega-menu-pro__surface {
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgb(var(--color-background));
  overflow: visible;
}

.mega-menu-pro__inner {
  width: min(var(--mega-max-width), calc(100% - 32px));
  margin: 0 auto;
  overflow: visible;
}

.mega-menu-pro__top {
  display: grid;
  grid-template-columns: clamp(190px, 15vw, 250px) minmax(420px, 800px) minmax(390px, 1fr);
  align-items: center;
  gap: clamp(18px, 1.8vw, 30px);
  min-height: 104px;
  padding: 14px 20px 12px;
  border-bottom: 1px solid var(--mega-border);
}

.mega-menu-pro__brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.mega-menu-pro__brand--sparkles::before,
.mega-menu-pro__brand--sparkles::after {
  position: absolute;
  z-index: 2;
  color: var(--mega-accent);
  line-height: 1;
  pointer-events: none;
  content: "✦";
}

.mega-menu-pro__brand--sparkles::before {
  top: -7px;
  left: -10px;
  font-size: 14px;
}

.mega-menu-pro__brand--sparkles::after {
  right: -8px;
  bottom: -4px;
  font-size: 10px;
}

.mega-menu-pro__logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.mega-menu-pro__logo {
  display: block;
  width: min(var(--mega-logo-width), 100%);
  height: auto;
  object-fit: contain;
  transform-origin: center top;
}

.mega-menu-pro[data-logo-animation="true"] .mega-menu-pro__logo {
  animation: mega-gameboy-logo var(--mega-logo-duration) cubic-bezier(.17,.84,.24,1.15) both;
}

@keyframes mega-gameboy-logo {
  0% { opacity: 0; transform: translateY(calc(var(--mega-logo-distance) * -1)) scale(.96); filter: blur(2px); }
  62% { opacity: 1; transform: translateY(7px) scale(1.015); filter: blur(0); }
  78% { transform: translateY(-3px) scale(.995); }
  90% { transform: translateY(1px) scale(1.003); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  .mega-menu-pro[data-logo-animation="true"] .mega-menu-pro__logo { animation: none; }
}

.mega-menu-pro__shop-name {
  font-family: var(--font-heading-family);
  font-size: 24px;
  font-weight: 700;
}

.mega-menu-pro__search-wrap,
.mega-menu-pro__predictive,
.mega-menu-pro__search-form {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
}

.mega-menu-pro__search-shell {
  --mega-submit-width: 142px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  min-height: 62px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--mega-border);
  border-radius: var(--mega-radius);
  background: var(--mega-search-bg);
  box-shadow: 0 3px 14px rgba(18, 18, 18, .035);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mega-menu-pro__search-shell:focus-within {
  border-color: color-mix(in srgb, var(--mega-accent) 70%, #111 30%);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--mega-accent) 18%, transparent), 0 7px 24px rgba(18, 18, 18, .08);
}

.mega-menu-pro__search-icon {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  align-self: stretch;
  color: rgba(var(--color-foreground), .62);
}

.mega-menu-pro__search-icon svg,
.mega-menu-pro__search-reset svg,
.mega-menu-pro__search-submit svg {
  width: 23px;
  height: 23px;
}

.mega-menu-pro__search-input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: auto !important;
  min-height: 0;
  align-self: stretch;
  margin: 0 !important;
  padding: 0 60px 0 0 !important;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgb(var(--color-foreground));
  font: inherit;
  font-size: calc(16px * var(--font-body-scale, 1));
  line-height: normal !important;
  vertical-align: middle;
  box-shadow: none;
  transform: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.mega-menu-pro__search-input::placeholder {
  color: rgba(var(--color-foreground), .58);
  opacity: 1;
}

.mega-menu-pro__search-input::-webkit-search-decoration,
.mega-menu-pro__search-input::-webkit-search-cancel-button,
.mega-menu-pro__search-input::-webkit-search-results-button,
.mega-menu-pro__search-input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

.mega-menu-pro__search-reset {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: calc(var(--mega-submit-width) + 12px);
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent !important;
  color: rgba(var(--color-foreground), .72);
  box-shadow: none !important;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.mega-menu-pro__search-reset::before {
  display: none;
  content: none;
}

.mega-menu-pro__search-reset:hover {
  border-color: var(--mega-border);
  background: rgba(var(--color-foreground), .055) !important;
  color: rgb(var(--color-foreground));
}

.mega-menu-pro__search-reset.hidden {
  visibility: hidden;
  pointer-events: none;
}

.mega-menu-pro__search-submit {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 0 0 var(--mega-submit-width);
  gap: 9px;
  width: var(--mega-submit-width);
  min-width: var(--mega-submit-width);
  max-width: var(--mega-submit-width);
  min-height: 0;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  border: 0;
  border-left: 1px solid color-mix(in srgb, var(--mega-search-button-bg) 72%, #111 28%);
  border-radius: 0;
  background: var(--mega-search-button-bg);
  color: var(--mega-search-button-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .32);
  font: inherit;
  font-size: calc(14px * var(--font-body-scale, 1));
  font-weight: 780;
  letter-spacing: .01em;
  white-space: nowrap;
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease;
}

.mega-menu-pro__search-submit:hover {
  background: color-mix(in srgb, var(--mega-search-button-bg) 92%, #fff 8%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42);
}

.mega-menu-pro__search-submit:active {
  background: color-mix(in srgb, var(--mega-search-button-bg) 88%, #000 12%);
  box-shadow: inset 2px 0 8px rgba(18, 18, 18, .08);
}

.mega-menu-pro__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  min-width: 0;
  white-space: nowrap;
}

.mega-menu-pro__action {
  position: relative;
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.mega-menu-pro__action-icon,
.mega-menu-pro__icon-button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--mega-border);
  border-radius: 50%;
  background: rgb(var(--color-background));
  color: currentColor;
}

.mega-menu-pro__action-icon svg,
.mega-menu-pro__icon-button svg {
  width: 27px;
  height: 27px;
}

.mega-menu-pro__action-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mega-menu-pro__action-copy strong {
  font-size: calc(14px * var(--font-body-scale, 1));
  line-height: 1.1;
}

.mega-menu-pro__action-copy small {
  color: rgba(var(--color-foreground), .66);
  font-size: calc(12px * var(--font-body-scale, 1));
  line-height: 1.1;
}

.mega-menu-pro__action-divider {
  width: 1px;
  height: 40px;
  background: var(--mega-border);
}

.mega-menu-pro__cart-count {
  position: absolute;
  top: -7px;
  left: 34px;
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding: 0 6px;
  border: 2px solid rgb(var(--color-background));
  border-radius: 999px;
  background: var(--mega-accent);
  color: #111;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.mega-menu-pro__menu-toggle {
  display: none;
  padding: 0;
  cursor: pointer;
}

.mega-menu-pro__lower {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
  padding: 0 20px;
}

.mega-menu-pro__nav,
.mega-menu-pro__nav-list,
.mega-menu-pro__nav-item {
  min-height: 100%;
}

.mega-menu-pro__nav-list {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 2.5vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu-pro__nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.mega-menu-pro__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  padding: 0 2px;
  color: rgb(var(--color-foreground));
  font-size: calc(var(--mega-nav-base) * var(--font-body-scale, 1));
  font-weight: 730;
  letter-spacing: .015em;
  text-decoration: none;
  white-space: nowrap;
}

.mega-menu-pro__nav-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--mega-accent);
  content: "";
  opacity: 0;
  transform: scaleX(.55);
  transition: opacity .18s ease, transform .18s ease;
}

.mega-menu-pro__nav-link:hover,
.mega-menu-pro__nav-link.is-active,
.mega-menu-pro__nav-item.is-open > .mega-menu-pro__nav-link {
  color: color-mix(in srgb, var(--mega-accent) 83%, #8a6500 17%);
}

.mega-menu-pro__nav-link:hover::after,
.mega-menu-pro__nav-link.is-active::after,
.mega-menu-pro__nav-item.is-open > .mega-menu-pro__nav-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.mega-menu-pro__chevron {
  width: 12px;
  height: 8px;
  transition: transform .18s ease;
}

.mega-menu-pro__nav-item.is-open .mega-menu-pro__chevron {
  transform: rotate(180deg);
}

.mega-menu-pro__benefits {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.mega-menu-pro__benefit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 25px;
  color: rgba(var(--color-foreground), .78);
  font-size: calc(14px * var(--font-body-scale, 1));
  white-space: nowrap;
}

.mega-menu-pro__benefit + .mega-menu-pro__benefit {
  border-left: 1px solid var(--mega-border);
}

.mega-menu-pro__symbol {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: currentColor;
}

.mega-menu-pro__symbol svg,
.mega-menu-pro__symbol-svg,
.mega-menu-pro__symbol-svg svg,
.mega-menu-pro__symbol-image {
  display: block;
  width: 100%;
  height: 100%;
}

.mega-menu-pro__symbol-image {
  object-fit: contain;
}

.mega-menu-pro__symbol--nav {
  width: 22px;
  height: 22px;
}

.mega-menu-pro__symbol--category {
  width: 34px;
  height: 34px;
  color: var(--mega-accent);
}

.mega-menu-pro__symbol--benefit {
  width: 28px;
  height: 28px;
  color: color-mix(in srgb, var(--mega-accent) 82%, #8b6500 18%);
}

.mega-menu-pro__symbol--mobile {
  width: 24px;
  height: 24px;
}

.mega-menu-pro__dropdown {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.mega-menu-pro__dropdown.is-portaled {
  position: fixed;
  z-index: 2147482000;
  display: block;
  visibility: visible;
  width: var(--mega-dropdown-width);
  max-width: calc(100vw - 24px);
  max-height: var(--mega-dropdown-max-height);
  overflow: auto;
  border: 0;
  border-top: 1px solid var(--mega-border);
  border-radius: 0;
  background: rgb(var(--color-background));
  box-shadow: 0 18px 46px rgba(18, 18, 18, .12);
  opacity: 0;
  pointer-events: auto;
  transform: translate3d(0, -6px, 0);
  transition: opacity .17s ease, transform .17s ease;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mega-menu-pro__dropdown.is-portaled.is-open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mega-menu-pro__dropdown::-webkit-scrollbar,
.mega-menu-pro__dropdown::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.mega-menu-pro__dropdown-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(430px, .82fr);
  gap: 38px;
  padding: 32px 36px 38px;
}

.mega-menu-pro__dropdown--no-promos .mega-menu-pro__dropdown-card {
  grid-template-columns: minmax(0, 1fr);
}

.mega-menu-pro__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-content: start;
  align-items: start;
  gap: 30px 34px;
  min-width: 0;
}

.mega-menu-pro__category-column {
  min-width: 0;
  padding: 0;
}

.mega-menu-pro__category-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: auto;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgb(var(--color-foreground));
  font-size: calc(var(--mega-dropdown-base) * var(--font-body-scale, 1));
  font-weight: 760;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .16s ease;
}

.mega-menu-pro__category-title:hover {
  color: color-mix(in srgb, var(--mega-accent) 82%, #7a5900 18%);
}

.mega-menu-pro__category-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.mega-menu-pro__category-links a {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(var(--color-foreground), .72);
  font-size: calc(var(--mega-dropdown-base) * var(--font-body-scale, 1));
  line-height: 1.35;
  text-decoration: none;
  white-space: normal;
  transition: color .16s ease, transform .16s ease;
}

.mega-menu-pro__category-links a:hover {
  background: transparent;
  color: color-mix(in srgb, var(--mega-accent) 82%, #7a5900 18%);
  transform: translateX(3px);
}

.mega-menu-pro__dropdown--flat .mega-menu-pro__dropdown-card {
  grid-template-columns: minmax(260px, 430px) minmax(430px, .82fr);
}

.mega-menu-pro__dropdown--flat.mega-menu-pro__dropdown--no-promos .mega-menu-pro__dropdown-card {
  grid-template-columns: minmax(260px, 430px);
}

.mega-menu-pro__dropdown--flat .mega-menu-pro__category-grid {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  width: min(430px, 100%);
}

.mega-menu-pro__dropdown--flat .mega-menu-pro__category-column {
  width: 100%;
}

.mega-menu-pro__dropdown--flat .mega-menu-pro__category-title {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 7px 0;
  font-weight: 560;
  line-height: 1.45;
  text-transform: uppercase;
}

.mega-menu-pro__view-all {
  display: none;
}

.mega-menu-pro__promo-grid {
  display: grid;
  grid-template-columns: repeat(var(--mega-promo-count), minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.mega-menu-pro__promo-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(135px, 1fr) auto;
  min-width: 0;
  min-height: 260px;
  padding: 20px 18px 16px;
  overflow: hidden;
  border-radius: 13px;
  background: var(--promo-bg);
  color: var(--promo-text);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.mega-menu-pro__promo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(18, 18, 18, .1);
}

.mega-menu-pro__promo-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mega-menu-pro__promo-copy strong {
  font-size: calc(17px * var(--font-body-scale, 1));
  line-height: 1.12;
}

.mega-menu-pro__promo-copy span {
  font-size: calc(13px * var(--font-body-scale, 1));
  line-height: 1.3;
}

.mega-menu-pro__promo-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 128px;
}

.mega-menu-pro__promo-image,
.mega-menu-pro__promo-placeholder {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
  transition: transform .22s ease;
}

.mega-menu-pro__promo-card:hover .mega-menu-pro__promo-image {
  transform: scale(1.035);
}

.mega-menu-pro__promo-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  justify-self: center;
  min-width: 112px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-size: calc(12px * var(--font-body-scale, 1));
  font-weight: 780;
}

.mega-menu-pro__promo-button svg {
  width: 18px;
  height: 18px;
}

.mega-menu-pro__predictive-results {
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  left: 0;
  z-index: 2147481000;
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: min(620px, var(--mega-predictive-max-height, calc(100vh - 170px))) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  border: 1px solid var(--mega-border);
  border-radius: 18px;
  background: rgb(var(--color-background));
  box-shadow: 0 22px 60px rgba(18, 18, 18, .16);
  scrollbar-width: none !important;
  -ms-overflow-style: none;
  scrollbar-gutter: auto;
  -webkit-overflow-scrolling: touch;
}

predictive-search[open] .mega-menu-pro__predictive-results,
predictive-search[loading] .mega-menu-pro__predictive-results {
  display: block !important;
}

predictive-search:not([open]):not([loading]) .mega-menu-pro__predictive-results {
  display: none !important;
}

.mega-menu-pro__predictive-results::-webkit-scrollbar,
.mega-menu-pro__predictive-results *::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.mega-menu-pro__predictive-results::-webkit-scrollbar-button,
.mega-menu-pro__predictive-results *::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.mega-menu-pro__predictive-results .predictive-search__results-groups-wrapper {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
  gap: 26px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 20px;
  overflow: visible;
  border: 0;
}

.mega-menu-pro__predictive-results .predictive-search__results-groups-wrapper:empty {
  display: none;
}

.mega-menu-pro__predictive-results .predictive-search__result-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
}

.mega-menu-pro__predictive-results .predictive-search__result-group:first-child {
  padding: 14px 16px;
  border: 1px solid var(--mega-border);
  border-radius: 14px;
  background: rgba(var(--color-foreground), .025);
}

.mega-menu-pro__predictive-results .predictive-search__heading {
  margin: 0 0 10px;
  padding: 0 0 9px;
  border-bottom: 1px solid var(--mega-border);
  color: rgba(var(--color-foreground), .58);
  font-size: calc(11px * var(--font-body-scale, 1));
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mega-menu-pro__predictive-results ul,
.mega-menu-pro__predictive-results li {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu-pro__predictive-results .predictive-search__item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  min-height: 72px;
  padding: 8px 10px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: rgb(var(--color-foreground));
  text-align: left;
  text-decoration: none;
  transition: background .16s ease;
}

.mega-menu-pro__predictive-results .predictive-search__item:hover,
.mega-menu-pro__predictive-results .predictive-search__item[aria-selected="true"],
.mega-menu-pro__predictive-results .predictive-search__list-item[aria-selected="true"] > * {
  background: rgba(var(--color-foreground), .045);
}

.mega-menu-pro__predictive-results .predictive-search__search-for-button {
  display: none !important;
}

.mega-menu-pro__predictive-results .predictive-search__item--term {
  display: none !important;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: rgb(var(--color-background));
  font-size: calc(13px * var(--font-body-scale, 1));
  font-weight: 760;
}

.mega-menu-pro__predictive-results .predictive-search__item--term:hover {
  background: color-mix(in srgb, var(--mega-accent) 15%, rgb(var(--color-background)) 85%);
}

.mega-menu-pro__predictive-results .predictive-search__image,
.mega-menu-pro__predictive-results img {
  width: 58px;
  height: 58px;
  border-radius: 9px;
  background: #f2f2f2;
  object-fit: contain;
}

.mega-menu-pro__predictive-results .predictive-search__item-heading,
.mega-menu-pro__predictive-results .predictive-search__item-content,
.mega-menu-pro__predictive-results .predictive-search__item-query-result {
  min-width: 0;
  margin: 0;
  color: rgb(var(--color-foreground));
  font-size: calc(13px * var(--font-body-scale, 1));
  font-weight: 680;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.mega-menu-pro__predictive-results .predictive-search__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-menu-pro__predictive-results .predictive-search__item--link-with-thumbnail {
  grid-template-columns: 62px minmax(0, 1fr);
}

.mega-menu-pro__predictive-results .predictive-search__loading-state {
  display: flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 24px auto;
  color: var(--mega-accent);
}

.mega-menu-pro__mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  visibility: hidden;
  pointer-events: none;
}

.mega-menu-pro__mobile-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mega-menu-pro__mobile-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(18, 18, 18, .42);
  opacity: 0;
  cursor: pointer;
  transition: opacity .22s ease;
}

.mega-menu-pro__mobile-drawer.is-open .mega-menu-pro__mobile-overlay {
  opacity: 1;
}

.mega-menu-pro__mobile-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(430px, 100%);
  overflow-y: auto;
  background: rgb(var(--color-background));
  box-shadow: 18px 0 55px rgba(18, 18, 18, .18);
  transform: translateX(-102%);
  transition: transform .25s cubic-bezier(.22,.8,.22,1);
  overscroll-behavior: contain;
}

.mega-menu-pro__mobile-drawer.is-open .mega-menu-pro__mobile-panel {
  transform: translateX(0);
}

.mega-menu-pro__mobile-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 20px;
  border-bottom: 1px solid var(--mega-border);
  background: rgb(var(--color-background));
}

.mega-menu-pro__mobile-head strong {
  font-family: var(--font-heading-family);
  font-size: calc(24px * var(--font-heading-scale, 1));
}

.mega-menu-pro__mobile-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  color: #111;
  cursor: pointer;
}

.mega-menu-pro__mobile-close svg {
  width: 24px;
  height: 24px;
}

.mega-menu-pro__mobile-nav ul {
  margin: 0;
  padding: 10px 18px 36px;
  list-style: none;
}

.mega-menu-pro__mobile-nav li {
  border-bottom: 1px solid var(--mega-border);
}

.mega-menu-pro__mobile-nav a,
.mega-menu-pro__mobile-nav summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 60px;
  padding: 8px 4px;
  color: rgb(var(--color-foreground));
  font-size: calc(15px * var(--font-body-scale, 1));
  font-weight: 680;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}

.mega-menu-pro__mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mega-menu-pro__mobile-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mega-menu-pro__mobile-nav details[open] > summary .mega-menu-pro__chevron {
  transform: rotate(180deg);
}

.mega-menu-pro__mobile-submenu {
  padding: 0 0 12px 38px;
}

.mega-menu-pro__mobile-submenu > a,
.mega-menu-pro__mobile-submenu > details > summary {
  min-height: 46px;
  padding: 5px 4px;
  color: rgba(var(--color-foreground), .76);
  font-size: calc(14px * var(--font-body-scale, 1));
  font-weight: 560;
}

.mega-menu-pro__mobile-submenu .mega-menu-pro__mobile-all {
  color: color-mix(in srgb, var(--mega-accent) 83%, #7a5a00 17%);
  font-weight: 760;
}

.mega-menu-pro__mobile-grandchildren {
  display: flex;
  flex-direction: column;
  padding: 0 0 8px 18px;
}

.mega-menu-pro__mobile-grandchildren a {
  min-height: 40px;
  font-size: calc(13px * var(--font-body-scale, 1));
}

body.mega-menu-mobile-open {
  overflow: hidden;
}

.mega-menu-pro__sticky-sentinel,
.mega-menu-pro__sticky-spacer {
  display: none;
}

@media screen and (max-width: 1280px) {
  .mega-menu-pro__top {
    grid-template-columns: minmax(165px, 210px) minmax(0, 1fr) 100px;
    gap: 18px;
  }


  .mega-menu-pro__search-icon {
    flex-basis: 44px;
  }

  .mega-menu-pro__search-shell {
    --mega-submit-width: 126px;
  }

  .mega-menu-pro__search-submit {
    padding-inline: 14px;
  }

  .mega-menu-pro__actions {
    gap: 8px;
    width: auto;
  }

  .mega-menu-pro__action-copy,
  .mega-menu-pro__action-divider {
    display: none;
  }

  .mega-menu-pro__action {
    display: block;
  }

  .mega-menu-pro__action-icon {
    width: 44px;
    height: 44px;
  }

  .mega-menu-pro__benefit {
    padding-inline: 15px;
  }

  .mega-menu-pro__dropdown-card {
    grid-template-columns: minmax(0, 1.35fr) minmax(380px, .78fr);
    padding-inline: 22px;
  }

  .mega-menu-pro__category-grid {
    gap: 26px 28px;
  }
}

@media screen and (max-width: 1060px) {
  .mega-menu-pro__action-copy,
  .mega-menu-pro__action-divider,
  .mega-menu-pro__benefits {
    display: none;
  }

  .mega-menu-pro__action {
    display: block;
  }

  .mega-menu-pro__top {
    grid-template-columns: minmax(145px, 190px) minmax(0, 1fr) 112px;
  }

}

@media screen and (max-width: 989px) {
  .mega-menu-pro__sticky-sentinel,
  .mega-menu-pro__sticky-spacer {
    display: block;
    height: 0;
  }

  .mega-menu-pro.is-mobile-fixed {
    position: fixed;
    top: var(--mega-sticky-top);
    right: 0;
    left: 0;
    z-index: 2147480000;
    width: 100%;
  }

  .mega-menu-pro__inner {
    width: 100%;
  }

  .mega-menu-pro__top {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu brand actions"
      "search search search";
    gap: 10px 12px;
    min-height: auto;
    padding: 10px 14px 12px;
  }

  .mega-menu-pro__menu-toggle {
    grid-area: menu;
    display: grid;
    width: 44px;
    height: 44px;
  }

  .mega-menu-pro__brand {
    grid-area: brand;
    justify-content: center;
  }

  .mega-menu-pro__logo {
    width: min(148px, var(--mega-logo-width));
    max-height: 66px;
  }

  .mega-menu-pro__brand--sparkles::before,
  .mega-menu-pro__brand--sparkles::after {
    display: none;
  }

  .mega-menu-pro__search-wrap {
    grid-area: search;
  }

  .mega-menu-pro__actions {
    grid-area: actions;
    gap: 6px;
  }

  .mega-menu-pro__action {
    display: block;
  }

  .mega-menu-pro__action-icon {
    width: 42px;
    height: 42px;
    border: 0;
  }

  .mega-menu-pro__action-icon svg {
    width: 25px;
    height: 25px;
  }

  .mega-menu-pro__cart-count {
    top: -4px;
    left: 28px;
    min-width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .mega-menu-pro__lower {
    display: none;
  }

  .mega-menu-pro__search-shell {
    --mega-submit-width: 50px;
    min-height: 50px;
    padding: 0;
    border-radius: 25px;
  }

  .mega-menu-pro__search-icon {
    flex-basis: 42px;
  }

  .mega-menu-pro__search-input {
    padding-right: 48px !important;
    font-size: 15px;
  }


  .mega-menu-pro__search-reset {
    right: calc(var(--mega-submit-width) + 8px);
    width: 32px;
    height: 32px;
  }

  .mega-menu-pro__search-submit {
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }

  .mega-menu-pro__search-submit span {
    display: none;
  }

  .mega-menu-pro__search-submit svg {
    width: 22px;
    height: 22px;
  }

  .mega-menu-pro__predictive-results {
    top: calc(100% + 7px);
    max-height: min(62vh, 540px);
    border-radius: 14px;
  }

  .mega-menu-pro__predictive-results .predictive-search__results-groups-wrapper {
    display: block;
    padding: 12px;
  }

  .mega-menu-pro__predictive-results .predictive-search__result-group:first-child {
    margin-bottom: 10px;
    padding: 10px;
  }

  .mega-menu-pro__predictive-results .predictive-search__item {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 62px;
  }

  .mega-menu-pro__predictive-results .predictive-search__image,
  .mega-menu-pro__predictive-results img {
    width: 48px;
    height: 48px;
  }

  .mega-menu-pro__predictive-results .predictive-search__item--term {
    min-height: 52px;
    padding-inline: 16px;
  }
}

@media screen and (max-width: 480px) {
  .mega-menu-pro__top {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding-inline: 10px;
  }

  .mega-menu-pro__logo {
    width: min(128px, var(--mega-logo-width));
    max-height: 58px;
  }

  .mega-menu-pro__actions {
    gap: 0;
  }

  .mega-menu-pro__action-icon,
  .mega-menu-pro__menu-toggle {
    width: 40px;
    height: 40px;
  }

  .mega-menu-pro__search-icon {
    display: none;
  }


  .mega-menu-pro__search-input {
    padding-left: 14px !important;
    padding-right: 46px !important;
  }

  .mega-menu-pro__mobile-panel {
    width: 100%;
  }
}

/* Alineación vertical del campo de búsqueda */
.mega-menu-pro .mega-menu-pro__search-shell > .mega-menu-pro__search-input {
  height: auto !important;
  min-height: 0 !important;
  align-self: stretch !important;
  margin-block: 0 !important;
  padding-block: 0 !important;
  line-height: normal !important;
}


/* Estabilidad visual del buscador */
.mega-menu-pro__top,
.mega-menu-pro__search-wrap,
.mega-menu-pro__predictive,
.mega-menu-pro__search-form,
.mega-menu-pro__search-shell {
  transition-property: border-color, box-shadow, background-color;
}

.mega-menu-pro__search-wrap {
  min-inline-size: 0;
}

.mega-menu-pro__benefit .mega-menu-pro__symbol-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: contain !important;
  filter: none !important;
}

.mega-menu-pro__search-icon,
.mega-menu-pro__search-input,
.mega-menu-pro__search-reset {
  color: var(--mega-search-text);
}

.mega-menu-pro__search-input::placeholder {
  color: color-mix(in srgb, var(--mega-search-text) 58%, transparent);
}

.mega-menu-pro__predictive-results {
  background: var(--mega-search-bg);
  color: var(--mega-search-text);
}

.mega-menu-pro__predictive-results .predictive-search__item,
.mega-menu-pro__predictive-results .predictive-search__item-heading,
.mega-menu-pro__predictive-results .predictive-search__item-content,
.mega-menu-pro__predictive-results .predictive-search__item-query-result {
  color: var(--mega-search-text);
}

.mega-menu-pro__benefit {
  color: rgba(var(--color-foreground), .78);
  text-decoration: none;
  transition: color .16s ease, opacity .16s ease;
}

.mega-menu-pro__benefit[href]:hover {
  color: color-mix(in srgb, var(--mega-accent) 80%, #6f5200 20%);
}

.mega-menu-pro__symbol--mobile-social {
  width: 24px;
  height: 24px;
}

.mega-menu-pro--custom-colors {
  background: var(--mega-header-bg);
  color: var(--mega-header-text);
}

.mega-menu-pro--custom-colors .mega-menu-pro__surface {
  background: var(--mega-header-bg);
}

.mega-menu-pro--custom-colors .mega-menu-pro__nav-link {
  color: var(--mega-nav-text);
}

.mega-menu-pro--custom-colors .mega-menu-pro__action,
.mega-menu-pro--custom-colors .mega-menu-pro__icon-button {
  color: var(--mega-header-text);
}

.mega-menu-pro--custom-colors .mega-menu-pro__action-copy small {
  color: color-mix(in srgb, var(--mega-header-text) 65%, transparent);
}

.mega-menu-pro--custom-colors .mega-menu-pro__action-icon,
.mega-menu-pro--custom-colors .mega-menu-pro__icon-button {
  background: var(--mega-action-bg);
}

.mega-menu-pro--custom-colors .mega-menu-pro__benefit {
  color: var(--mega-benefit-text);
}

.mega-menu-pro__dropdown--custom-colors {
  background: var(--mega-dropdown-bg) !important;
  color: var(--mega-dropdown-text);
}

.mega-menu-pro__dropdown--custom-colors .mega-menu-pro__category-title,
.mega-menu-pro__dropdown--custom-colors .mega-menu-pro__category-links a {
  color: var(--mega-dropdown-text);
}

.mega-menu-pro__dropdown--custom-colors .mega-menu-pro__category-links a {
  
}

.mega-menu-pro__dropdown--custom-colors .mega-menu-pro__category-title:hover,
.mega-menu-pro__dropdown--custom-colors .mega-menu-pro__category-links a:hover {
  color: color-mix(in srgb, var(--mega-accent) 82%, var(--mega-dropdown-text) 18%);
  opacity: 1;
}

.mega-menu-pro--custom-colors .mega-menu-pro__mobile-panel,
.mega-menu-pro--custom-colors .mega-menu-pro__mobile-head {
  background: var(--mega-mobile-bg);
  color: var(--mega-mobile-text);
}

.mega-menu-pro--custom-colors .mega-menu-pro__mobile-nav a,
.mega-menu-pro--custom-colors .mega-menu-pro__mobile-nav summary,
.mega-menu-pro--custom-colors .mega-menu-pro__mobile-socials a,
.mega-menu-pro--custom-colors .mega-menu-pro__mobile-socials span {
  color: var(--mega-mobile-text);
}

.mega-menu-pro--transparent,
.mega-menu-pro--transparent .mega-menu-pro__surface {
  background: transparent !important;
}

.mega-menu-pro__mobile-socials {
  margin: 6px 18px 28px;
  padding: 18px 0 0;
  border-top: 1px solid var(--mega-border);
}

.mega-menu-pro__mobile-socials-title {
  display: block;
  margin: 0 0 12px;
  color: currentColor;
  font-size: calc(12px * var(--font-body-scale, 1));
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mega-menu-pro__mobile-socials-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mega-menu-pro__mobile-socials-list > a,
.mega-menu-pro__mobile-socials-list > span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid var(--mega-border);
  border-radius: 12px;
  color: rgb(var(--color-foreground));
  font-size: calc(13px * var(--font-body-scale, 1));
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
}

.mega-menu-pro__mobile-socials-list > a:hover {
  border-color: color-mix(in srgb, var(--mega-accent) 65%, var(--mega-border) 35%);
  background: color-mix(in srgb, var(--mega-accent) 8%, transparent);
}

@media screen and (max-width: 989px) {
  .mega-menu-pro__top {
    grid-template-columns: 82px minmax(0, 1fr) 82px;
    grid-template-areas:
      "menu brand actions"
      "search search search";
    column-gap: 8px;
    row-gap: 9px;
    padding: 8px 10px 10px;
  }

  .mega-menu-pro__menu-toggle {
    justify-self: start;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .mega-menu-pro__brand {
    min-width: 0;
  }

  .mega-menu-pro__logo {
    width: min(128px, var(--mega-logo-width));
    max-width: 100%;
    max-height: 52px;
  }

  .mega-menu-pro__actions {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 40px;
    justify-content: end;
    gap: 2px;
    width: 82px;
  }

  .mega-menu-pro__action {
    width: 40px;
    height: 40px;
  }

  .mega-menu-pro__action-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .mega-menu-pro__search-wrap,
  .mega-menu-pro__predictive,
  .mega-menu-pro__search-form {
    width: 100%;
    min-width: 0;
  }

  .mega-menu-pro__search-shell {
    --mega-submit-width: 46px;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    height: 46px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(18, 18, 18, .04);
  }

  .mega-menu-pro__search-icon {
    display: grid;
    flex: 0 0 38px;
  }

  .mega-menu-pro__search-icon svg {
    width: 19px;
    height: 19px;
  }

  .mega-menu-pro__search-input {
    width: 100%;
    min-width: 0;
    padding: 0 38px 0 0 !important;
    font-size: calc(13px * var(--font-body-scale, 1));
    line-height: 1 !important;
  }

  .mega-menu-pro__search-reset {
    right: calc(var(--mega-submit-width) + 4px);
    width: 30px;
    height: 30px;
  }

  .mega-menu-pro__search-reset svg {
    width: 18px;
    height: 18px;
  }

  .mega-menu-pro__search-submit {
    flex-basis: var(--mega-submit-width);
    width: var(--mega-submit-width);
    min-width: var(--mega-submit-width);
    max-width: var(--mega-submit-width);
    padding: 0;
    border-radius: 0;
  }

  .mega-menu-pro__search-submit svg {
    width: 20px;
    height: 20px;
  }

  .mega-menu-pro__predictive-results {
    top: calc(100% + 6px);
    width: 100%;
    max-width: 100%;
    max-height: min(68vh, 520px) !important;
    border-radius: 14px;
  }
}

@media screen and (max-width: 480px) {
  .mega-menu-pro__top {
    grid-template-columns: 78px minmax(0, 1fr) 78px;
    padding-inline: 8px;
  }

  .mega-menu-pro__actions {
    width: 78px;
    grid-auto-columns: 38px;
  }

  .mega-menu-pro__action,
  .mega-menu-pro__action-icon,
  .mega-menu-pro__menu-toggle {
    width: 38px;
    height: 38px;
  }

  .mega-menu-pro__logo {
    width: min(112px, var(--mega-logo-width));
    max-height: 46px;
  }

  .mega-menu-pro__search-icon {
    display: grid;
  }

  .mega-menu-pro__search-input {
    padding-left: 0 !important;
    padding-right: 36px !important;
    font-size: calc(12.5px * var(--font-body-scale, 1));
  }

  .mega-menu-pro__mobile-socials-list {
    grid-template-columns: 1fr;
  }
}

.mega-menu-pro--custom-colors .mega-menu-pro__mobile-close {
  background: var(--mega-action-bg);
  color: var(--mega-mobile-text);
}

.mega-menu-pro__benefit--icon-only {
  gap: 0;
  padding-inline: 18px;
}

.mega-menu-pro__mobile-socials-list > .mega-menu-pro__mobile-social--icon-only {
  width: 46px;
  min-width: 46px;
  padding-inline: 10px;
  justify-content: center;
  justify-self: start;
}

/* Créditos: NWARE */
.mega-menu-pro__predictive-results .predictive-search__results-groups-wrapper {
  align-items: start;
}

.mega-menu-pro__predictive-results .predictive-search__result-group:first-child {
  align-self: start;
  height: auto !important;
  min-height: 0 !important;
}

.mega-menu-pro__predictive-results .predictive-search__result-group:first-child ul,
.mega-menu-pro__predictive-results .predictive-search__result-group:first-child .predictive-search__results-list {
  display: flex !important;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  flex-direction: column;
  justify-content: flex-start !important;
  gap: 4px;
}

.mega-menu-pro__predictive-results .predictive-search__result-group:first-child li,
.mega-menu-pro__predictive-results .predictive-search__result-group:first-child .predictive-search__list-item {
  display: block !important;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
}

.mega-menu-pro__predictive-results .predictive-search__result-group:first-child .predictive-search__item {
  display: flex !important;
  width: 100%;
  min-height: 42px;
  height: auto !important;
  grid-template-columns: none !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 0;
  padding: 9px 11px;
  text-align: left !important;
}

.mega-menu-pro__predictive-results .predictive-search__result-group:first-child .predictive-search__item-content,
.mega-menu-pro__predictive-results .predictive-search__result-group:first-child .predictive-search__item-content--centered {
  display: flex !important;
  width: 100%;
  min-width: 0;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.mega-menu-pro__predictive-results .predictive-search__result-group:first-child .predictive-search__item-heading,
.mega-menu-pro__predictive-results .predictive-search__result-group:first-child .predictive-search__item-query-result,
.mega-menu-pro__predictive-results .predictive-search__result-group:first-child mark {
  width: 100%;
  margin: 0;
  color: inherit;
  font: inherit;
  font-size: calc(12.5px * var(--font-body-scale, 1));
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: .045em;
  text-align: left !important;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.mega-menu-pro__predictive-results .predictive-search__result-group:not(:first-child) .predictive-search__item-heading,
.mega-menu-pro__predictive-results .predictive-search__result-group:not(:first-child) .predictive-search__item-query-result {
  letter-spacing: .025em;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .mega-menu-pro__predictive-results .predictive-search__result-group:first-child {
    padding: 10px 11px;
  }

  .mega-menu-pro__predictive-results .predictive-search__result-group:first-child .predictive-search__item {
    min-height: 40px;
    padding: 8px 9px;
  }
}

@media screen and (max-width: 989px) {
  .mega-menu-pro__logo {
    width: min(var(--mega-logo-width-mobile), 100%) !important;
    max-width: 100%;
    max-height: none !important;
  }
}

.mega-menu-pro__mobile-main--nested {
  width: 100%;
  gap: 12px;
}

.mega-menu-pro__mobile-submenu > a > .mega-menu-pro__mobile-main,
.mega-menu-pro__mobile-submenu > details > summary > .mega-menu-pro__mobile-main,
.mega-menu-pro__mobile-grandchildren a > .mega-menu-pro__mobile-main {
  flex: 1 1 auto;
  min-width: 0;
}

.mega-menu-pro__mobile-submenu .mega-menu-pro__symbol--mobile,
.mega-menu-pro__mobile-grandchildren .mega-menu-pro__symbol--mobile {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.mega-menu-pro__mobile-submenu .mega-menu-pro__symbol-svg,
.mega-menu-pro__mobile-submenu .mega-menu-pro__symbol-svg svg,
.mega-menu-pro__mobile-submenu .mega-menu-pro__symbol-image,
.mega-menu-pro__mobile-grandchildren .mega-menu-pro__symbol-svg,
.mega-menu-pro__mobile-grandchildren .mega-menu-pro__symbol-svg svg,
.mega-menu-pro__mobile-grandchildren .mega-menu-pro__symbol-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* V20: beneficios/redes SVG monocromáticos con color al interactuar */
.mega-menu-pro__benefit .mega-menu-pro__symbol-svg,
.mega-menu-pro__mobile-socials-list .mega-menu-pro__symbol-svg {
  filter: none;
  is-mobile-fixed
  transition: filter .18s ease, opacity .18s ease, transform .18s ease;
}

.mega-menu-pro__benefit .mega-menu-pro__symbol-svg svg,
.mega-menu-pro__mobile-socials-list .mega-menu-pro__symbol-svg svg {
  width: 100%;
  height: 100%;
}

.mega-menu-pro__benefit[href]:hover .mega-menu-pro__symbol-svg,
.mega-menu-pro__benefit[href]:focus-visible .mega-menu-pro__symbol-svg,
.mega-menu-pro__benefit[href]:active .mega-menu-pro__symbol-svg,
.mega-menu-pro__mobile-socials-list > a:hover .mega-menu-pro__symbol-svg,
.mega-menu-pro__mobile-socials-list > a:focus-visible .mega-menu-pro__symbol-svg,
.mega-menu-pro__mobile-socials-list > a:active .mega-menu-pro__symbol-svg {
  filter: none;
  .mega-menu-pro.is-mobile-fixed {
  transform: translateY(-1px);
}

.mega-menu-pro__benefit--icon-only .mega-menu-pro__symbol-svg,
.mega-menu-pro__mobile-social--icon-only .mega-menu-pro__symbol-svg {
  margin-inline: auto;
}

