/** Shopify CDN: Minification failed

Line 364:0 Unexpected "}"

**/
.lfm-shure-brand {
  padding: 72px 20px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 28%),
    linear-gradient(180deg, #0b0b0d 0%, #101114 100%);
  color: #fff;
}

.lfm-shure-brand__shell {
  max-width: 1320px;
  margin: 0 auto;
}

.lfm-shure-brand__hero {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 34px;
  align-items: center;
  padding: 38px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.04);
  overflow: hidden;
}

.lfm-shure-brand__eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

.lfm-shure-brand__heading {
  margin: 0;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #fff;
  max-width: 10ch;
}

.lfm-shure-brand__subheading {
  margin: 18px 0 0;
  max-width: 62ch;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
}

.lfm-shure-brand__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.lfm-shure-brand__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.lfm-shure-brand__btn--primary {
  background: #fff;
  color: #0b0b0d;
  box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}

.lfm-shure-brand__btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
}

.lfm-shure-brand__btn:hover {
  transform: translateY(-2px);
}

.lfm-shure-brand__trust {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.62);
}

.lfm-shure-brand__media {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(255,255,255,0.00) 60%);
}

.lfm-shure-brand__hero-image {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,0.45));
}

.lfm-shure-brand__hero-placeholder {
  width: min(100%, 560px);
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}

.lfm-shure-brand__products-wrap {
  margin-top: 34px;
}

.lfm-shure-brand__products-head {
  margin-bottom: 18px;
}

.lfm-shure-brand__products-heading {
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #fff;
}

.lfm-shure-brand__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lfm-shure-brand__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 48px rgba(0,0,0,0.18);
}

.lfm-shure-brand__card-media {
  display: block;
  background: #111317;
}

.lfm-shure-brand__card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.lfm-shure-brand__card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 18px 16px;
}

.lfm-shure-brand__card-badge {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
}

.lfm-shure-brand__card-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.lfm-shure-brand__card-title a {
  color: #fff;
  text-decoration: none;
}

.lfm-shure-brand__card-copy {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
}

.lfm-shure-brand__card-bottom {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lfm-shure-brand__price {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lfm-shure-brand__price--compare {
  font-size: 14px;
  color: rgba(255,255,255,0.46);
  text-decoration: line-through;
}

.lfm-shure-brand__price--main {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

.lfm-shure-brand__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  color: #0b0b0d;
  background: #fff;
}

@media (max-width: 1100px) {
  .lfm-shure-brand__hero {
    grid-template-columns: 1fr;
  }

  .lfm-shure-brand__heading {
    max-width: 100%;
  }

  .lfm-shure-brand__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .lfm-shure-brand {
    padding: 48px 16px;
  }

  .lfm-shure-brand__hero {
    padding: 24px;
    gap: 24px;
    border-radius: 26px;
  }

  .lfm-shure-brand__heading {
    font-size: clamp(30px, 11vw, 48px);
  }

  .lfm-shure-brand__subheading {
    font-size: 17px;
  }

  .lfm-shure-brand__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lfm-shure-brand__btn {
    width: 100%;
  }

  .lfm-shure-brand__media {
    min-height: 280px;
  }

  .lfm-shure-brand__products {
    grid-template-columns: 1fr;
  }
}
.lfm-shure-brand__logo-wrap{
  margin-bottom: 18px;
}

.lfm-shure-brand__logo{
  display: block;
  width: auto;
  max-width: 140px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .96;
}

@media (max-width: 749px){
  .lfm-shure-brand__logo{
    max-width: 120px;
    margin: 0 auto;
  }

  .lfm-shure-brand__logo-wrap{
    display: flex;
    justify-content: center;
  }
}
/* =========================================
   SHURE — Animación premium sutil
========================================= */

.lfm-shure-brand__hero{
  opacity: 0;
  transform: translateY(18px);
  animation: lfmShureReveal .9s cubic-bezier(.22,.85,.2,1) .08s forwards;
}

.lfm-shure-brand__hero-image{
  animation: lfmShureFloat 7.5s linear infinite;
  will-change: transform;
  transform: translate3d(0,0,0);
}

@keyframes lfmShureReveal{
  from{
    opacity: 0;
    transform: translateY(18px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lfmShureFloat{
  0%   { transform: translate3d(0, 0px, 0); }
  25%  { transform: translate3d(0, -3px, 0); }
  50%  { transform: translate3d(0, -6px, 0); }
  75%  { transform: translate3d(0, -3px, 0); }
  100% { transform: translate3d(0, 0px, 0); }
  }
}

@media (prefers-reduced-motion: reduce){
  .lfm-shure-brand__hero,
  .lfm-shure-brand__hero-image{
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}