.elementor-3546 .elementor-element.elementor-element-481db6e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-518c669 */.lmu-shop-hero {
  background: radial-gradient(circle at top right, rgba(255,62,134,.24), transparent 35%),
              linear-gradient(135deg, #080808 0%, #16161d 56%, #330016 100%);
  color: #fff;
  border-radius: 0 0 34px 34px;
  padding: 72px 28px 86px;
  margin-bottom: 0;
}

.lmu-shop-hero__content {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.lmu-shop-hero span {
  display: inline-flex;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lmu-shop-hero h1 {
  color: #fff;
  font-size: clamp(40px, 6vw, 72px);
  line-height: .95;
  letter-spacing: -2.3px;
  margin: 0 0 18px;
}

.lmu-shop-hero p {
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.6;
  max-width: 720px;
  margin: 0;
}

.lmu-shop-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.lmu-shop-hero__actions a {
  display: inline-flex;
  padding: 15px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
  line-height: 1;
}

.lmu-shop-hero__actions a:first-child {
  background: #ff3e86;
  color: #fff !important;
}

.lmu-shop-hero__actions a:last-child {
  background: rgba(255,255,255,.12);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.22);
}

.lmu-shop-cats {
  width: min(1120px, 92%);
  margin: -42px auto 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
  z-index: 3;
}

.lmu-shop-cats a {
  background: #fff;
  color: #111 !important;
  text-decoration: none !important;
  border: 1px solid #ececf1;
  border-radius: 20px;
  padding: 20px;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(0,0,0,.07);
  transition: .25s ease;
}

.lmu-shop-cats a:hover {
  transform: translateY(-3px);
  border-color: rgba(255,62,134,.45);
  color: #ff3e86 !important;
}

@media (max-width: 760px) {
  .lmu-shop-hero {
    padding: 54px 18px 70px;
  }

  .lmu-shop-cats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: -32px;
  }

  .lmu-shop-cats a {
    padding: 16px;
    border-radius: 16px;
    font-size: 14px;
  }

  .lmu-shop-hero__actions {
    flex-direction: column;
  }

  .lmu-shop-hero__actions a {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */