:root {
  --ml-ink: #17191c;
  --ml-muted: #676d75;
  --ml-red: #d9272e;
  --ml-gold: #d7a62a;
  --ml-paper: #f7f6f2;
  --ml-line: rgba(23, 25, 28, .12);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ml-ink);
  background: #fff;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.55;
}

body > div:first-child > p:first-child { display: none !important; }
app-headers,
app-header03,
dynamic-components,
.tools_setting_header { display: block !important; }

a { color: inherit; }
a:hover { color: var(--ml-red); text-decoration: none; }

/* Header */
.header--desktop {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--ml-line);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 28px rgba(20, 22, 25, .07);
}
.header_top {
  min-height: 38px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--ml-ink);
}
.header_social { opacity: .82; }
.header_account { font-size: 13px; }
.header_header {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px 4px;
}
.header_logo { min-width: 220px; text-align: center; }
.header_logo .navbar-brand,
.header_logo a { position: relative; display: inline-flex !important; min-height: 50px; align-items: center; justify-content: center; }
.header_logo img { display: none !important; }
.header_logo a::after {
  content: "MUSIC LEGEND";
  color: var(--ml-ink);
  font: 800 24px/1 "Segoe UI", Arial, sans-serif;
  letter-spacing: .16em;
}
.header_logo a::before {
  content: "";
  width: 8px;
  height: 32px;
  margin-right: 11px;
  border-radius: 2px;
  background: var(--ml-red);
  box-shadow: 7px 0 0 var(--ml-gold);
}
.header_mainmenu { position: static !important; top: auto !important; }
.header_mainmenu .navbar {
  min-height: 58px;
  padding: 0 24px;
  border: 0 !important;
  background: #fff !important;
}
.header_mainmenu .navbar-nav { margin: 0 auto; gap: 10px; }
.header_mainmenu .nav-link {
  padding: 18px 16px !important;
  color: var(--ml-ink) !important;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .02em;
}
.header_mainmenu .nav-link:hover { color: var(--ml-red) !important; }
.cart-trigger img,
.image_cart_button { display: none !important; }
body .static-bag { display: none !important; }
.cart-trigger::before { content: "Bag"; font-size: 13px; font-weight: 700; }

/* Main canvas and archive-safe missing image treatment */
body > .container-fluid { padding: 0 !important; }
img[data-archive-missing-src],
img[src="/_archive/image-unavailable.svg"] { opacity: 0 !important; }
figure { margin: 0; }

