/**
  Funko Page Designer Global styles
**/
/**
  @mixin caret-direction
  Use to assign consistent transforms that will rotate a
  right-pointing caret in the 3 other cardinal directions
*/
/**
  @mixin aspect-ratio
  Use CSS aspect-ratio rule where possible, but fall back to
  padding-top hack iff needed (i.e. iOS 14)
*/
/**
    Funko site variables.
    See node_modules/bootstrap/scss/_variables.scss to see a full
        list of customizeable variables.
**/
/**
    Core shared variables.
    Set variables here that will be shared among both brands.
**/
/*
  Shared styles for global Page Designer scope
 */
.blog-content .experience-blog_assets-bodyTag + .experience-component, .blog-content .experience-blog_assets-headingTag + .experience-component {
  margin-top: 0.9375rem; }
  .blog-content .experience-blog_assets-bodyTag + .experience-component.experience-blog_assets-headingTag, .blog-content .experience-blog_assets-headingTag + .experience-component.experience-blog_assets-headingTag {
    margin-top: 1.875rem; }

.blog-content .experience-blog_assets-bodyTag:first-child, .blog-content .experience-blog_assets-headingTag:first-child {
  margin-top: 0.625rem; }

.blog-content .experience-blog_assets-bodyTag:last-child, .blog-content .experience-blog_assets-headingTag:last-child {
  margin-bottom: 0.9375rem; }

@media (max-width: 1199.98px) {
  .blog-content .experience-shared_layouts-column2 .col-12.col-lg-6:nth-child(2) {
    margin-top: 20px; } }

@media (max-width: 1199.98px) {
  .blog-content .experience-shared_layouts-column4 .col-6.col-lg-3:nth-child(3), .blog-content .experience-shared_layouts-column4 .col-6.col-lg-3:nth-child(4) {
    margin-top: 20px; } }

.experience-shared_assets-collapseLink + .experience-component {
  margin-top: 1.875rem; }

.column-bg {
  width: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%); }

.product-detail > .notifications {
  top: -2.8125rem; }
  @media (min-width: 1200px) {
    .product-detail > .notifications {
      top: -5.0625rem; } }

#maincontent .container .container {
  padding-left: 0;
  padding-right: 0; }

.pd-image-container button,
.pd-image-container a {
  pointer-events: auto;
  cursor: pointer; }

.pd-image-container .stretched-link:focus {
  outline: none; }
  .pd-image-container .stretched-link:focus::after {
    border-color: transparent;
    outline: 2px solid #0070cc;
    outline-offset: 4px;
    box-shadow: none; }

.plp-disruptor {
  position: relative;
  width: 100%; }
  .plp-disruptor__img {
    width: 100%;
    height: auto;
    display: block; }
  .plp-disruptor__overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    max-width: 31.25rem; }
    .plp-disruptor__overlay--top {
      top: 1.25rem; }
    .plp-disruptor__overlay--bottom {
      bottom: 1.5rem; }
      @media screen and (max-width: 767px) {
        .plp-disruptor__overlay--bottom {
          bottom: 1rem; } }
  .plp-disruptor__headline {
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: capitalize; }
    @media screen and (max-width: 767px) {
      .plp-disruptor__headline {
        font-size: 1.25rem; } }
  .plp-disruptor__subcopy {
    font-size: 0.9375rem; }
    @media screen and (max-width: 767px) {
      .plp-disruptor__subcopy {
        font-size: 0.75rem; } }
  .plp-disruptor__cta {
    text-wrap: auto; }
    @media screen and (max-width: 767px) {
      .plp-disruptor__cta {
        padding-inline: 0.75rem;
        text-wrap: auto; } }

/**
  PD Component - Funko Branded Banner styles
**/
.pd-branded-banner {
  height: 3.3125rem; }
  @media (min-width: 1200px) {
    .pd-branded-banner {
      height: 7.5rem; } }
  .pd-branded-banner .logo-img {
    max-height: calc(100% + 12px);
    z-index: 1; }

/**
  PD Component - Funko Category Hero styles
**/
/**
  PD Component - Shared Category Hero styles
**/
.pd-category-hero {
  height: 19.375rem; }
  @media (min-width: 1200px) {
    .pd-category-hero {
      height: 18.25rem; } }
  @media (min-width: 1400px) {
    .pd-category-hero {
      height: 25rem; } }
  .pd-category-hero .logo-image {
    max-height: 8.125rem;
    width: auto;
    height: auto; }
    @media (min-width: 1400px) {
      .pd-category-hero .logo-image {
        max-height: 15.25rem; } }

@media (min-width: 1200px) {
  .full-bleed .pd-category-hero {
    height: 25.57vw;
    margin: 0 auto; } }

/**
  PD Component - Funko Category Tile styles
**/
/**
  PD Component - Shared Category Tile styles
**/
.pd-category-tile {
  width: 100%;
  margin-left: 0;
  height: 13.125rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid transparent;
  transition: all 0.24s cubic-bezier(0, 0, 0.2, 1); }
  .pd-category-tile .text-wrapper {
    position: relative;
    z-index: 1;
    color: #111; }
  .pd-category-tile .image-wrapper {
    transition: all 0.24s cubic-bezier(0, 0, 0.2, 1); }
  .pd-category-tile:hover {
    border-color: #f3f3f7;
    transform: scale(1.02); }
    .pd-category-tile:hover .image-wrapper {
      transform: translateY(10px); }
  @media (min-width: 768px) {
    .pd-category-tile {
      height: 21.875rem; } }

.pd-category-tile {
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.25); }
  .pd-category-tile .text-wrapper {
    height: 3.25rem; }
  @media (min-width: 768px) {
    .pd-category-tile .text-wrapper {
      height: 3.25rem; } }

