/** Shopify CDN: Minification failed

Line 1214:98 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:figwild-global-header (INDEX:30) */
.section-figwild-global-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
  }

  .figwild-global-header,
  .figwild-global-header * {
    box-sizing: border-box;
  }

  .figwild-global-header {
    --black: #080808;
    --yellow: #ffd600;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
  }

  .figwild-global-header a {
    color: inherit;
    text-decoration: none;
  }

  .figwild-global-header__announcement {
    min-height: 24px;
    padding: 4px clamp(18px, 4vw, 76px);
    background: var(--yellow);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .figwild-global-header__announcement p {
    margin: 0;
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .figwild-global-header__bar {
    min-height: 92px;
    padding: 0 clamp(18px, 4vw, 76px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: var(--black);
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    gap: clamp(22px, 4vw, 58px);
  }

  .figwild-global-header__logo {
    width: max-content;
    display: flex;
    flex-direction: column;
    line-height: .76;
    transform: rotate(-2deg);
  }

  .figwild-global-header__logo strong {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 34px;
    font-weight: 1000;
    letter-spacing: -.06em;
  }

  .figwild-global-header__logo span {
    margin-top: 8px;
    color: var(--yellow);
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: .22em;
  }

  .figwild-global-header__nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.6vw, 42px);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .figwild-global-header__nav > a,
  .figwild-global-header__series > summary {
    position: relative;
    padding: 34px 0;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
    transition: color .18s ease;
  }

  .figwild-global-header__nav > a::after,
  .figwild-global-header__series > summary::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    height: 3px;
    background: var(--yellow);
    transform: scaleX(0);
    transition: transform .18s ease;
  }

  .figwild-global-header__nav > a:hover,
  .figwild-global-header__series > summary:hover,
  .figwild-global-header__series[open] > summary {
    color: var(--yellow);
  }

  .figwild-global-header__nav > a:hover::after,
  .figwild-global-header__series > summary:hover::after,
  .figwild-global-header__series[open] > summary::after {
    transform: scaleX(1);
  }

  .figwild-global-header__series {
    position: relative;
  }

  .figwild-global-header__series > summary::-webkit-details-marker,
  .figwild-global-header__mobile-menu > summary::-webkit-details-marker {
    display: none;
  }

  .figwild-global-header__series > summary span {
    margin-left: 5px;
    color: var(--yellow);
    font-size: 16px;
  }

  .figwild-global-header__dropdown {
    position: absolute;
    top: calc(100% - 16px);
    left: 50%;
    width: 230px;
    padding: 10px;
    border: 3px solid var(--black);
    border-radius: 18px;
    background: var(--yellow);
    color: var(--black);
    box-shadow: 8px 9px 0 var(--black);
    transform: translateX(-50%);
  }

  .figwild-global-header__dropdown a {
    padding: 12px 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background .18s ease, color .18s ease;
  }

  .figwild-global-header__dropdown a:hover {
    background: var(--black);
    color: #fff;
  }

  .figwild-global-header__dropdown span {
    width: 28px;
    height: 28px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 9px;
  }

  .figwild-global-header__basket {
    min-height: 52px;
    padding: 0 12px 0 22px;
    justify-self: end;
    border-radius: 15px;
    background: var(--yellow);
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .figwild-global-header__basket strong {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--black);
    color: #fff;
    display: grid;
    place-items: center;
  }

  .figwild-global-header__mobile-menu {
    display: none;
  }

  @media (max-width: 1120px) {
    .figwild-global-header__bar {
      grid-template-columns: 1fr auto auto;
    }

    .figwild-global-header__nav {
      display: none;
    }

    .figwild-global-header__mobile-menu {
      position: relative;
      display: block;
    }

    .figwild-global-header__mobile-menu > summary {
      padding: 10px 13px;
      cursor: pointer;
      border: 2px solid var(--yellow);
      border-radius: 999px;
      color: var(--yellow);
      font-size: 11px;
      font-weight: 1000;
      letter-spacing: .08em;
      list-style: none;
    }

    .figwild-global-header__mobile-menu > div {
      position: absolute;
      top: calc(100% + 14px);
      right: 0;
      width: min(320px, calc(100vw - 32px));
      max-height: calc(100vh - 150px);
      padding: 12px;
      overflow-y: auto;
      border: 3px solid var(--black);
      border-radius: 18px;
      background: var(--yellow);
      color: var(--black);
      box-shadow: 8px 9px 0 var(--black);
    }

    .figwild-global-header__mobile-menu a,
    .figwild-global-header__mobile-menu strong {
      padding: 11px 13px;
      border-radius: 9px;
      display: block;
      font-size: 12px;
      font-weight: 1000;
      letter-spacing: .06em;
      text-transform: uppercase;
    }

    .figwild-global-header__mobile-menu a:hover {
      background: var(--black);
      color: #fff;
    }

    .figwild-global-header__mobile-menu strong {
      margin-top: 5px;
      border-top: 2px solid var(--black);
      border-radius: 0;
    }
  }

  @media (max-width: 620px) {
    .figwild-global-header__announcement p {
      font-size: 8px;
    }

    .figwild-global-header__bar {
      min-height: 74px;
      padding: 0 14px;
      gap: 10px;
    }

    .figwild-global-header__logo strong {
      font-size: 27px;
    }

    .figwild-global-header__logo span {
      margin-top: 6px;
      font-size: 8px;
    }

    .figwild-global-header__mobile-menu > summary {
      padding: 8px 10px;
      font-size: 9px;
    }

    .figwild-global-header__basket {
      min-height: 40px;
      padding: 0 7px 0 10px;
      gap: 7px;
      font-size: 9px;
    }

    .figwild-global-header__basket strong {
      width: 25px;
      height: 25px;
    }
  }
/* END_SECTION:figwild-global-header */

/* START_SECTION:figwild-product-video (INDEX:31) */
.figwild-product-video {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
  }

  .figwild-product-video__inner {
    margin: 0 auto;
  }

  .figwild-product-video__inner--narrow {
    max-width: 900px;
  }

  .figwild-product-video__inner--wide {
    max-width: 1200px;
  }

  .figwild-product-video__inner--full {
    max-width: none;
  }

  .figwild-product-video__heading {
    margin: 0 0 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
  }

  .figwild-product-video__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 3px solid rgb(var(--color-foreground));
    border-radius: 22px;
    background: #000;
    box-shadow: 0 12px 0 rgba(var(--color-foreground), 0.12);
  }

  .figwild-product-video__media video,
  .figwild-product-video__media iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
  }

  @media screen and (max-width: 749px) {
    .figwild-product-video__heading {
      margin-bottom: 1.4rem;
    }

    .figwild-product-video__media {
      border-width: 2px;
      border-radius: 14px;
      box-shadow: 0 8px 0 rgba(var(--color-foreground), 0.1);
    }
  }