/* Top editorial banners */
body > .container-fluid > .row:first-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 32px auto !important;
}
body > .container-fluid > .row:first-child > div { padding: 0 !important; }
body > .container-fluid > .row:first-child > .bgimage_wrap_1vmwi122wjzY46pz {
  grid-column: 1 / -1;
  width: 100% !important;
  background: #fff !important;
}
body > .container-fluid > .row:first-child > .bgimage_wrap_1vmwi122wjzY46pz::before {
  display: none !important;
  content: none !important;
}
body > .container-fluid > .row:first-child > div:nth-child(-n+2) figure {
  position: relative;
  min-height: clamp(280px, 34vw, 440px);
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 25%, rgba(215, 166, 42, .35), transparent 27%),
    linear-gradient(135deg, #111318 0%, #343840 52%, #17191d 100%);
  box-shadow: 0 18px 44px rgba(16, 18, 22, .18);
}
body > .container-fluid > .row:first-child > div:nth-child(2) figure {
  background:
    radial-gradient(circle at 23% 30%, rgba(217, 39, 46, .42), transparent 31%),
    linear-gradient(135deg, #1d1f24, #090a0c);
}
body > .container-fluid > .row:first-child > div:nth-child(-n+2) figure::before {
  content: "EART E1 GRANITO";
  position: absolute;
  left: 9%;
  bottom: 20%;
  max-width: 70%;
  color: #fff;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.035em;
}
body > .container-fluid > .row:first-child > div:nth-child(-n+2) figure::after {
  content: "Electric guitar collection  →";
  position: absolute;
  left: 9%;
  bottom: 10%;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body > .container-fluid > .row:first-child > div:nth-child(2) figure::before { content: "CASIO CT-S200"; }
body > .container-fluid > .row:first-child > div:nth-child(2) figure::after { content: "Portable keyboard collection  →"; }
body > .container-fluid > .row:first-child > div:nth-child(-n+2) figure a { position: absolute; inset: 0; z-index: 2; }

/* Service promises */
.custom-layout-wrap_1vmwi122wloOt185 {
  padding: 76px max(20px, calc((100vw - 1180px) / 2)) !important;
  background: var(--ml-paper) !important;
}
.archive-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  position: relative !important;
  left: 50% !important;
  width: min(1050px, calc(100vw - 96px)) !important;
  max-width: none !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
}
.archive-service-card {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 78px 30px 28px;
  border: 1px solid var(--ml-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 22, 25, .06);
  color: var(--ml-ink);
  text-align: center;
}
.archive-service-card h2 {
  margin: 0 0 14px;
  font: 700 18px/1.35 "Segoe UI", Arial, sans-serif;
}
.archive-service-card p {
  margin: 0 0 8px !important;
  font: 400 14px/1.55 "Segoe UI", Arial, sans-serif;
}
.archive-service-icon {
  position: absolute;
  top: 24px;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translateX(-50%);
  border-radius: 50%;
  color: #fff;
  background: var(--ml-red);
  font: 800 22px/1 "Segoe UI", Arial, sans-serif;
}
.archive-service-quality .archive-service-icon { background: #1d7762; }
.archive-service-payment .archive-service-icon { background: #21252b; }

/* Real destinations for the original contact and returns menu items. */
.archive-info-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(1050px, calc(100% - 48px));
  margin: 72px auto 96px;
  font-family: "Segoe UI", Arial, sans-serif;
}
.archive-info-card {
  scroll-margin-top: 120px;
  padding: 42px;
  border-radius: 18px;
  background: #1f2227;
  color: #fff;
  box-shadow: 0 16px 40px rgba(20, 22, 25, .12);
}
.archive-info-card:nth-child(2) { background: linear-gradient(145deg, #a31f27, #421014); }
.archive-info-kicker {
  margin: 0 0 10px;
  color: #fac769;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.archive-info-card h2 { margin: 0 0 14px; color: #fff; font-size: clamp(26px, 3vw, 38px); }
.archive-info-card p:not(.archive-info-kicker) { max-width: 52ch; color: rgba(255,255,255,.82); line-height: 1.65; }
.archive-info-link {
  display: inline-flex;
  margin-top: 10px;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}
.archive-info-link:hover { background: #fff; color: #17191d !important; }
.custom-layout-wrap_1vmwi122wloOt185 > .tmt-ed-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}
.custom-layout-wrap_1vmwi122wloOt185 > .tmt-ed-row > div {
  position: relative !important;
  width: auto !important;
  min-height: 240px;
  padding: 72px 30px 26px;
  border: 1px solid var(--ml-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 22, 25, .06);
  text-align: center;
  flex: none !important;
  width: auto !important;
  max-width: none !important;
}
.custom-layout-wrap_1vmwi122wloOt185 > .tmt-ed-row > div::before {
  content: "→";
  position: absolute;
  top: 25px;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translateX(-50%);
  border-radius: 50%;
  color: #fff;
  background: var(--ml-red);
  font-size: 22px;
  font-weight: 800;
}
.custom-layout-wrap_1vmwi122wloOt185 > .tmt-ed-row > div:nth-child(2)::before { content: "✓"; background: #1d7762; }
.custom-layout-wrap_1vmwi122wloOt185 > .tmt-ed-row > div:nth-child(3)::before { content: "฿"; background: #21252b; }
.custom-layout-wrap_1vmwi122wloOt185 p { margin-bottom: 8px !important; }
.custom-layout-wrap_1vmwi122wloOt185 p:empty,
.custom-layout-wrap_1vmwi122wloOt185 p:has(> img:only-child),
.custom-layout-wrap_1vmwi122wloOt185 p:has(> a:only-child) { display: none; }

/* Section headings */
.container-fluid p:has(strong) { color: var(--ml-ink); }
.container-fluid p:has(strong span[style*="48px"]) {
  margin: 70px 20px 34px !important;
  text-align: center !important;
}
.container-fluid p:has(strong span[style*="48px"]) strong span {
  color: var(--ml-ink) !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(34px, 5vw, 56px) !important;
  font-weight: 800;
  letter-spacing: -.045em;
}

/* Category tiles */
.custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row,
.custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row,
.custom-layout-wrap_1vltw7lbdjMrpUud > .tmt-ed-row {
  display: grid !important;
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 18px;
}
.custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row,
.custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.custom-layout-wrap_1vltw7lbdjMrpUud > .tmt-ed-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row > div,
.custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row > div,
.custom-layout-wrap_1vltw7lbdjMrpUud > .tmt-ed-row > div {
  position: relative !important;
  width: auto !important;
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #292d34, #101215);
  transition: transform .2s ease, box-shadow .2s ease;
  flex: none !important;
  width: auto !important;
  max-width: none !important;
}
.custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row > div:nth-child(even),
.custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row > div:nth-child(odd) { background: linear-gradient(145deg, #a31f27, #421014); }
.custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row > div:hover,
.custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row > div:hover,
.custom-layout-wrap_1vltw7lbdjMrpUud > .tmt-ed-row > div:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(16, 18, 22, .2); }
.custom-layout-wrap_6rdsf4zizcNIV5y figure,
.custom-layout-wrap_6riir9ax5lLKE8N figure,
.custom-layout-wrap_1vltw7lbdjMrpUud figure,
.custom-layout-wrap_6rdsf4zizcNIV5y figure a,
.custom-layout-wrap_6riir9ax5lLKE8N figure a,
.custom-layout-wrap_1vltw7lbdjMrpUud figure a { position: absolute; inset: 0; display: block; }
.custom-layout-wrap_6rdsf4zizcNIV5y .tmt-ed-row > div::after,
.custom-layout-wrap_6riir9ax5lLKE8N .tmt-ed-row > div::after,
.custom-layout-wrap_1vltw7lbdjMrpUud .tmt-ed-row > div::after {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.02em;
  pointer-events: none;
  z-index: 3;
}
.custom-layout-wrap_6rdsf4zizcNIV5y .tmt-ed-row > div:nth-child(1)::after { content: "Electric guitars"; }
.custom-layout-wrap_6rdsf4zizcNIV5y .tmt-ed-row > div:nth-child(2)::after { content: "Acoustic guitars"; }
.custom-layout-wrap_6rdsf4zizcNIV5y .tmt-ed-row > div:nth-child(3)::after { content: "Parts & accessories"; }
.custom-layout-wrap_6rdsf4zizcNIV5y .tmt-ed-row > div:nth-child(4)::after { content: "Bass guitars"; }
.custom-layout-wrap_6riir9ax5lLKE8N .tmt-ed-row > div:nth-child(1)::after { content: "Amplifiers"; }
.custom-layout-wrap_6riir9ax5lLKE8N .tmt-ed-row > div:nth-child(2)::after { content: "Drums"; }
.custom-layout-wrap_6riir9ax5lLKE8N .tmt-ed-row > div:nth-child(3)::after { content: "Keyboards"; }
.custom-layout-wrap_6riir9ax5lLKE8N .tmt-ed-row > div:nth-child(4)::after { content: "Speakers"; }
.custom-layout-wrap_1vltw7lbdjMrpUud .tmt-ed-row > div:nth-child(1)::after { content: "Our work"; }
.custom-layout-wrap_1vltw7lbdjMrpUud .tmt-ed-row > div:nth-child(2)::after { content: "Video channel"; }
.custom-layout-wrap_1vltw7lbdjMrpUud .tmt-ed-row > div:nth-child(3)::after { content: "Custom guitars"; }
.custom-layout-wrap_6rdsf4zizcNIV5y .tmt-ed-row a::after,
.custom-layout-wrap_6riir9ax5lLKE8N .tmt-ed-row a::after,
.custom-layout-wrap_1vltw7lbdjMrpUud .tmt-ed-row a::after { content: none !important; }

/* Brand area */
.bgimage_wrap_1vlutdk7ipd1lxe2 {
  margin-top: 76px;
  padding: 76px max(20px, calc((100vw - 1180px) / 2)) !important;
  color: #fff;
  background: #15171a !important;
}
.bgimage_wrap_1vlutdk7ipd1lxe2::before {
  display: none !important;
  content: none !important;
}
.bgimage_wrap_1vlutdk7ipd1lxe2 p,
.bgimage_wrap_1vlutdk7ipd1lxe2 span { color: #fff !important; }
.custom-layout-wrap_1vlutdk7ipE8BF5a > .tmt-ed-row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 34px auto 0;
}
.custom-layout-wrap_1vlutdk7ipE8BF5a > .tmt-ed-row > div {
  position: relative !important;
  width: auto !important;
  min-height: 82px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
}
.custom-layout-wrap_1vlutdk7ipE8BF5a > .tmt-ed-row > div::after {
  content: "MUSIC";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}
.custom-layout-wrap_1vlutdk7ipE8BF5a > .tmt-ed-row > div:nth-child(2n)::after { content: "LEGEND"; color: var(--ml-gold); }

@media (max-width: 900px) {
  .archive-info-sections { grid-template-columns: 1fr; }
  .archive-service-grid {
    grid-template-columns: 1fr !important;
    width: calc(100vw - 48px) !important;
  }
  .header_header { min-height: 66px; }
  .header_logo a::after { font-size: 19px; }
  .header_mainmenu { display: block !important; width: 100% !important; height: auto !important; }
  body .header--desktop .header_mainmenu .navbar { position: static !important; left: auto !important; top: auto !important; display: block !important; width: 100% !important; height: auto !important; overflow: visible !important; transform: none !important; }
  body .header--desktop .header_mainmenu .navbar-nav { position: static !important; left: auto !important; display: flex !important; width: 100% !important; height: auto !important; flex-direction: row !important; flex-wrap: wrap; justify-content: center; gap: 0; }
  body .header--desktop .header_mainmenu .navbar-nav > li { width: auto !important; height: auto !important; }
  .header_mainmenu .nav-link { padding: 12px !important; }
  body > .container-fluid > .row:first-child { grid-template-columns: 1fr; margin-top: 20px !important; }
  .custom-layout-wrap_1vmwi122wloOt185 > .tmt-ed-row { grid-template-columns: 1fr; }
  .custom-layout-wrap_1vmwi122wloOt185 > .tmt-ed-row > div { min-height: 190px; }
  .custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row,
  .custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .custom-layout-wrap_1vltw7lbdjMrpUud > .tmt-ed-row { grid-template-columns: 1fr; }
  .custom-layout-wrap_1vlutdk7ipE8BF5a > .tmt-ed-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .header_top { min-height: 32px; padding-inline: 14px; }
  .header_header { padding-inline: 14px; }
  .header_logo { min-width: 0; }
  .header_logo a::after { font-size: 16px; letter-spacing: .1em; }
  .header_logo a::before { height: 26px; }
  .header_mainmenu .navbar { padding: 8px 14px !important; }
  body > .container-fluid > .row:first-child,
  .custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row,
  .custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row,
  .custom-layout-wrap_1vltw7lbdjMrpUud > .tmt-ed-row { width: min(100% - 24px, 1180px); }
  body > .container-fluid > .row:first-child > div:nth-child(-n+2) figure { min-height: 250px; }
  .custom-layout-wrap_1vmwi122wloOt185 { padding-block: 52px !important; }
  .custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row,
  .custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row { grid-template-columns: 1fr; }
  .custom-layout-wrap_6rdsf4zizcNIV5y > .tmt-ed-row > div,
  .custom-layout-wrap_6riir9ax5lLKE8N > .tmt-ed-row > div,
  .custom-layout-wrap_1vltw7lbdjMrpUud > .tmt-ed-row > div { min-height: 180px; }
}
/* Keep a semantic page heading available to assistive technology. */
.archive-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