/**
  PD Component - Funko Fandom Tile styles
**/
/**
  PD Component - Shared Fandom Tile styles
**/
.pd-fandom-tile {
  background-color: white;
  overflow: hidden;
  position: relative;
  width: 9.6875rem;
  height: 6.25rem;
  transition: all 0.24s cubic-bezier(0, 0, 0.2, 1); }
  .pd-fandom-tile .fandom-logo-image {
    -ms-flex: 1 1 80%;
        flex: 1 1 80%;
    padding-left: 5px;
    padding-right: 5px; }
  .pd-fandom-tile .fandom-char-image {
    -ms-flex: 0 1 38%;
        flex: 0 1 38%;
    padding-left: 5px; }
  .pd-fandom-tile .legal-text {
    left: 0.75rem;
    bottom: 0; }
  .pd-fandom-tile .stretched-link:focus::after {
    border: 4px solid #0070cc;
    border-radius: 0.75rem; }
  .pd-fandom-tile:hover {
    transform: scale(1.02); }
  @media (min-width: 768px) {
    .pd-fandom-tile .fandom-logo-image {
      padding-left: 10px; } }

.pd-fandom-tile {
  border-radius: 12px; }
  @media (min-width: 768px) {
    .pd-fandom-tile {
      width: 12rem;
      height: 7.125rem; } }
  @media (min-width: 1400px) {
    .pd-fandom-tile {
      width: 16.875rem;
      height: 10rem; } }
  .pd-fandom-tile .fandom-char-image {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .pd-fandom-tile .legal-text {
    font-size: 0.375rem; }
  @media (min-width: 768px) {
    .pd-fandom-tile .legal-text {
      font-size: 0.5625rem; } }

/**
  PD Component - Funko Hero styles
**/
/**
  PD Component - Shared Hero styles
**/
@media (min-width: 1200px) {
  .pd-hero .content-col {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pd-hero .pd-hero-image {
    width: 100%;
    height: auto;
    object-fit: contain; } }

@media (min-width: 1200px) {
  .pd-hero-content-bg {
    background: transparent !important; } }

@media (max-width: 1199.98px) {
  .pd-hero-image-container {
    aspect-ratio: 1.33333 auto; }
    @supports not (aspect-ratio: 1.33333) {
      .pd-hero-image-container::before {
        float: left;
        padding-top: 133.33333%;
        content: ''; }
      .pd-hero-image-container::after {
        display: block;
        content: '';
        clear: both; } }
    .pd-hero-image-container .pd-hero-image {
      width: 100%;
      height: auto; } }

.pd-hero-image {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .pd-hero,
  .pd-hero > .row {
    min-height: 26.0625rem; }
  .pd-hero .pd-hero-content {
    max-width: 28.1875rem; }
  .pd-hero .pd-hero-image {
    max-height: 26.0625rem;
    width: auto; } }

@media (min-width: 1400px) {
  .pd-hero,
  .pd-hero > .row {
    min-height: 36.75rem; }
  .pd-hero .pd-hero-content {
    max-width: 39.75rem; }
  .pd-hero .pd-hero-image {
    max-height: 36.75rem; } }

.pd-hero .pd-hero-title {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 2.75rem;
  line-height: 1; }
  @media (min-width: 1200px) {
    .pd-hero .pd-hero-title {
      font-size: 3.4375rem; } }
  @media (min-width: 1400px) {
    .pd-hero .pd-hero-title {
      font-size: 4.125rem; } }

.pd-hero .pd-hero-subtitle {
  font-size: 0.9375rem;
  letter-spacing: 0.3px; }

/**
  PD Component - Funko Small Hero styles
**/
/**
  PD Component - Shared Small Hero styles
**/
@media (max-width: 1199.98px) {
  .pd-small-hero .hero-img-col,
  .pd-small-hero .pd-hero-image-container {
    height: 100%; } }

.pd-small-hero .hero-img-col {
  padding: 0; }

.pd-small-hero .pd-hero-image {
  width: auto;
  height: auto;
  max-height: 100%; }
  @media (min-width: 1200px) {
    .pd-small-hero .pd-hero-image {
      max-width: none;
      margin-bottom: -0.9375rem; } }
  @media (min-width: 1400px) {
    .pd-small-hero .pd-hero-image {
      margin-bottom: -1.5625rem; } }

.pd-small-hero,
.pd-small-hero > .row {
  min-height: 14rem; }

.pd-small-hero .pd-hero-image {
  max-height: 14rem; }

@media (min-width: 1200px) {
  .pd-small-hero,
  .pd-small-hero > .row {
    min-height: 22.1875rem; }
  .pd-small-hero .pd-hero-image {
    max-height: 22.1875rem; } }

@media (min-width: 1400px) {
  .pd-small-hero,
  .pd-small-hero > .row {
    min-height: 31.25rem; }
  .pd-small-hero .pd-hero-image {
    max-height: 31.25rem; } }

.pd-small-hero .pd-hero-title {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.625rem; }
  @media (min-width: 1200px) {
    .pd-small-hero .pd-hero-title {
      font-size: 2rem; } }
  @media (min-width: 1400px) {
    .pd-small-hero .pd-hero-title {
      font-size: 2.375rem; } }

@media (min-width: 1200px) {
  .experience-shared_layouts-column2 .region-1 .pd-small-hero .hero-img-col {
    padding-right: 1.875rem; } }

@media (min-width: 1400px) {
  .experience-shared_layouts-column2 .region-1 .pd-small-hero .hero-img-col {
    padding-right: 3.125rem; } }

@media (min-width: 1200px) {
  .experience-shared_layouts-column2 .region-2 .pd-small-hero .content-col {
    padding-left: 1.875rem; } }

@media (min-width: 1400px) {
  .experience-shared_layouts-column2 .region-2 .pd-small-hero .content-col {
    padding-left: 3.125rem; } }

/**
  PD Component - Funko Cross-Sell Hero styles
**/
@media (min-width: 1200px) {
  .pd-cross-sell-hero,
  .pd-cross-sell-hero > .row {
    min-height: 30.3125rem; }
  .pd-cross-sell-hero .pd-hero-content {
    max-width: 41.25rem; }
  .pd-cross-sell-hero .pd-hero-image {
    width: auto;
    height: auto;
    max-height: 27.8125rem; } }

@media (min-width: 1400px) {
  .pd-cross-sell-hero,
  .pd-cross-sell-hero > .row {
    min-height: 42.6875rem; }
  .pd-cross-sell-hero .pd-hero-image {
    max-height: 38.9375rem; } }

.pd-cross-sell-hero .pd-hero-title {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .pd-cross-sell-hero .pd-hero-title {
      font-size: 3.0625rem; } }
  @media (min-width: 1400px) {
    .pd-cross-sell-hero .pd-hero-title {
      font-size: 3.375rem; } }

.pd-cross-sell-hero .pd-hero-subtitle {
  font-size: 0.9375rem;
  letter-spacing: 0.3px; }

/**
  PD Component - Funko Lifestyle Hero styles
**/
/**
  PD Component - Shared Lifestyle Hero styles
**/
@media (min-width: 1200px) {
  .pd-lifestyle-hero,
  .pd-lifestyle-hero > .row {
    min-height: 45rem; }
  .pd-lifestyle-hero .content-col {
    justify-self: flex-start; }
  .pd-lifestyle-hero .pd-lifestyle-hero-image {
    width: auto;
    height: auto;
    max-height: 45rem; }
  .pd-lifestyle-hero .content-col {
    margin-left: 8.33333%;
    margin-right: 4.16667%; } }

@media (min-width: 1400px) {
  .pd-lifestyle-hero,
  .pd-lifestyle-hero > .row {
    min-height: 63.375rem; }
  .pd-lifestyle-hero .pd-lifestyle-hero-image {
    max-height: 63.375rem; } }

.pd-lifestyle-hero .pd-hero-title {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .pd-lifestyle-hero .pd-hero-title {
      font-size: 2.9375rem; } }
  @media (min-width: 1400px) {
    .pd-lifestyle-hero .pd-hero-title {
      font-size: 3.375rem; } }

.pd-lifestyle-hero .pd-hero-subtitle {
  font-size: 0.9375rem;
  letter-spacing: 0.3px; }

/**
  PD Component - Funko Licensed Hero styles
**/
/**
  PD Component - Shared Licensed Hero styles
**/
.pd-licensed-hero.layout-center .logo-col {
  -ms-flex: 0 0 41.66667% !important;
      flex: 0 0 41.66667% !important;
  max-height: 41.66667% !important;
  width: 100%;
  padding-top: 2.5rem; }
  @media (min-width: 768px) {
    .pd-licensed-hero.layout-center .logo-col {
      padding-top: 1.875rem; } }
  @media (min-width: 1200px) {
    .pd-licensed-hero.layout-center .logo-col {
      padding-top: 3.125rem; } }
  .pd-licensed-hero.layout-center .logo-col.logo-mobile-flip {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }

.pd-licensed-hero.layout-center .hero-col {
  -ms-flex: 0 0 58.33333% !important;
      flex: 0 0 58.33333% !important;
  max-height: 58.33333% !important;
  width: 100%;
  justify-self: flex-end;
  padding-top: 0.625rem; }
  @media (min-width: 1200px) {
    .pd-licensed-hero.layout-center .hero-col {
      padding-top: 1.875rem; } }
  .pd-licensed-hero.layout-center .hero-col.hero-mobile-flip {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem; }
    @media (max-width: 1199.98px) {
      .pd-licensed-hero.layout-center .hero-col.hero-mobile-flip .pd-licensed-hero-image {
        bottom: 0; } }

.pd-licensed-hero.layout-center .logo-col > picture {
  max-height: calc(100% - 20px); }
  @media (min-width: 768px) {
    .pd-licensed-hero.layout-center .logo-col > picture {
      max-height: calc(100% - 60px); } }
  .pd-licensed-hero.layout-center .logo-col > picture .pd-licensed-hero-logo {
    max-height: 100% !important;
    margin-top: 0 !important; }

.pd-licensed-hero.layout-center .pd-licensed-hero-logo {
  max-height: calc(100% - 20px); }
  @media (min-width: 1200px) {
    .pd-licensed-hero.layout-center .pd-licensed-hero-logo {
      max-height: calc(100% - 60px); } }

.pd-licensed-hero.layout-center .pd-licensed-hero-image {
  max-height: 100%; }

@media (max-width: 1199.98px) {
  .pd-licensed-hero.layout-left .logo-col, .pd-licensed-hero.layout-right .logo-col {
    -ms-flex: 0 0 41.66667% !important;
        flex: 0 0 41.66667% !important;
    max-height: 41.66667% !important;
    width: 100%;
    padding-top: 2.5rem; } }
  @media (max-width: 1199.98px) and (min-width: 768px) {
    .pd-licensed-hero.layout-left .logo-col, .pd-licensed-hero.layout-right .logo-col {
      padding-top: 1.875rem; } }
  @media (max-width: 1199.98px) and (min-width: 1200px) {
    .pd-licensed-hero.layout-left .logo-col, .pd-licensed-hero.layout-right .logo-col {
      padding-top: 3.125rem; } }

@media (max-width: 1199.98px) {
    .pd-licensed-hero.layout-left .logo-col.logo-mobile-flip, .pd-licensed-hero.layout-right .logo-col.logo-mobile-flip {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
  .pd-licensed-hero.layout-left .hero-col, .pd-licensed-hero.layout-right .hero-col {
    -ms-flex: 0 0 58.33333% !important;
        flex: 0 0 58.33333% !important;
    max-height: 58.33333% !important;
    width: 100%;
    justify-self: flex-end;
    padding-top: 0.625rem; } }
  @media (max-width: 1199.98px) and (min-width: 1200px) {
    .pd-licensed-hero.layout-left .hero-col, .pd-licensed-hero.layout-right .hero-col {
      padding-top: 1.875rem; } }

@media (max-width: 1199.98px) {
    .pd-licensed-hero.layout-left .hero-col.hero-mobile-flip, .pd-licensed-hero.layout-right .hero-col.hero-mobile-flip {
      padding-top: 1.25rem;
      padding-bottom: 0.625rem; } }
    @media (max-width: 1199.98px) and (max-width: 1199.98px) {
      .pd-licensed-hero.layout-left .hero-col.hero-mobile-flip .pd-licensed-hero-image, .pd-licensed-hero.layout-right .hero-col.hero-mobile-flip .pd-licensed-hero-image {
        bottom: 0; } }

@media (max-width: 1199.98px) {
  .pd-licensed-hero.layout-left .logo-col > picture, .pd-licensed-hero.layout-right .logo-col > picture {
    max-height: calc(100% - 20px); } }
  @media (max-width: 1199.98px) and (min-width: 768px) {
    .pd-licensed-hero.layout-left .logo-col > picture, .pd-licensed-hero.layout-right .logo-col > picture {
      max-height: calc(100% - 60px); } }

@media (max-width: 1199.98px) {
    .pd-licensed-hero.layout-left .logo-col > picture .pd-licensed-hero-logo, .pd-licensed-hero.layout-right .logo-col > picture .pd-licensed-hero-logo {
      max-height: 100% !important;
      margin-top: 0 !important; }
  .pd-licensed-hero.layout-left .pd-licensed-hero-logo, .pd-licensed-hero.layout-right .pd-licensed-hero-logo {
    max-height: calc(100% - 20px); } }
  @media (max-width: 1199.98px) and (min-width: 1200px) {
    .pd-licensed-hero.layout-left .pd-licensed-hero-logo, .pd-licensed-hero.layout-right .pd-licensed-hero-logo {
      max-height: calc(100% - 60px); } }

@media (max-width: 1199.98px) {
  .pd-licensed-hero.layout-left .pd-licensed-hero-image, .pd-licensed-hero.layout-right .pd-licensed-hero-image {
    max-height: 100%; } }

.pd-licensed-hero .logo-mobile-flip {
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 1200px) {
    .pd-licensed-hero .logo-mobile-flip {
      -ms-flex-order: 1;
          order: 1; } }

.pd-licensed-hero .hero-mobile-flip {
  -ms-flex-order: 1;
      order: 1; }
  @media (min-width: 1200px) {
    .pd-licensed-hero .hero-mobile-flip {
      -ms-flex-order: 2;
          order: 2; } }

@media (min-width: 1200px) {
  .pd-licensed-hero .logo-left {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 1200px) {
  .pd-licensed-hero .logo-right {
    -ms-flex-order: 2;
        order: 2; } }

@media (min-width: 1200px) {
  .pd-licensed-hero .hero-left {
    -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 1200px) {
  .pd-licensed-hero .hero-right {
    -ms-flex-order: 2;
        order: 2; } }

.pd-licensed-hero,
.pd-licensed-hero > .row {
  height: 38.125rem; }

@media (min-width: 1200px) {
  .pd-licensed-hero,
  .pd-licensed-hero > .row {
    max-height: none;
    height: 48.125rem; } }

@media (min-width: 1400px) {
  .pd-licensed-hero,
  .pd-licensed-hero > .row {
    height: 56.25rem; } }

.pd-licensed-hero.layout-center.with-cta .logo-col > picture {
  max-height: calc(100% - 80px);
  margin-top: 0.625rem; }
  .pd-licensed-hero.layout-center.with-cta .logo-col > picture .pd-licensed-hero-logo {
    max-height: 100% !important;
    margin-top: 0 !important; }

.pd-licensed-hero.layout-center.with-cta .pd-licensed-hero-logo {
  max-height: calc(100% - 80px);
  margin-top: 0.625rem; }

.pd-licensed-hero.layout-center.with-cta .logo-col {
  -ms-flex: 0 0 58.33333% !important;
      flex: 0 0 58.33333% !important;
  max-height: 58.33333% !important; }
  @media (min-width: 1200px) {
    .pd-licensed-hero.layout-center.with-cta .logo-col {
      padding-top: 1.875rem;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
      max-height: 50% !important; } }
  .pd-licensed-hero.layout-center.with-cta .logo-col.logo-mobile-flip {
    -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    max-height: 50% !important; }

.pd-licensed-hero.layout-center.with-cta .hero-col {
  -ms-flex: 0 0 41.66667% !important;
      flex: 0 0 41.66667% !important;
  max-height: 41.66667% !important; }
  .pd-licensed-hero.layout-center.with-cta .hero-col.hero-mobile-flip {
    -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    max-height: 50% !important;
    padding-top: 2.5rem; }
  @media (min-width: 1200px) {
    .pd-licensed-hero.layout-center.with-cta .hero-col {
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
      max-height: 50% !important; } }

@media (min-width: 1200px) {
  .pd-licensed-hero.layout-left .pd-licensed-hero-logo, .pd-licensed-hero.layout-right .pd-licensed-hero-logo {
    max-height: 48.125rem; } }

@media (min-width: 1400px) {
  .pd-licensed-hero.layout-left .pd-licensed-hero-logo, .pd-licensed-hero.layout-right .pd-licensed-hero-logo {
    max-height: 52.8125rem; } }

@media (min-width: 1200px) {
  .pd-licensed-hero.layout-left .pd-licensed-hero-image, .pd-licensed-hero.layout-right .pd-licensed-hero-image {
    max-height: 48.125rem; } }

@media (min-width: 1400px) {
  .pd-licensed-hero.layout-left .pd-licensed-hero-image, .pd-licensed-hero.layout-right .pd-licensed-hero-image {
    max-height: 52.8125rem; } }

@media (max-width: 1199.98px) {
  .pd-licensed-hero.layout-left.with-cta .logo-col > picture, .pd-licensed-hero.layout-right.with-cta .logo-col > picture {
    max-height: calc(100% - 80px);
    margin-top: 0.625rem; }
    .pd-licensed-hero.layout-left.with-cta .logo-col > picture .pd-licensed-hero-logo, .pd-licensed-hero.layout-right.with-cta .logo-col > picture .pd-licensed-hero-logo {
      max-height: 100% !important;
      margin-top: 0 !important; }
  .pd-licensed-hero.layout-left.with-cta .pd-licensed-hero-logo, .pd-licensed-hero.layout-right.with-cta .pd-licensed-hero-logo {
    max-height: calc(100% - 80px);
    margin-top: 0.625rem; }
  .pd-licensed-hero.layout-left.with-cta .logo-col, .pd-licensed-hero.layout-right.with-cta .logo-col {
    -ms-flex: 0 0 58.33333% !important;
        flex: 0 0 58.33333% !important;
    max-height: 58.33333% !important; } }
  @media (max-width: 1199.98px) and (min-width: 1200px) {
    .pd-licensed-hero.layout-left.with-cta .logo-col, .pd-licensed-hero.layout-right.with-cta .logo-col {
      padding-top: 1.875rem;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
      max-height: 50% !important; } }

@media (max-width: 1199.98px) {
    .pd-licensed-hero.layout-left.with-cta .logo-col.logo-mobile-flip, .pd-licensed-hero.layout-right.with-cta .logo-col.logo-mobile-flip {
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
      max-height: 50% !important; }
  .pd-licensed-hero.layout-left.with-cta .hero-col, .pd-licensed-hero.layout-right.with-cta .hero-col {
    -ms-flex: 0 0 41.66667% !important;
        flex: 0 0 41.66667% !important;
    max-height: 41.66667% !important; }
    .pd-licensed-hero.layout-left.with-cta .hero-col.hero-mobile-flip, .pd-licensed-hero.layout-right.with-cta .hero-col.hero-mobile-flip {
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
      max-height: 50% !important;
      padding-top: 2.5rem; } }
  @media (max-width: 1199.98px) and (min-width: 1200px) {
    .pd-licensed-hero.layout-left.with-cta .hero-col, .pd-licensed-hero.layout-right.with-cta .hero-col {
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
      max-height: 50% !important; } }

.pd-licensed-hero .pd-licensed-hero-image {
  position: relative;
  bottom: -1.3125rem;
  z-index: 10; }
  @media (min-width: 1400px) {
    .pd-licensed-hero .pd-licensed-hero-image {
      bottom: -1.875rem; } }

/**
  PD Component - Funko PD Markup styles
**/
/**
  PD Component - Funko PD Markup styles
**/
.pd-markup > * + * {
  margin-top: 0.5em; }

.pd-markup h1,
.pd-markup h2,
.pd-markup h3,
.pd-markup h4 {
  line-height: 1; }

.pd-markup ol {
  padding-left: 1.4375rem; }
  .pd-markup ol li {
    padding-left: 0.125rem; }
  .pd-markup ol ol {
    padding-left: 1.0625rem; }
  .pd-markup ol ul {
    padding-left: 0.625rem; }
  @media (min-width: 768px) {
    .pd-markup ol {
      padding-left: 1.25rem; }
      .pd-markup ol li {
        padding-left: 1.25rem; }
      .pd-markup ol ol {
        padding-left: 1.125rem; }
        .pd-markup ol ol > li {
          padding-left: 0.625rem; } }
  .pd-markup ol ul {
    padding-left: 1.25rem; }
    .pd-markup ol ul > li {
      padding-left: 0.125rem; }

.pd-markup p a {
  color: var(--skin-link-color-2);
  text-decoration: none; }
  .pd-markup p a:hover:not(svg) {
    text-decoration: underline; }
  .pd-markup p a .svg-symbol {
    fill: var(--skin-link-color-2); }
  .pd-markup p a:hover {
    color: var(--skin-inlinelink-hover-color); }
    .pd-markup p a:hover .svg-symbol {
      fill: var(--skin-inlinelink-hover-color); }

.pd-markup h1,
.pd-markup h2,
.pd-markup h3,
.pd-markup h4 {
  font-family: "ProximaNova-Black", sans-serif; }

.pd-markup h1 {
  font-size: 2.75rem; }

.pd-markup h2 {
  font-size: 1.625rem; }

.pd-markup h3 {
  font-size: 0.9375rem; }

.pd-markup p {
  font-size: 0.9375rem; }

.pd-markup ul,
.pd-markup ol {
  font-size: 0.9375rem; }

.pd-markup li ~ li {
  margin-top: 0.625rem; }

@media (min-width: 768px) {
  .pd-markup p {
    font-size: 1.25rem; }
  .pd-markup ul,
  .pd-markup ol {
    font-size: 1.125rem; }
  .pd-markup h2 {
    font-size: 3.375rem; }
  .pd-markup h3 {
    font-size: 2.375rem; } }

@media (min-width: 1200px) {
  .pd-markup h1 {
    font-size: 4.125rem; } }

/**
  PD Component - Shared Product List styles
**/
.pd-product-list.pd-product-grid .search-results .tab-pane {
  background-color: transparent; }
  @media (min-width: 768px) {
    .pd-product-list.pd-product-grid .search-results .tab-pane {
      padding-left: 0;
      padding-right: 0; } }

.pd-product-list .grid-moretiles.collapsing {
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .pd-product-list .grid-moretiles.collapsing .product {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; }

.pd-product-list .grid-moretiles:not(.show) {
  height: 0;
  overflow: hidden; }

.pd-product-list .grid-moretiles .product {
  opacity: 0; }

.pd-product-list .grid-moretiles.show .product {
  opacity: 1; }

.pd-product-list .grid-moretiles:not(.show) + .grid-footer .lesslink {
  display: none; }

.pd-product-list .grid-moretiles.show + .grid-footer .morelink {
  display: none; }

/**
  PD Component - Funko Scroll List styles
**/
/**
  PD Component - Shared Scroll List styles
**/
.pd-scroll-list {
  width: 100%; }
  .pd-scroll-list .bg-wrapper.bg-primary + .scroll-list-container .scroll-list-title {
    color: #fff; }
  .pd-scroll-list .scroll-list-container {
    position: relative; }
  .pd-scroll-list .hero-img {
    position: absolute;
    top: 0;
    left: 0; }
  .pd-scroll-list .scroll-list-group {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .pd-scroll-list .scroll-list-group::-webkit-scrollbar {
      display: none; }
  .pd-scroll-list .scroll-list-nav {
    position: absolute;
    left: 0;
    z-index: 1;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    overscroll-behavior: contain;
    pointer-events: none; }
  .pd-scroll-list .scroll-list-nav .icon-bg {
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 0.4375rem; }
  .pd-scroll-list .use-smooth-scroll {
    scroll-behavior: smooth; }
  .pd-scroll-list .prev-btn,
  .pd-scroll-list .next-btn {
    z-index: 1;
    border: 0;
    background-color: transparent;
    pointer-events: auto; }
  .pd-scroll-list .prev-btn .icon-left {
    transform: scaleX(-1); }
  .pd-scroll-list .at-start .prev-btn {
    visibility: hidden; }
  .pd-scroll-list .at-end .next-btn {
    visibility: hidden; }

.pd-scroll-list {
  min-height: 14.1875rem; }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .pd-scroll-list {
      min-height: 17.5625rem; } }
  @media (min-width: 1400px) {
    .pd-scroll-list {
      min-height: 24.8125rem; } }
  .pd-scroll-list .scroll-list-title {
    font-size: 1.625rem;
    font-family: "ProximaNova-Black", sans-serif; }
    @media (min-width: 1200px) {
      .pd-scroll-list .scroll-list-title {
        font-size: 2rem; } }
    @media (min-width: 1400px) {
      .pd-scroll-list .scroll-list-title {
        font-size: 2.375rem; } }
  .pd-scroll-list .scroll-list-group > .experience-component {
    padding-right: 0.625rem; }
  .pd-scroll-list .scroll-list-group > .experience-component:first-child {
    padding-left: 1.25rem; }
  .pd-scroll-list .scroll-list-group > .experience-component:last-child {
    padding-right: 1.25rem; }
  @media (min-width: 768px) {
    .pd-scroll-list .scroll-list-group > .experience-component {
      padding-right: 1.25rem; }
    .pd-scroll-list .scroll-list-group > .experience-component:first-child {
      padding-left: 3.75rem; }
    .pd-scroll-list .scroll-list-group > .experience-component:last-child {
      padding-right: 3.75rem; } }
  .pd-scroll-list .scroll-list-nav {
    bottom: calc(50% - 40px); }
    @media (min-width: 768px) {
      .pd-scroll-list .scroll-list-nav {
        bottom: calc(50% - 50px); } }
  .pd-scroll-list .scroll-list-nav-icon {
    filter: invert(1); }
  .pd-scroll-list .icon-bg {
    background: #6c6c6c; }

/**
  PD Component - Funko SDCC 2024 component styles
**/
/**
  PD Component - SDCC 2024 Component styles
**/
.pd-sdcc2024-page .get-started-btn {
  background: none;
  border: none; }

.pd-sdcc2024-page .top-image {
  width: 75%; }

/**
  PD Component - Funko Category Carousel styles
**/
/**
  PD Component - Sheared Category Carousel styles
**/
.pd-category-carousel .spotlight {
  position: relative;
  border-radius: 50%; }
  .pd-category-carousel .spotlight .spotlight-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%; }
  .pd-category-carousel .spotlight.crop-image .carousel-inner {
    border-radius: 50%; }

.pd-category-carousel .carousel-indicator-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: absolute;
  left: 50%;
  bottom: -3.125rem;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  @media (min-width: 1200px) {
    .pd-category-carousel .carousel-indicator-list {
      bottom: -3rem; } }

.pd-category-carousel .carousel-indicator-bullet {
  position: relative;
  height: 0.9375rem;
  width: 0.9375rem;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  outline: none;
  transition: border-color 0.24s cubic-bezier(0, 0, 0.2, 1); }
  .pd-category-carousel .carousel-indicator-bullet:not(:last-of-type) {
    margin-right: 15px; }
  .pd-category-carousel .carousel-indicator-bullet.active {
    border-color: var(--skin-main-text-color-1); }

.pd-category-carousel .carousel-indicator-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0.5625rem;
  width: 0.5625rem;
  background-color: #111;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  border: none;
  border-radius: 50%;
  padding: 0; }

.pd-category-carousel .carousel-control-next,
.pd-category-carousel .carousel-control-prev {
  width: 2.625rem;
  height: 2.625rem;
  top: calc(50% - 1.3125rem); }
  .pd-category-carousel .carousel-control-next:focus,
  .pd-category-carousel .carousel-control-prev:focus {
    outline: 2px solid #0070cc; }

.pd-category-carousel .prev-control-icon,
.pd-category-carousel .next-control-icon {
  transform: translateX(1px); }

.pd-category-carousel .prev-control-icon {
  transform: translateX(-2px) rotate(180deg); }

.pd-category-carousel-image {
  width: 100%; }
  .pd-category-carousel-image .category-image {
    width: auto;
    height: auto;
    max-width: 78%;
    max-height: 94%; }

.pd-category-carousel .pd-hero-title {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .pd-category-carousel .pd-hero-title {
      font-size: 3.375rem; } }

.pd-category-carousel .spotlight .carousel-inner {
  border-radius: 50% 50% 0 0; }

.pd-category-carousel .pd-markup {
  max-width: 600px; }

.pd-category-carousel .carousel-item {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.pd-category-carousel .prev-control,
.pd-category-carousel .next-control {
  background-color: #6c6c6c;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 25px; }
  @media (min-width: 1200px) {
    .pd-category-carousel .prev-control,
    .pd-category-carousel .next-control {
      width: 2.625rem;
      height: 2.625rem; } }

.pd-category-carousel .prev-control-icon,
.pd-category-carousel .next-control-icon {
  width: 0.5rem;
  height: 0.75rem; }
  @media (min-width: 1200px) {
    .pd-category-carousel .prev-control-icon,
    .pd-category-carousel .next-control-icon {
      width: 0.8125rem;
      height: 1.25rem; } }

.pd-category-carousel .carousel-control-next,
.pd-category-carousel .carousel-control-prev {
  opacity: 0.85; }
  .pd-category-carousel .carousel-control-next.disabled,
  .pd-category-carousel .carousel-control-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: auto; }

/**
  PD Component - Funko Hero Carousel styles
**/
/**
  PD Component - Shared Hero Carousel styles
**/
.pd-hero-carousel {
  position: relative; }
  .pd-hero-carousel .carousel-inner {
    -ms-flex-align: start;
        align-items: flex-start;
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 1200px) {
      .pd-hero-carousel .carousel-inner {
        -ms-flex-align: center;
            align-items: center; } }
    @media (max-width: 1399.98px) {
      .pd-hero-carousel .carousel-inner {
        min-height: 550px; } }
    @media (max-width: 1199.98px) {
      .pd-hero-carousel .carousel-inner {
        min-height: 500px; } }
  .pd-hero-carousel .carousel-item {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .pd-hero-carousel .floating {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1; }
    .pd-hero-carousel .floating.container-fluid {
      max-width: none; }
  .pd-hero-carousel .carousel-indicators {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .pd-hero-carousel .carousel-indicators li {
      box-sizing: inherit;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      margin: 0;
      text-indent: 0;
      background-color: transparent;
      background-clip: inherit;
      opacity: 1;
      filter: drop-shadow(0 0 1px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px rgba(255, 255, 255, 0.5)); }
  .pd-hero-carousel .carousel-indicator {
    position: relative;
    height: 0.9375rem;
    width: 0.9375rem;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    outline: none;
    transition: border-color 0.24s cubic-bezier(0, 0, 0.2, 1); }
    .pd-hero-carousel .carousel-indicator:not(:last-of-type) {
      margin-right: 15px; }
    .pd-hero-carousel .carousel-indicator.active {
      border-color: var(--skin-main-text-color-1); }
  .pd-hero-carousel .carousel-indicator-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 0.5625rem;
    width: 0.5625rem;
    background-color: #111;
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    border: none;
    border-radius: 50%;
    padding: 0;
    pointer-events: auto;
    outline-offset: 3px; }
  .pd-hero-carousel .autoplay-ctrl-field {
    position: absolute;
    top: 0.8125rem;
    z-index: 1;
    filter: drop-shadow(0 0 1px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px rgba(255, 255, 255, 0.5)); }
    @media (min-width: 1200px) {
      .pd-hero-carousel .autoplay-ctrl-field {
        top: auto;
        bottom: 1.5rem; } }
  .pd-hero-carousel .carousel-pause-input ~ .custom-control-label .on-label {
    display: none; }
  .pd-hero-carousel .carousel-pause-input ~ .custom-control-label .off-label {
    display: inline; }
  .pd-hero-carousel .carousel-pause-input:checked ~ .custom-control-label .on-label {
    display: inline; }
  .pd-hero-carousel .carousel-pause-input:checked ~ .custom-control-label .off-label {
    display: none; }
  .pd-hero-carousel .custom-checkbox .custom-control-label {
    font-size: 0.6875rem;
    padding-top: 0.125rem;
    pointer-events: auto; }
  .pd-hero-carousel .custom-checkbox .custom-control-input {
    pointer-events: auto; }
    .pd-hero-carousel .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      background-color: #fff; }
  .pd-hero-carousel .carousel-controls {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .pd-hero-carousel .carousel-controls .carousel-control-next,
    .pd-hero-carousel .carousel-controls .carousel-control-prev {
      border-radius: 50%;
      padding: 2.1875rem; }
  @media (min-width: 1200px) {
    .pd-hero-carousel .carousel-control-next {
      right: 0; } }
  @media (min-width: 1200px) {
    .pd-hero-carousel .carousel-control-prev {
      left: 0; } }
  .pd-hero-carousel .carousel-control-next,
  .pd-hero-carousel .carousel-control-prev {
    width: 2.625rem;
    height: 2.625rem;
    top: -1.3125rem;
    opacity: 0.6;
    pointer-events: auto; }
    .pd-hero-carousel .carousel-control-next:focus, .pd-hero-carousel .carousel-control-next:hover,
    .pd-hero-carousel .carousel-control-prev:focus,
    .pd-hero-carousel .carousel-control-prev:hover {
      opacity: 1; }
    @media (min-width: 1200px) {
      .pd-hero-carousel .carousel-control-next,
      .pd-hero-carousel .carousel-control-prev {
        top: -2.625rem; } }
  .pd-hero-carousel .next-control-icon {
    transform: translateX(1px); }
  .pd-hero-carousel .prev-control-icon {
    transform: translateX(-2px) rotate(180deg); }

.pd-hero-carousel .autoplay-ctrl-field {
  left: 10px; }

.pd-hero-carousel .carousel-indicators.indicators-shroud {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 19.25rem;
  overflow: hidden;
  z-index: 0; }
  .pd-hero-carousel .carousel-indicators.indicators-shroud::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: radial-gradient(circle at 50% 130%, rgba(80, 0, 0, 0.3) 20%, rgba(80, 0, 0, 0.15) 26%, rgba(80, 0, 0, 0) 38%); }
    @media (min-width: 1200px) {
      .pd-hero-carousel .carousel-indicators.indicators-shroud::after {
        background: radial-gradient(circle at 50% 160%, rgba(80, 0, 0, 0.3) 20%, rgba(80, 0, 0, 0.15) 26%, rgba(80, 0, 0, 0) 38%); } }

@media (min-width: 1200px) {
  .pd-hero-carousel .carousel-controls .carat-right-md-rounded-white {
    width: 1.25rem;
    height: 1.875rem; } }

.pd-hero-carousel .carousel-control-next,
.pd-hero-carousel .carousel-control-prev {
  background-color: #111; }
  .pd-hero-carousel .carousel-control-next .svg-symbol,
  .pd-hero-carousel .carousel-control-prev .svg-symbol {
    filter: drop-shadow(0 0 1px black) drop-shadow(0 0 1px black) drop-shadow(0 0 1px black) drop-shadow(0 0 1px rgba(0, 0, 0, 0.5)); }
  .pd-hero-carousel .carousel-control-next:focus,
  .pd-hero-carousel .carousel-control-prev:focus {
    outline: 2px solid #0070cc;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0070cc;
    border-radius: 50%; }

/**
  PD Component - Funko Timeline Blade styles
**/
/**
  PD Component - Shared Timeline Blade styles
**/
@media (min-width: 1200px) {
  .pd-timeline-blade {
    height: 25.625rem; } }

.pd-timeline-blade-image {
  margin: 0 auto; }
  @media (max-width: 1199.98px) {
    .pd-timeline-blade-image {
      aspect-ratio: 1 auto; }
      @supports not (aspect-ratio: 1) {
        .pd-timeline-blade-image::before {
          float: left;
          padding-top: 100%;
          content: ''; }
        .pd-timeline-blade-image::after {
          display: block;
          content: '';
          clear: both; } } }

.pd-timeline-blade .pd-hero-subtitle {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .pd-timeline-blade .pd-hero-subtitle {
      font-size: 0.9375rem;
      letter-spacing: 0.3px; } }

.pd-timeline-blade .pd-hero-title {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 2.6875rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--skin-main-text-color-1); }
  @media (min-width: 768px) {
    .pd-timeline-blade .pd-hero-title {
      font-size: 3.375rem; } }

.pd-timeline-blade .pd-markup p {
  font-size: 0.9375rem;
  line-height: 1.13333; }
  @media (min-width: 768px) {
    .pd-timeline-blade .pd-markup p {
      font-size: 1rem;
      line-height: 1.25; } }

/**
  PD Component - Funko Collapse Link styles
**/
/**
  PD Component - Shared Collapse Link styles
**/
.pd-collapse-link .group-title {
  margin-bottom: 1.875rem; }

.pd-collapse-link .collapse-link:hover {
  text-decoration: none; }

.pd-collapse-link .collapse-link.collapsed .collapse-link-icon {
  transform: rotate(90deg); }

.pd-collapse-link .collapse-link-icon {
  width: 0.4375rem;
  height: 0.6875rem;
  transform: rotate(-90deg);
  transition: transform 0.24s cubic-bezier(0, 0, 0.2, 1); }
  @media (max-width: 767.98px) {
    .pd-collapse-link .collapse-link-icon {
      position: relative;
      left: -0.1875rem; } }

.pd-collapse-link .group-title {
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 0.9;
  letter-spacing: 0.3px; }

.pd-collapse-link .collapse-link {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.3px;
  font-family: "ProximaNova-Black", sans-serif; }
  @media (min-width: 768px) {
    .pd-collapse-link .collapse-link {
      font-size: 1.25rem;
      line-height: 0.9; } }

/**
    Funko - Special use heading tag styles
**/
/**
    Shared - Special use heading tag styles
**/
.image-caption {
  font-style: italic; }

.blog-heading {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.125rem;
  line-height: 0.91667;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .blog-heading {
      font-size: 1.5rem; } }

/**
  Content Asset - Funko Our Story Banner styles
**/
@media (min-width: 1200px) {
  .our-story-banner {
    height: 20.75rem; } }

.our-story-banner .hero-subtitle {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.15385;
  text-transform: uppercase;
  letter-spacing: 1.82px; }
  @media (min-width: 1200px) {
    .our-story-banner .hero-subtitle {
      font-size: 0.9375rem;
      font-family: "ProximaNova-Medium", sans-serif;
      letter-spacing: 0.3px; } }

.our-story-banner .hero-title {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #111; }
  @media (min-width: 1200px) {
    .our-story-banner .hero-title {
      font-size: 3.375rem; } }

@media (max-width: 1199.98px) {
  .experience-shared_assets-hero {
    margin-top: 1.875rem; } }

/*# sourceMappingURL=fnk-experience-global.css.map*/