/* END_SECTION:figwild-product-video */

/* START_SECTION:figwild-series-collection (INDEX:32) */
body:has(.figwild-collection) .shopify-section-group-footer-group { display: none; }
  body:has(.figwild-collection) main { padding: 0; }
  .figwild-collection, .figwild-collection * { box-sizing: border-box; }
  .figwild-collection {
    --black: #080808;
    --cream: #fffaf0;
    --yellow: #ffd600;
    --accent: #42c6f4;
    --accent-dark: #1588c1;
    min-height: 100svh;
    overflow: hidden;
    background: var(--cream);
    color: var(--black);
    font-family: Arial, Helvetica, sans-serif;
  }
  .figwild-collection--red { --accent: #ff4b3e; --accent-dark: #c71f17; }
  .figwild-collection--purple { --accent: #8957ff; --accent-dark: #5730bd; }
  .figwild-collection--green { --accent: #70c62f; --accent-dark: #3f8012; }
  .figwild-collection--blue { --accent: #42c6f4; --accent-dark: #1588c1; }
  .figwild-collection--orange { --accent: #ff9f1c; --accent-dark: #d56608; }
  .figwild-collection a { color: inherit; text-decoration: none; }
  .figwild-collection h1,
  .figwild-collection h2,
  .figwild-collection h3 {
    color: var(--black);
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .figwild-collection__announcement {
    min-height: 42px;
    padding: 0 clamp(18px, 4vw, 76px);
    background: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .figwild-collection__announcement p { margin: 0; }
  .figwild-collection__announcement a { border-bottom: 2px solid currentColor; }

  .figwild-collection__header {
    min-height: 92px;
    padding: 0 clamp(18px, 4vw, 76px);
    background: var(--black);
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
  }
  .figwild-collection__logo {
    width: max-content;
    display: flex;
    flex-direction: column;
    line-height: .76;
    transform: rotate(-2deg);
  }
  .figwild-collection__logo strong { color: #fff; font-size: 34px; font-weight: 1000; letter-spacing: -.06em; }
  .figwild-collection__logo span {
    margin-top: 8px;
    color: var(--yellow);
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: .22em;
  }
  .figwild-collection__header nav {
    display: flex;
    align-items: center;
    gap: clamp(32px, 6vw, 86px);
    font-size: 15px;
    font-weight: 1000;
    letter-spacing: .03em;
    text-transform: uppercase;
  }
  .figwild-collection__header nav a { transition: color .2s ease; }
  .figwild-collection__header nav a:hover { color: var(--yellow); }
  .figwild-collection__basket {
    min-height: 52px;
    padding: 0 12px 0 22px;
    justify-self: end;
    border-radius: 15px;
    background: var(--yellow);
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 1000;
    text-transform: uppercase;
  }
  .figwild-collection__basket strong {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--black);
    color: #fff;
    display: grid;
    place-items: center;
  }

  .figwild-collection__hero {
    min-height: clamp(470px, 58vw, 700px);
    padding: clamp(44px, 7vw, 104px) clamp(18px, 7vw, 112px);
    overflow: hidden;
    border-bottom: 5px solid var(--black);
    background:
      linear-gradient(115deg, rgba(255,255,255,.94) 0 50%, rgba(255,255,255,.12) 50% 100%),
      repeating-linear-gradient(-35deg, transparent 0 22px, rgba(255,255,255,.16) 22px 25px),
      var(--accent);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
    align-items: center;
    gap: clamp(32px, 7vw, 120px);
  }
  .figwild-collection__hero-copy { position: relative; z-index: 3; max-width: 720px; }
  .figwild-collection__back {
    width: max-content;
    margin-bottom: clamp(30px, 5vw, 62px);
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .figwild-collection__back span {
    width: 32px;
    height: 32px;
    border: 2px solid var(--black);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: transform .2s ease;
  }
  .figwild-collection__back:hover span { transform: translateX(-5px); }
  .figwild-collection__eyebrow {
    margin: 0 0 12px;
    color: var(--accent-dark);
    font-size: 14px;
    font-weight: 1000;
    letter-spacing: .18em;
  }
  .figwild-collection__hero h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(66px, 10vw, 150px);
    font-weight: 1000;
    letter-spacing: -.08em;
    line-height: .76;
    text-transform: uppercase;
  }
  .figwild-collection__description {
    max-width: 590px;
    margin-top: 28px;
    font-size: clamp(15px, 1.35vw, 20px);
    font-weight: 700;
    line-height: 1.5;
  }
  .figwild-collection__description p { margin: 0; }
  .figwild-collection__hero-meta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
  .figwild-collection__hero-meta span {
    padding: 9px 13px;
    border: 2px solid var(--black);
    border-radius: 999px;
    background: #fff;
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .figwild-collection__hero-art {
    position: relative;
    min-height: clamp(350px, 39vw, 540px);
    display: grid;
    place-items: center;
  }
  .figwild-collection__burst {
    position: absolute;
    width: 112%;
    aspect-ratio: 1;
    border: 5px solid var(--black);
    border-radius: 50%;
    background: repeating-conic-gradient(from 5deg, rgba(255,255,255,.34) 0deg 7deg, transparent 7deg 15deg), var(--accent);
    box-shadow: 0 0 0 16px rgba(255,255,255,.32), 0 0 0 21px var(--black);
    animation: figwild-orbit 28s linear infinite;
  }
  .figwild-collection__hero-image {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    height: clamp(350px, 39vw, 540px);
    border: 4px solid var(--black);
    border-radius: 34px;
    object-fit: cover;
    box-shadow: 14px 16px 0 var(--black);
    transform: rotate(3deg);
  }
  .figwild-collection__stamp {
    position: absolute;
    right: -10px;
    bottom: 8%;
    z-index: 4;
    padding: 13px 20px;
    border: 3px solid var(--black);
    background: var(--yellow);
    font-size: clamp(14px, 1.5vw, 22px);
    font-weight: 1000;
    letter-spacing: .08em;
    transform: rotate(-7deg);
  }

  .figwild-collection__catalog {
    padding: clamp(54px, 7vw, 104px) clamp(18px, 5vw, 84px) clamp(70px, 8vw, 120px);
    background:
      radial-gradient(circle at 4% 8%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 24%),
      radial-gradient(circle at 96% 96%, rgba(255,214,0,.25), transparent 28%),
      var(--cream);
  }
  .figwild-collection__catalog-head {
    margin-bottom: clamp(32px, 5vw, 64px);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
  }
  .figwild-collection__catalog-head p {
    margin: 0 0 7px;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .figwild-collection__catalog-head h2 {
    margin: 0;
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 1000;
    letter-spacing: -.07em;
    line-height: .86;
    text-transform: uppercase;
  }
  .figwild-collection__sort { display: flex; align-items: center; gap: 12px; }
  .figwild-collection__sort label { font-size: 11px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
  .figwild-collection__sort select {
    min-height: 48px;
    padding: 0 44px 0 16px;
    border: 3px solid var(--black);
    border-radius: 12px;
    background: #fff;
    color: var(--black);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
  }
  .figwild-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2vw, 32px); }
  .figwild-product-card {
    overflow: hidden;
    border: 4px solid var(--black);
    border-radius: 24px;
    background: #fff;
    transition: transform .24s ease, box-shadow .24s ease;
  }
  .figwild-product-card:hover { transform: translateY(-8px) rotate(-.5deg); box-shadow: 10px 12px 0 var(--black); }
  .figwild-product-card__media {
    position: relative;
    aspect-ratio: 1 / 1.12;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,.28) 25%, transparent 25%) 0 0 / 24px 24px, var(--accent);
    display: grid;
    place-items: center;
  }
  .figwild-product-card__index {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 2px solid var(--black);
    border-radius: 50%;
    background: var(--yellow);
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 1000;
  }
  .figwild-product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .32s ease; }
  .figwild-product-card:hover .figwild-product-card__image { transform: scale(1.045); }
  .figwild-product-card__placeholder {
    padding: 20px;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
  }
  .figwild-product-card__sold {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 8px 11px;
    border: 2px solid var(--black);
    background: #fff;
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .figwild-product-card__copy {
    min-height: 205px;
    padding: 22px 20px 18px;
    border-top: 4px solid var(--black);
    display: flex;
    flex-direction: column;
  }
  .figwild-product-card__copy > p {
    margin: 0 0 8px;
    color: var(--accent-dark);
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: .16em;
  }
  .figwild-product-card__copy h3 { margin: 0; font-size: clamp(20px, 1.6vw, 27px); font-weight: 1000; letter-spacing: -.045em; line-height: 1; }
  .figwild-product-card__footer { margin-top: auto; padding-top: 22px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
  .figwild-product-card__price { display: flex; flex-direction: column; gap: 2px; }
  .figwild-product-card__price s { color: #777; font-size: 11px; }
  .figwild-product-card__price strong { font-size: 17px; font-weight: 1000; }
  .figwild-product-card__button {
    min-height: 40px;
    padding: 0 7px 0 13px;
    border: 2px solid var(--black);
    border-radius: 999px;
    background: var(--yellow);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .figwild-product-card__button strong {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--black);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 15px;
  }
  .figwild-collection__empty {
    min-height: 410px;
    padding: clamp(38px, 6vw, 80px);
    border: 5px solid var(--black);
    border-radius: 32px;
    background: repeating-linear-gradient(-35deg, transparent 0 26px, rgba(255,255,255,.18) 26px 30px), var(--accent);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .figwild-collection__empty span { font-size: 12px; font-weight: 1000; letter-spacing: .18em; }
  .figwild-collection__empty h2 {
    max-width: 920px;
    margin: 16px 0;
    font-size: clamp(48px, 8vw, 104px);
    font-weight: 1000;
    letter-spacing: -.075em;
    line-height: .82;
    text-transform: uppercase;
  }
  .figwild-collection__empty p { max-width: 520px; margin: 0; font-size: 17px; font-weight: 700; }
  .figwild-collection__empty a {
    margin-top: 30px;
    padding: 13px 18px;
    border: 3px solid var(--black);
    border-radius: 999px;
    background: var(--yellow);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .figwild-collection__pagination { margin-top: 54px; display: flex; justify-content: center; font-size: 14px; font-weight: 1000; }
  .figwild-collection__pagination .page,
  .figwild-collection__pagination .next,
  .figwild-collection__pagination .prev {
    min-width: 42px;
    min-height: 42px;
    margin: 0 4px;
    border: 2px solid var(--black);
    border-radius: 999px;
    background: #fff;
    display: inline-grid;
    place-items: center;
  }
  .figwild-collection__pagination .current { background: var(--yellow); }
  @keyframes figwild-orbit { to { transform: rotate(360deg); } }

  @media (max-width: 1060px) {
    .figwild-collection__hero { grid-template-columns: minmax(0, 1fr) minmax(310px, .8fr); }
    .figwild-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (max-width: 760px) {
    .figwild-collection__announcement { min-height: 36px; justify-content: center; text-align: center; font-size: 9px; }
    .figwild-collection__announcement a, .figwild-collection__header nav { display: none; }
    .figwild-collection__header { min-height: 76px; padding: 0 16px; grid-template-columns: 1fr auto; }
    .figwild-collection__logo strong { font-size: 29px; }
    .figwild-collection__logo span { margin-top: 6px; font-size: 9px; }
    .figwild-collection__basket { min-height: 44px; padding: 0 9px 0 13px; font-size: 11px; }
    .figwild-collection__basket strong { width: 27px; height: 27px; }
    .figwild-collection__hero {
      min-height: auto;
      padding: 34px 16px 58px;
      background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.3)), var(--accent);
      grid-template-columns: 1fr;
      gap: 44px;
    }
    .figwild-collection__back { margin-bottom: 34px; }
    .figwild-collection__hero h1 { font-size: clamp(64px, 22vw, 96px); }
    .figwild-collection__hero-art { min-height: 330px; }
    .figwild-collection__hero-image { height: 330px; border-radius: 24px; box-shadow: 9px 10px 0 var(--black); }
    .figwild-collection__stamp { right: 0; }
    .figwild-collection__catalog { padding: 54px 16px 76px; }
    .figwild-collection__catalog-head { align-items: stretch; flex-direction: column; }
    .figwild-collection__sort { align-items: stretch; flex-direction: column; }
    .figwild-product-grid { grid-template-columns: 1fr; }
    .figwild-product-card__copy { min-height: 190px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .figwild-collection__burst, .figwild-product-card, .figwild-product-card__image { animation: none; transition: none; }
  }
/* END_SECTION:figwild-series-collection */

/* START_SECTION:pop-minifigs-home (INDEX:64) */
body:has(.mf-pop-home) .shopify-section-group-header-group,
  body:has(.mf-pop-home) .shopify-section-group-footer-group {
    display: none;
  }

  .mf-pop-home {
    background: var(--mf-cream);
    color: var(--mf-black);
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
  }

  .mf-pop-home *,
  .mf-pop-home *::before,
  .mf-pop-home *::after {
    box-sizing: border-box;
  }

  .mf-pop-home a {
    color: inherit;
    text-decoration: none;
  }

  .mf-pop-home h1,
  .mf-pop-home h2,
  .mf-pop-home h3,
  .mf-pop-home p {
    margin: 0;
  }

  .mf-pop-home h1,
  .mf-pop-home h2,
  .mf-pop-home h3,
  .mf-pop-home__logo,
  .mf-pop-home__button,
  .mf-pop-home__nav,
  .mf-pop-home__basket {
    font-family: Arial Black, Impact, Arial, sans-serif;
    letter-spacing: -.055em;
    text-transform: uppercase;
  }

  .mf-pop-home__announcement {
    min-height: 38px;
    padding: 8px clamp(18px, 5vw, 90px);
    background: var(--mf-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mf-pop-home__announcement-links {
    display: flex;
    gap: 22px;
  }

  .mf-pop-home__header {
    position: relative;
    z-index: 12;
    min-height: 96px;
    padding: 0 clamp(18px, 5vw, 90px);
    background: var(--mf-black);
    color: #fff;
    display: grid;
    grid-template-columns: 260px 1fr auto;
    align-items: center;
    gap: 30px;
  }

  .mf-pop-home__logo {
    display: inline-flex;
    width: max-content;
    flex-direction: column;
    line-height: .75;
    transform: rotate(-2deg);
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, .35));
  }

  .mf-pop-home__logo span {
    color: var(--mf-yellow);
    font-size: 24px;
  }

  .mf-pop-home__logo strong {
    color: var(--mf-blue);
    font-size: 38px;
  }

  .mf-pop-home__nav {
    display: flex;
    justify-content: center;
    gap: clamp(22px, 3vw, 52px);
    font-size: 16px;
  }

  .mf-pop-home__nav a,
  .mf-pop-home__announcement a {
    transition: color .2s ease, transform .2s ease;
  }

  .mf-pop-home__nav a:hover,
  .mf-pop-home__announcement a:hover {
    color: var(--mf-yellow);
    transform: translateY(-2px);
  }

  .mf-pop-home__basket {
    min-height: 56px;
    padding: 0 18px 0 24px;
    border-radius: 14px;
    background: var(--mf-blue);
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
  }

  .mf-pop-home__basket strong {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: var(--mf-blue);
    display: grid;
    place-items: center;
  }

  .mf-pop-home__hero {
    position: relative;
    min-height: min(720px, calc(100vh - 134px));
    background: var(--mf-yellow);
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
    align-items: center;
    padding: 48px clamp(18px, 6vw, 120px) 70px;
  }

  .mf-pop-home__burst {
    position: absolute;
    inset: -50%;
    z-index: -4;
    background:
      repeating-conic-gradient(from -10deg at 50% 58%, rgba(255, 255, 255, .22) 0 8deg, transparent 8deg 19deg),
      radial-gradient(circle at 50% 58%, #fff56b 0 8%, var(--mf-yellow) 46%, #ffcb00 100%);
    animation: mf-spin 55s linear infinite;
  }

  .mf-pop-home__crowd {
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    z-index: -2;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    opacity: .18;
    overflow: hidden;
  }

  .mf-pop-home__crowd i {
    --size: calc(44px + (var(--i) * 5px));
    display: block;
    width: var(--size);
    height: calc(var(--size) * 2.2);
    border-radius: 35% 35% 8% 8%;
    background: var(--mf-black);
    transform: translateY(calc((var(--i) % 4) * 18px)) rotate(calc((var(--i) - 8) * 1deg));
    box-shadow: 0 -18px 0 -2px var(--mf-black);
  }

  .mf-pop-home__hero-copy {
    position: relative;
    z-index: 3;
    max-width: 650px;
  }

  .mf-pop-home__hero-copy > p,
  .mf-pop-home__intro > p,
  .mf-pop-home__section-heading p,
  .mf-pop-home__build-copy > p,
  .mf-pop-home__rewards p,
  .mf-pop-home__newsletter > div > p {
    margin-bottom: 12px;
    color: var(--mf-blue);
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .mf-pop-home__hero-copy h1 {
    max-width: 560px;
    font-size: clamp(54px, 5.7vw, 96px);
    line-height: .84;
  }

  .mf-pop-home__hero-copy > div {
    max-width: 520px;
    margin: 28px 0;
    font-size: clamp(17px, 1.4vw, 23px);
    line-height: 1.45;
    font-weight: 700;
  }

  .mf-pop-home__button {
    display: inline-flex;
    min-height: 56px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .mf-pop-home__button:hover {
    transform: translateY(-4px) rotate(-1deg);
    box-shadow: 0 10px 0 rgba(0, 0, 0, .16);
  }

  .mf-pop-home__button--blue {
    background: var(--mf-blue);
  }

  .mf-pop-home__button--black {
    background: var(--mf-black);
  }

  .mf-pop-home__hero-product {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: grid;
    place-items: center;
  }

  .mf-pop-home__hero-image {
    width: min(100%, 780px);
    max-height: 650px;
    object-fit: contain;
    transform: rotate(2deg);
    filter: drop-shadow(0 38px 20px rgba(0, 0, 0, .3));
    animation: mf-float 4.8s ease-in-out infinite;
  }

  .mf-pop-home__product-pill {
    position: absolute;
    right: 3%;
    bottom: 5%;
    width: min(280px, 46%);
    padding: 18px 20px;
    border: 4px solid var(--mf-black);
    border-radius: 18px;
    background: #fff;
    box-shadow: 8px 8px 0 var(--mf-black);
    display: flex;
    flex-direction: column;
    gap: 5px;
    transform: rotate(-2deg);
  }

  .mf-pop-home__product-pill span {
    color: var(--mf-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .mf-pop-home__product-pill strong {
    font-size: 16px;
    line-height: 1.1;
  }

  .mf-pop-home__product-pill em {
    color: var(--mf-blue);
    font-style: normal;
    font-weight: 900;
  }

  .mf-pop-home__hero-placeholder {
    width: min(420px, 70vw);
    aspect-ratio: 1;
    position: relative;
  }

  .mf-pop-home__hero-placeholder span {
    position: absolute;
    inset: 18%;
    border-radius: 18%;
    background: var(--mf-blue);
    box-shadow: 0 24px 0 #107eba;
  }

  .mf-pop-home__scroll {
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: 32px;
    height: 50px;
    border: 3px solid var(--mf-black);
    border-radius: 999px;
    transform: translateX(-50%);
  }

  .mf-pop-home__scroll span {
    width: 6px;
    height: 10px;
    margin: 8px auto 0;
    border-radius: 999px;
    background: var(--mf-black);
    display: block;
    animation: mf-scroll 1.5s ease-in-out infinite;
  }

  .mf-pop-home__intro {
    max-width: 1120px;
    padding: 94px 24px 52px;
    margin: 0 auto;
    text-align: center;
  }

  .mf-pop-home__intro h2,
  .mf-pop-home__section-heading h2,
  .mf-pop-home__build-copy h2,
  .mf-pop-home__rewards h2,
  .mf-pop-home__newsletter h2 {
    font-size: clamp(42px, 5vw, 78px);
    line-height: .88;
  }

  .mf-pop-home__intro > div {
    max-width: 720px;
    margin: 24px auto 0;
    color: #555;
    font-size: 18px;
    line-height: 1.6;
  }

  .mf-pop-home__series-grid {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 24px 100px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .mf-pop-home__series-card {
    min-height: 560px;
    border: 3px solid var(--mf-black);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .mf-pop-home__series-card:hover {
    transform: translateY(-10px) rotate(-.6deg);
    box-shadow: 12px 14px 0 var(--mf-black);
  }

  .mf-pop-home__series-card--pink {
    background: #ff77c8;
  }

  .mf-pop-home__series-card--green {
    background: #62dd83;
  }

  .mf-pop-home__series-card--blue {
    background: #62cfff;
  }

  .mf-pop-home__series-art {
    min-height: 350px;
    flex: 1;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 80%, rgba(255,255,255,.5), transparent 42%),
      repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 10px, transparent 10px 20px);…333 tokens truncated…mf-yellow);
    border: 5px solid var(--mf-black);
  }

  .mf-pop-home__block-figure i {
    top: 0;
    width: 116px;
    height: 98px;
    border-radius: 42% 42% 32% 32%;
  }

  .mf-pop-home__block-figure b {
    top: 90px;
    width: 148px;
    height: 102px;
    border-radius: 18px 18px 10px 10px;
    background: var(--mf-blue);
  }

  .mf-pop-home__block-figure span {
    top: 185px;
    width: 128px;
    height: 80px;
    border-radius: 8px 8px 18px 18px;
  }

  .mf-pop-home__drops {
    padding: 90px clamp(24px, 6vw, 110px) 110px;
    background: #fff;
  }

  .mf-pop-home__section-heading {
    margin-bottom: 42px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .mf-pop-home__section-heading > a {
    color: var(--mf-blue);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mf-pop-home__product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  .mf-pop-home__product-card {
    min-width: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }

  .mf-pop-home__product-media {
    min-height: 330px;
    padding: 20px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #f7f7f7;
  }

  .mf-pop-home__product-media img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: transform .25s ease;
  }

  .mf-pop-home__product-card:hover img {
    transform: scale(1.07) rotate(1deg);
  }

  .mf-pop-home__product-media > span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--mf-black);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mf-pop-home__product-info {
    min-height: 150px;
    padding: 20px 22px 24px;
  }

  .mf-pop-home__product-info h3 {
    margin: 7px 0 14px;
    font-size: 19px;
    line-height: 1.12;
  }

  .mf-pop-home__product-info > strong {
    color: var(--mf-blue);
    font-size: 18px;
  }

  .mf-pop-home__build-banner {
    min-height: 650px;
    background: var(--mf-pink);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mf-pop-home__build-copy {
    padding: clamp(70px, 8vw, 140px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .mf-pop-home__build-copy > p {
    color: var(--mf-yellow);
  }

  .mf-pop-home__build-copy > div {
    max-width: 600px;
    margin: 24px 0 30px;
    font-size: 18px;
    line-height: 1.6;
  }

  .mf-pop-home__build-stage {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 42%, rgba(255,255,255,.65), transparent 34%),
      var(--mf-blue);
  }

  .mf-pop-home__big-figure {
    position: absolute;
    left: 50%;
    bottom: -100px;
    width: 380px;
    height: 590px;
    transform: translateX(-50%) rotate(4deg);
    filter: drop-shadow(0 40px 24px rgba(0,0,0,.3));
  }

  .mf-pop-home__big-figure i,
  .mf-pop-home__big-figure b,
  .mf-pop-home__big-figure span,
  .mf-pop-home__big-figure em {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border: 9px solid var(--mf-black);
  }

  .mf-pop-home__big-figure i {
    top: 0;
    width: 240px;
    height: 210px;
    border-radius: 40% 40% 30% 30%;
    background: var(--mf-yellow);
  }

  .mf-pop-home__big-figure b {
    top: 194px;
    width: 330px;
    height: 230px;
    border-radius: 28px 28px 12px 12px;
    background: var(--mf-pink);
  }

  .mf-pop-home__big-figure span {
    top: 410px;
    width: 290px;
    height: 165px;
    border-radius: 12px 12px 30px 30px;
    background: var(--mf-yellow);
  }

  .mf-pop-home__big-figure em {
    top: 83px;
    width: 105px;
    height: 28px;
    border-width: 0 0 9px;
    border-radius: 0 0 50% 50%;
  }

  .mf-pop-home__brick {
    position: absolute;
    width: 100px;
    height: 55px;
    border: 6px solid var(--mf-black);
    border-radius: 8px;
    background: var(--mf-yellow);
    box-shadow: inset 0 10px rgba(255,255,255,.3);
  }

  .mf-pop-home__brick--one { top: 14%; left: 10%; transform: rotate(-18deg); }
  .mf-pop-home__brick--two { top: 24%; right: 8%; transform: rotate(22deg); background: var(--mf-pink); }
  .mf-pop-home__brick--three { bottom: 12%; right: 12%; transform: rotate(-10deg); }

  .mf-pop-home__benefits {
    padding: 70px clamp(24px, 6vw, 110px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    background: #fff;
  }

  .mf-pop-home__benefits > div {
    min-height: 160px;
    padding: 28px;
    background: #f2f2f2;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    column-gap: 18px;
  }

  .mf-pop-home__benefits span {
    grid-row: 1 / 3;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--mf-yellow);
    display: grid;
    place-items: center;
    font-size: 28px;
    font-weight: 900;
  }

  .mf-pop-home__benefits p {
    color: #ffae00;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .mf-pop-home__benefits h3 {
    font-size: clamp(24px, 2.2vw, 36px);
    line-height: .9;
  }

  .mf-pop-home__rewards {
    padding: 74px clamp(24px, 8vw, 150px);
    background:
      repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 8px, transparent 8px 16px),
      var(--mf-yellow);
    display: grid;
    grid-template-columns: .9fr 1fr auto;
    align-items: center;
    gap: 50px;
  }

  .mf-pop-home__rewards p {
    color: var(--mf-black);
  }

  .mf-pop-home__rewards > div:nth-child(2) {
    font-size: 18px;
    line-height: 1.6;
  }

  .mf-pop-home__newsletter {
    padding: 70px clamp(24px, 8vw, 150px);
    background: var(--mf-blue);
    color: #fff;
    display: grid;
    grid-template-columns: .8fr 1fr 1.35fr;
    align-items: center;
    gap: 45px;
  }

  .mf-pop-home__newsletter > div > p {
    color: #bfeaff;
  }

  .mf-pop-home__newsletter > div:nth-child(2) {
    font-size: 16px;
    line-height: 1.55;
  }

  .mf-pop-home__newsletter form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 62px;
  }

  .mf-pop-home__newsletter input {
    min-width: 0;
    height: 62px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px 0 0 12px;
    font: inherit;
  }

  .mf-pop-home__newsletter button {
    border: 0;
    border-radius: 0 12px 12px 0;
    background: var(--mf-yellow);
    color: var(--mf-black);
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
  }

  .mf-pop-home__form-message,
  .mf-pop-home__newsletter .errors {
    grid-column: 1 / -1;
    margin-top: 10px;
  }

  .mf-pop-home__footer {
    min-height: 250px;
    padding: 58px clamp(24px, 6vw, 110px);
    background: var(--mf-black);
    color: #fff;
    display: grid;
    grid-template-columns: 280px 1fr auto;
    align-items: center;
    gap: 50px;
  }

  .mf-pop-home__logo--footer span {
    font-size: 20px;
  }

  .mf-pop-home__logo--footer strong {
    font-size: 34px;
  }

  .mf-pop-home__footer > p {
    max-width: 580px;
    color: #bbb;
    line-height: 1.6;
  }

  .mf-pop-home__footer > div {
    display: grid;
    gap: 10px;
    text-align: right;
    font-weight: 800;
    text-transform: uppercase;
  }

  @keyframes mf-float {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-18px) rotate(-1deg); }
  }

  @keyframes mf-scroll {
    0% { transform: translateY(0); opacity: 0; }
    35% { opacity: 1; }
    100% { transform: translateY(16px); opacity: 0; }
  }

  @keyframes mf-spin {
    to { transform: rotate(360deg); }
  }

  @media (max-width: 1100px) {
    .mf-pop-home__header {
      grid-template-columns: 1fr auto;
    }

    .mf-pop-home__nav {
      display: none;
    }

    .mf-pop-home__hero {
      grid-template-columns: 1fr 1fr;
      padding-inline: 32px;
    }

    .mf-pop-home__series-card {
      min-height: 500px;
    }

    .mf-pop-home__product-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .mf-pop-home__rewards,
    .mf-pop-home__newsletter {
      grid-template-columns: 1fr 1fr;
    }

    .mf-pop-home__rewards .mf-pop-home__button,
    .mf-pop-home__newsletter form {
      grid-column: 1 / -1;
      justify-self: stretch;
    }

    .mf-pop-home__footer {
      grid-template-columns: 1fr 1fr;
    }

    .mf-pop-home__footer > div {
      grid-column: 1 / -1;
      grid-template-columns: repeat(4, 1fr);
      text-align: left;
    }
  }

  @media (max-width: 749px) {
    .mf-pop-home__announcement {
      justify-content: center;
      text-align: center;
    }

    .mf-pop-home__announcement-links {
      display: none;
    }

    .mf-pop-home__header {
      min-height: 78px;
      padding: 0 16px;
      gap: 14px;
    }

    .mf-pop-home__logo span {
      font-size: 16px;
    }

    .mf-pop-home__logo strong {
      font-size: 27px;
    }

    .mf-pop-home__basket {
      min-height: 46px;
      padding: 0 10px 0 14px;
      font-size: 12px;
    }

    .mf-pop-home__basket strong {
      width: 26px;
      height: 26px;
    }

    .mf-pop-home__hero {
      min-height: 760px;
      grid-template-columns: 1fr;
      align-content: center;
      padding: 54px 20px 76px;
      text-align: center;
    }

    .mf-pop-home__hero-copy {
      margin: 0 auto;
    }

    .mf-pop-home__hero-copy h1 {
      font-size: clamp(52px, 17vw, 84px);
    }

    .mf-pop-home__hero-copy > div {
      margin: 20px auto 24px;
      font-size: 16px;
    }

    .mf-pop-home__hero-product {
      min-height: 330px;
      margin-top: 12px;
    }

    .mf-pop-home__hero-image {
      max-height: 350px;
    }

    .mf-pop-home__product-pill {
      right: 1%;
      bottom: 0;
      width: 52%;
      padding: 12px;
      text-align: left;
      box-shadow: 5px 5px 0 var(--mf-black);
    }

    .mf-pop-home__product-pill strong {
      font-size: 12px;
    }

    .mf-pop-home__intro {
      padding: 72px 20px 38px;
    }

    .mf-pop-home__intro h2,
    .mf-pop-home__section-heading h2,
    .mf-pop-home__build-copy h2,
    .mf-pop-home__rewards h2,
    .mf-pop-home__newsletter h2 {
      font-size: 43px;
    }

    .mf-pop-home__series-grid {
      grid-template-columns: 1fr;
      padding: 0 16px 72px;
    }

    .mf-pop-home__series-card {
      min-height: 500px;
    }

    .mf-pop-home__drops {
      padding: 70px 16px 82px;
    }

    .mf-pop-home__section-heading {
      align-items: flex-start;
      flex-direction: column;
    }

    .mf-pop-home__product-media {
      min-height: 220px;
      padding: 10px;
    }

    .mf-pop-home__product-media img {
      height: 210px;
    }

    .mf-pop-home__product-info {
      min-height: 145px;
      padding: 16px 14px 20px;
    }

    .mf-pop-home__product-info h3 {
      font-size: 15px;
    }

    .mf-pop-home__build-banner {
      grid-template-columns: 1fr;
    }

    .mf-pop-home__build-copy {
      padding: 70px 22px;
    }

    .mf-pop-home__build-stage {
      min-height: 520px;
    }

    .mf-pop-home__big-figure {
      transform: translateX(-50%) rotate(4deg) scale(.78);
      transform-origin: bottom;
    }

    .mf-pop-home__benefits {
      grid-template-columns: 1fr;
      padding: 50px 16px;
    }

    .mf-pop-home__rewards,
    .mf-pop-home__newsletter {
      grid-template-columns: 1fr;
      padding: 60px 22px;
      gap: 24px;
    }

    .mf-pop-home__rewards .mf-pop-home__button,
    .mf-pop-home__newsletter form {
      grid-column: auto;
    }

    .mf-pop-home__footer {
      grid-template-columns: 1fr;
      padding: 52px 22px;
      gap: 28px;
    }

    .mf-pop-home__footer > div {
      grid-column: auto;
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mf-pop-home *,
    .mf-pop-home *::before,
    .mf-pop-home *::after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
    }
  }
/* END_SECTION:pop-minifigs-home */