/**
  Funko Product Detail Stylesheet
**/
/**
  @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.
**/
/**
  Component - Funko Product Detail styles
**/
/**
  Component - Shared Product Detail styles
**/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.loyalty-exclusive-stamp-badge {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  z-index: 1; }
  .loyalty-exclusive-stamp-badge .availability-badge {
    background-color: #111;
    color: #fff;
    padding: 0.75rem;
    border-radius: 0.5rem; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-available-qty {
      font-size: 1.0625rem;
      line-height: 1.125rem; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-month {
      font-size: 1rem; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-day {
      font-size: 2.375rem; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-divider {
      border-top: 1px solid #fff;
      margin: 2px 0; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-available-label {
      font-size: 0.75rem;
      margin-top: 0.25rem; }
    .loyalty-exclusive-stamp-badge .availability-badge.active {
      background-color: #0070cc; }
    .loyalty-exclusive-stamp-badge .availability-badge.closed {
      background-color: #6c6c6c; }

.loyalty-exclusive-toast-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px;
  background-color: #414141;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  z-index: 1; }
  .loyalty-exclusive-toast-message .points-container {
    color: #ffc700;
    font-weight: 700; }

.loyalty-exclusive-toast-message-container .loyalty-exclusive-toast-message {
  margin: 0 10px; }
  @media (max-width: 543.98px) {
    .loyalty-exclusive-toast-message-container .loyalty-exclusive-toast-message {
      margin: 0 -10px; } }

.product-tile-col .loyalty-exclusive-toast-message,
.product-tile-col .loyalty-exclusive-stamp-badge {
  display: none; }
  @media (min-width: 768px) {
    .product-tile-col .loyalty-exclusive-toast-message,
    .product-tile-col .loyalty-exclusive-stamp-badge {
      display: block; } }

.early-access-sold-out {
  color: #da2525; }

.early-access-msg {
  padding: 10px 16px 10px 14px;
  border-radius: 0.625rem;
  background: #fff6d6; }
  @media (min-width: 768px) {
    .early-access-msg {
      max-width: 28.75rem; } }
  .early-access-msg img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem; }
  .early-access-msg span {
    color: #8a6a00;
    font-size: 0.875rem;
    line-height: 1rem; }

@media (max-width: 543.98px) {
  .product-detail .primary-images {
    width: 100vw;
    margin-left: calc(50% - 50vw); } }

.product-detail > .notifications {
  left: 50%;
  top: var(--header-visible);
  transform: translateX(-50%);
  z-index: 3;
  width: 80%;
  max-width: 37.5rem; }
  .product-detail > .notifications .alert-secondary {
    border: 1px solid #111; }

.product-detail .product-license-style {
  font-size: 0.8125rem;
  line-height: 1;
  color: #111; }
  @media (min-width: 768px) {
    .product-detail .product-license-style {
      font-size: 1rem;
      line-height: 1.4375;
      letter-spacing: 0.3px; } }

.product-detail .chance-of-chase,
.product-detail .loyalty-exclusive-status-msg {
  color: #0070cc; }

.product-detail .size-chart-button {
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400; }
  .product-detail .size-chart-button:focus {
    outline: 2px solid #0070cc; }

.product-detail .special-size,
.product-detail .low-stock {
  color: #da2525; }

.product-detail .learn-more-btn {
  font-size: 0.6875rem;
  line-height: 1.36364;
  opacity: 0.8; }

.product-detail .info-btn {
  height: 2.375rem; }
  .product-detail .info-btn .info-icon {
    height: 1rem;
    width: 1rem; }

.product-detail .long-description {
  padding-left: 0; }
  @media (min-width: 768px) {
    .product-detail .long-description {
      padding-left: 0.625rem; } }

.product-detail .more-details-btn {
  -ms-flex-align: baseline;
      align-items: baseline;
  width: 100%; }
  .product-detail .more-details-btn.collapsed .show-more-icon {
    transform: rotate(90deg); }
  .product-detail .more-details-btn .show-more-icon {
    transform: rotate(-90deg);
    transition: transform 0.24s cubic-bezier(0, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .product-detail .more-details-btn {
      width: auto; } }

.product-detail .after-pay {
  font-size: 1rem;
  margin-top: 5px; }
  .product-detail .after-pay .afterpay-value {
    margin-inline: 0.1875rem; }

.product-detail .after-pay-info-btn {
  text-decoration: underline;
  height: auto; }

.product-detail.loyalty-exclusive-product .better-together {
  display: none; }

.carousel-item {
  position: relative; }
  .carousel-item.gift-carousel-item {
    aspect-ratio: 1 auto; }
    @supports not (aspect-ratio: 1) {
      .carousel-item.gift-carousel-item::before {
        float: left;
        padding-top: 100%;
        content: ''; }
      .carousel-item.gift-carousel-item::after {
        display: block;
        content: '';
        clear: both; } }

.image-zoom {
  cursor: zoom-in; }
  .image-zoom.zoom-active {
    opacity: 0; }
    .image-zoom.zoom-active ~ .image-zoom-lens {
      z-index: 1; }
    .image-zoom.zoom-active ~ .image-zoom-result {
      transition: background-position 500ms cubic-bezier(0.02, 0.7, 0.42, 0.99); }

.image-zoom-lens {
  pointer-events: none;
  position: absolute;
  height: 50%;
  width: 50%; }

.image-zoom-result {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  aspect-ratio: 1 auto; }
  @supports not (aspect-ratio: 1) {
    .image-zoom-result::before {
      float: left;
      padding-top: 100%;
      content: ''; }
    .image-zoom-result::after {
      display: block;
      content: '';
      clear: both; } }

.wishlist-link-intile {
  top: 1.1875rem;
  right: 0.625rem;
  z-index: 2; }
  .wishlist-link-intile .wishlist-filled {
    display: none;
    fill: #da2525; }
  .wishlist-link-intile .set-item-wishlist-remove {
    display: none; }
  .wishlist-link-intile.deselect-wishlist .wishlist {
    display: none; }
  .wishlist-link-intile.deselect-wishlist .wishlist-filled {
    display: inline-block; }
  .wishlist-link-intile.deselect-wishlist .set-item-wishlist-add {
    display: none; }
  .wishlist-link-intile.deselect-wishlist .set-item-wishlist-remove {
    display: inline-block; }
  @media (min-width: 1200px) {
    .wishlist-link-intile {
      top: 1.75rem;
      right: 1.625rem; } }

@media (min-width: 1200px) {
  .product-set-row .sticky-element {
    position: relative;
    z-index: 1;
    top: 0; }
    .product-set-row .sticky-element.la-during-sticky {
      top: 20px;
      position: fixed;
      transition: top 0.35s cubic-bezier(0, 0, 0.2, 1); }
    .product-set-row .sticky-element.la-after-sticky {
      position: absolute;
      bottom: 0;
      top: auto; }
  .site-header.sticky.scroll-up ~ #maincontent .product-set-row .sticky-element.la-during-sticky {
    top: 160px; } }

@media (max-width: 767.98px) {
  .product-detail-cta.fixedCartBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #f3f3f7;
    padding: 16px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    .product-detail-cta.fixedCartBtn .atc-qty-btn-group,
    .product-detail-cta.fixedCartBtn .instant-access-pdp,
    .product-detail-cta.fixedCartBtn .redemption-status-pdp {
      width: 77%; }
    .product-detail-cta.fixedCartBtn .notify-me {
      border: 1px solid var(--skin-primary-color-1); }
    .product-detail-cta.fixedCartBtn .notify-me-row {
      width: 82%;
      margin-bottom: 0 !important; }
    .product-detail-cta.fixedCartBtn .instant-access-row {
      margin-bottom: 0 !important; }
    .product-detail-cta.fixedCartBtn .early-access-msg {
      margin-bottom: 15px !important; }
  .product-detail.product-wrapper .product-detail-cta.fixedCartBtn .atc-qty-btn-group .add-to-cart {
    min-width: 13.125rem; }
  .product-detail.product-wrapper .product-detail-cta.fixedCartBtn .atc-qty-btn-group .btn {
    min-width: auto; }
  button#embeddedMessagingConversationButton {
    bottom: 0.75rem; } }

.shipping-error-msg {
  border-radius: 0.5rem;
  background-color: #fff2f2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.learn-more-container {
  background-color: #f3f3f7;
  border-radius: 20px; }
  .learn-more-container .h3 {
    font-size: 1.625rem; }
    @media (min-width: 1200px) {
      .learn-more-container .h3 {
        font-size: 2.375rem; } }
  .learn-more-container .subheading-text {
    font-family: "ProximaNova-Black", sans-serif;
    font-size: 0.9375rem; }
    @media (min-width: 1200px) {
      .learn-more-container .subheading-text {
        font-size: 1.25rem; } }
  .learn-more-container figcaption {
    font-family: "ProximaNova-Black", sans-serif; }

.funko-101-badge {
  min-width: 3.75rem;
  height: auto;
  aspect-ratio: 1 auto; }
  @supports not (aspect-ratio: 1) {
    .funko-101-badge::before {
      float: left;
      padding-top: 100%;
      content: ''; }
    .funko-101-badge::after {
      display: block;
      content: '';
      clear: both; } }
  @media (min-width: 1200px) {
    .funko-101-badge {
      width: auto; } }

@media (min-width: 768px) {
  .left-content {
    max-width: 33.25rem;
    margin-right: auto; } }

@media (min-width: 1200px) {
  .left-content {
    margin-left: 2.5rem; } }

@media (min-width: 1400px) {
  .left-content {
    margin-left: 6.25rem; } }

/**
  Component - Funko product carousel styles
**/
/**
  Component - Shared product carousel styles
**/
.product-carousel .glide__slides,
.articles-carousel .glide__slides {
  min-width: 100%; }

.product-carousel .glide__arrow,
.articles-carousel .glide__arrow {
  box-shadow: none; }
  .product-carousel .glide__arrow:focus,
  .articles-carousel .glide__arrow:focus {
    outline: 2px solid #6c6c6c; }

.product-carousel .glide__arrow,
.articles-carousel .glide__arrow {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .product-carousel .glide__arrow .svg-symbol,
  .articles-carousel .glide__arrow .svg-symbol {
    padding-left: 2px; }

.product-carousel .glide__arrow--right,
.product-carousel .glide__arrow--left,
.articles-carousel .glide__arrow--right,
.articles-carousel .glide__arrow--left {
  border-radius: 25px;
  top: calc(50% - 40px); }
  @media (min-width: 768px) {
    .product-carousel .glide__arrow--right,
    .product-carousel .glide__arrow--left,
    .articles-carousel .glide__arrow--right,
    .articles-carousel .glide__arrow--left {
      background-color: #f3f3f7;
      height: 2.75rem;
      width: 2.75rem;
      top: calc(50% - 40px); } }

.product-carousel .glide__arrow--left,
.articles-carousel .glide__arrow--left {
  left: 0; }

.product-carousel .glide__arrow--right,
.articles-carousel .glide__arrow--right {
  right: 0; }

.product-carousel .glide__arrow--disabled,
.articles-carousel .glide__arrow--disabled {
  opacity: 0.01;
  visibility: hidden; }

.product-carousel .prev-control-icon,
.articles-carousel .prev-control-icon {
  transform: rotate(180deg); }

@media (max-width: 1199.98px) {
  .product-carousel .glide__track,
  .articles-carousel .glide__track {
    overflow: visible; } }

.product-carousel .glide__slide,
.articles-carousel .glide__slide {
  padding: 0.375rem;
  height: auto;
  max-width: 50%; }
  @media (min-width: 1200px) {
    .product-carousel .glide__slide,
    .articles-carousel .glide__slide {
      max-width: 25%; } }
  @media (min-width: 1400px) {
    .product-carousel .glide__slide,
    .articles-carousel .glide__slide {
      max-width: 20%; } }

.product-carousel .glide__arrow,
.articles-carousel .glide__arrow {
  border: 0; }

@media (max-width: 543.98px) {
  .product-carousel .glide__arrow--right,
  .product-carousel .glide__arrow--left,
  .articles-carousel .glide__arrow--right,
  .articles-carousel .glide__arrow--left {
    background-color: transparent; } }

.product-carousel .glide__arrow--right,
.articles-carousel .glide__arrow--right {
  right: 0.75rem; }
  @media (min-width: 768px) {
    .product-carousel .glide__arrow--right,
    .articles-carousel .glide__arrow--right {
      right: 0.375rem; } }

.product-carousel .glide__arrow--left,
.articles-carousel .glide__arrow--left {
  left: 0.75rem; }
  @media (min-width: 768px) {
    .product-carousel .glide__arrow--left,
    .articles-carousel .glide__arrow--left {
      left: 0.375rem; } }

@media (max-width: 767.98px) {
  .product-carousel .prev-control-icon,
  .product-carousel .next-control-icon,
  .articles-carousel .prev-control-icon,
  .articles-carousel .next-control-icon {
    height: 1.25rem;
    width: 0.875rem; } }

/**
  Component - Funko pdp carousel styles
**/
.primary-images {
  background-color: var(--skin-background-color-2); }
  .primary-images .pdp-carousel {
    position: relative; }
  .primary-images .pdp-main-carousel {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    max-width: 100%; }
    .primary-images .pdp-main-carousel .glide__slides {
      -ms-touch-action: pan-y pinch-zoom;
          touch-action: pan-y pinch-zoom; }
    .primary-images .pdp-main-carousel .glide__slide {
      aspect-ratio: 1 auto; }
      @supports not (aspect-ratio: 1) {
        .primary-images .pdp-main-carousel .glide__slide::before {
          float: left;
          padding-top: 100%;
          content: ''; }
        .primary-images .pdp-main-carousel .glide__slide::after {
          display: block;
          content: '';
          clear: both; } }
    .primary-images .pdp-main-carousel .download-btn {
      bottom: 0.5rem;
      right: 1rem;
      font-size: 0.6875rem; }
    .primary-images .pdp-main-carousel .fullsize-link {
      bottom: 1.75rem;
      right: 1rem;
      font-size: 0.6875rem; }
  .primary-images .glide__bullets {
    position: absolute;
    bottom: -1.375rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 20px); }
    @media (min-width: 544px) {
      .primary-images .glide__bullets {
        max-width: 12.1875rem; } }
    @media (min-width: 768px) {
      .primary-images .glide__bullets {
        max-width: 22.8125rem; } }
    @media (min-width: 1200px) {
      .primary-images .glide__bullets {
        max-width: 17.8125rem; } }
    @media (min-width: 1400px) {
      .primary-images .glide__bullets {
        max-width: 21.25rem; } }
  .primary-images .glide__bullet {
    position: relative;
    height: 1.25rem;
    width: 1.25rem;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    border-radius: 50%;
    outline: none;
    transition: none;
    margin: 0;
    margin-top: 0.5rem;
    box-shadow: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: transparent; }
    .primary-images .glide__bullet:not(:last-of-type) {
      margin-right: 0.25rem; }
    .primary-images .glide__bullet::before {
      content: "";
      width: 0.625rem;
      /* visual size of dot */
      height: 0.625rem;
      border-radius: 50%;
      background-color: var(--skin-main-text-color-1); }
    .primary-images .glide__bullet--active::after {
      content: '';
      height: 1rem;
      width: 1rem;
      position: absolute;
      border: 1px solid var(--skin-main-text-color-1);
      top: 50%;
      left: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%); }
    .primary-images .glide__bullet:focus {
      box-shadow: 0 0 0 2px #0070cc;
      outline: 0; }
  .primary-images .pdp-thumb-carousel {
    position: relative; }
    .primary-images .pdp-thumb-carousel .carousel-navigation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .primary-images .pdp-thumb-carousel .glide__arrow {
      box-shadow: none;
      border: 0;
      background-color: transparent; }
      .primary-images .pdp-thumb-carousel .glide__arrow.glide__arrow--disabled {
        opacity: 0.01;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
        visibility: hidden; }
      .primary-images .pdp-thumb-carousel .glide__arrow:focus {
        border: 2px solid #6c6c6c; }
  .primary-images .pdp-carousel-thumbs {
    z-index: 1; }
  .primary-images .pdp-carousel-thumb {
    border-radius: 6px;
    cursor: pointer;
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow: hidden; }
    .primary-images .pdp-carousel-thumb img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .primary-images .pdp-carousel-thumb:not(:last-of-type) {
      margin-bottom: 10px; }
  .primary-images .pdp-carousel.single-image .pdp-thumb-carousel,
  .primary-images .pdp-carousel.single-image .pdp-carousel-bullets {
    display: none !important; }
  .primary-images .pdp-carousel.single-image .pdp-main-carousel {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  @media (min-width: 1200px) {
    .primary-images .pdp-carousel:not(.single-image) .pdp-main-carousel {
      -ms-flex: 0 1 calc(100% - 95px);
          flex: 0 1 calc(100% - 95px);
      max-width: calc(100% - 95px); }
    .primary-images .pdp-carousel:not(.single-image) .pdp-thumb-carousel {
      width: 5.9375rem;
      height: 24.375rem; }
    .primary-images .pdp-carousel:not(.single-image) .carousel-navigation {
      height: 26.25rem; }
    .primary-images .pdp-carousel:not(.single-image) .pdp-carousel-thumb {
      width: 4.375rem;
      height: 4.375rem !important; } }
  @media (min-width: 1400px) {
    .primary-images .pdp-carousel:not(.single-image) .pdp-main-carousel {
      -ms-flex: 0 1 calc(100% - 132px);
          flex: 0 1 calc(100% - 132px);
      max-width: calc(100% - 132px); }
    .primary-images .pdp-carousel:not(.single-image) .pdp-thumb-carousel {
      width: 8.25rem;
      height: 31.25rem; }
    .primary-images .pdp-carousel:not(.single-image) .carousel-navigation {
      height: 33.125rem; }
    .primary-images .pdp-carousel:not(.single-image) .pdp-carousel-thumb {
      width: 5.75rem;
      height: 5.75rem !important; } }

.primary-images .wishlist-link-intile .wishlist,
.primary-images .wishlist-link-intile .wishlist-filled {
  width: 2rem;
  height: 1.8125rem; }

.primary-images .pdp-thumb-carousel .glide__arrow--prev {
  top: -0.75rem; }

.primary-images .pdp-thumb-carousel .glide__arrow--next {
  bottom: -20px;
  top: unset; }

.primary-images .pdp-thumb-carousel .carat-right-md-rounded {
  filter: invert(45%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(92%) contrast(90%); }

.primary-images .pdp-carousel-thumb {
  border: 2px solid #fff;
  padding: 0.25rem;
  outline-offset: -2px; }
  .primary-images .pdp-carousel-thumb.slide-active {
    background-color: #fff;
    border-color: #6c6c6c; }

/**
  Component - Funko  Better Together component styles
**/
.better-together .better-together-title {
  font-size: 1.625rem;
  line-height: 1.07692; }
  @media (min-width: 1200px) {
    .better-together .better-together-title {
      font-size: 1.5rem;
      line-height: 0.66667;
      letter-spacing: 0.3px; } }

.better-together .base-product,
.better-together .protector {
  -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
  @media (min-width: 1200px) {
    .better-together .base-product,
    .better-together .protector {
      -ms-flex: 0 0 46%;
          flex: 0 0 46%; } }

.better-together .product {
  background: var(--skin-product-tile-background-color-2);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.25);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  position: relative; }
  @media (min-width: 1200px) {
    .better-together .product {
      border-radius: 12px; } }

.better-together .product-tile {
  background-color: var(--skin-product-tile-background-color-2);
  border: 7px solid var(--skin-product-tile-border-color-2); }
  @media (min-width: 768px) {
    .better-together .product-tile {
      border: 20px solid var(--skin-product-tile-border-color-2); } }

.better-together .product-name-style {
  font-family: "ProximaNova-Black", sans-serif;
  line-height: 1; }
  @media (max-width: 767.98px) {
    .better-together .product-name-style {
      font-size: 0.9375rem; } }

@media (max-width: 767.98px) {
  .better-together .price {
    margin-bottom: 0.625rem; } }

.better-together .image-link {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center; }

.better-together .total-price {
  font-size: 1.5rem;
  line-height: 1.41667;
  letter-spacing: 0.3px; }
  .better-together .total-price .starting,
  .better-together .total-price .range,
  .better-together .total-price .sales {
    font-weight: 500; }

.better-together .crown-icon-container svg {
  left: 22px; }

/**
  Component - Funko pdp contnet styles
**/
.pdp-body-style {
  font-size: 0.9375rem;
  line-height: 1.13333;
  font-family: "ProximaNova-Medium", sans-serif; }
  @media (min-width: 1200px) {
    .pdp-body-style {
      font-size: 1rem;
      line-height: 1.25;
      letter-spacing: 0.2px; } }

.video-link {
  font-size: 1.625rem;
  line-height: 1.07692;
  font-family: "ProximaNova-Black", sans-serif;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .video-link {
      font-size: 2.375rem;
      line-height: 1; } }

.video-description {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "ProximaNova-Medium", sans-serif; }
  @media (min-width: 1200px) {
    .video-description {
      font-size: 1.125rem;
      line-height: 1.44444; } }

/**
  Component - Funko product set styles
**/
/**
  Component - Shared product set styles
**/
.product-set-detail .more-details-text {
  padding-right: 0.5rem; }

.product-set-detail .shop-the-set-label {
  font-size: 1.75rem;
  line-height: 1.46429; }

.product-set-detail .set-item {
  position: relative;
  cursor: pointer; }
  .product-set-detail .set-item .wishlist-link-intile {
    display: none; }

@media (max-width: 767.98px) {
  .product-set-detail .atc-qty-btn-group {
    width: 90%; } }

.product-set-detail .atc-qty-btn-group .btn.label-lg {
  font-size: 1rem; }

.product-set-detail hr {
  border-color: #111;
  opacity: 0.1; }

.product-set-detail .set-items-container {
  border: 1px solid #ebebf1;
  border-radius: 16px; }

.product-set-detail .set-items-count {
  font-size: 1.25rem; }

.product-set-detail .set-price-note {
  font-size: 14px;
  color: #6c6c6c;
  font-family: 'ProximaNova-Regular';
  margin-top: 2px; }

.product-set-detail .price-breakdown {
  font-size: 20px;
  color: #6c6c6c; }

.product-set-detail .protector-message {
  font-size: 14px;
  color: #6c6c6c; }

.product-set-detail .set-items-container [data-toggle=collapse] .arrow-up {
  width: 1rem;
  height: 1rem;
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1); }

.product-set-detail .set-items-container [data-toggle=collapse].collapsed .arrow-up {
  transform: rotate(180deg); }

.product-set-detail .set-items-container .set-items-arrow {
  background-color: #ebebf1;
  border-radius: 50%;
  padding: 8px; }

.product-set-detail .outofstock-message {
  color: #b54708;
  font-size: 0.875rem; }
  .product-set-detail .outofstock-message .info {
    width: 1rem;
    height: 1rem; }

.product-set-detail .product-out-of-stock {
  display: inline-block;
  width: 5.5625rem;
  font-size: 12px;
  padding: 2px;
  line-height: 16px;
  background-color: #ebebf1; }

.product-set-detail .unpurchasable-set-item img {
  opacity: 0.5; }

@media (min-width: 768px) {
  .product-set-detail .product-detail-cta .out-of-stock.label-lg,
  .product-set-detail .product-detail-cta .notify-me.label-lg {
    padding: 0.75rem 1.25rem !important;
    line-height: 1.5rem; } }

.product-set-detail .more-details-text {
  letter-spacing: 0.3px;
  font-family: "ProximaNova-Semibold", sans-serif; }

.product-set-detail .product-name {
  letter-spacing: 0.3px;
  line-height: 1.25; }

.product-set-detail .product-flag {
  font-size: 1rem;
  letter-spacing: 0.3px; }

.product-set-detail .set-item .price,
.product-set-detail .set-item .sales {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "ProximaNova-Regular", sans-serif; }
  @media (min-width: 768px) {
    .product-set-detail .set-item .price,
    .product-set-detail .set-item .sales {
      font-size: 1rem;
      line-height: 1.25; } }

.product-set-detail .set-item .low-stock {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "ProximaNovaCond-Bold", sans-serif; }

.product-set-detail .set-item .select-variation-label {
  font-family: "ProximaNova-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857;
  letter-spacing: 0.3px; }

@media (max-width: 767.98px) {
  .product-set-detail .set-item .product-license {
    font-size: 0.9375rem;
    line-height: 1.26667; } }

.product-set-detail .size-chart-button {
  display: none; }

.product-set-detail .btn.label-lg {
  height: 3.25rem;
  padding: 12px 20px;
  font-size: 1.375rem;
  line-height: 22px;
  border-radius: 99px; }
  @media (min-width: 768px) {
    .product-set-detail .btn.label-lg {
      min-width: 12.375rem !important;
      max-width: 12.375rem !important; } }

.product-set-detail .atc-qty-btn-group .btn.label-lg {
  min-width: 8rem !important; }
  .product-set-detail .atc-qty-btn-group .btn.label-lg.in-cart {
    line-height: 1.5625; }

.product-set-detail .product-out-of-stock {
  color: #2d2d2d; }

/**
  Component - Funko Gift Box styles
**/
/**
  Component - Shared Gift Box styles
**/
.checkbox-checked,
.checkbox-unchecked {
  stroke: #111;
  stroke-width: 2;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.25rem; }

.gift-box-btn-style + .gift-bag-input-label .checkbox-unchecked,
.gift-box-btn-style + .gift-bag-input-label .checkbox-checked {
  margin-bottom: 0.125rem; }

.gift-box-btn-style.checked + .gift-bag-input-label .checkbox-unchecked {
  display: none; }

.gift-box-btn-style:not(.checked) + .gift-bag-input-label .checkbox-checked {
  display: none; }

.gift-box-text {
  font-size: 1rem;
  letter-spacing: 0.3px; }

.gift-box-quantity,
.gift-bag-quantity {
  color: #111;
  background-size: auto;
  box-shadow: none;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.gift-box-quantity {
  width: 4.375rem;
  height: 2.375rem;
  border: 2px solid transparent;
  background-color: #f3f3f7;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 1.06939C8.75 0.787017 8.62341 0.507469 8.37023 0.29569C7.8801 -0.110925 7.10109 -0.0968058 6.63368 0.329575L4.37454 2.38524L2.1154 0.329575C1.64475 -0.0968058 0.868979 -0.110925 0.37885 0.29569C-0.111279 0.705129 -0.127509 1.38 0.339899 1.80638L3.48517 4.66963C3.71563 4.8814 4.03697 5 4.37454 5C4.70887 5 5.03021 4.8814 5.26391 4.66963L8.40918 1.80638C8.63964 1.60025 8.75 1.33482 8.75 1.06939Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-position: 35% 70%;
  font-family: "ProximaNovaCond-Regular", sans-serif;
  font-size: 1.125rem;
  margin: 0 0 0 0.3125rem;
  padding: 0.1875rem 0.3125rem 0rem 2.3125rem;
  border-radius: 1.5rem; }
  .gift-box-quantity:focus {
    border-color: transparent;
    outline: 2px solid #0070cc;
    outline-offset: 0;
    box-shadow: none; }

.product-detail .product-name {
  color: #111;
  font-family: "ProximaNova-Black", sans-serif; }

.product-detail .product-details-container .price {
  font-size: 1.375rem;
  line-height: 1.18182; }
  @media (min-width: 768px) {
    .product-detail .product-details-container .price {
      line-height: 1.40909; } }

.product-detail .product-badge {
  line-height: 1.1875;
  letter-spacing: 0.3px;
  font-family: "ProximaNova-Bold", sans-serif; }
  @media (max-width: 767.98px) {
    .product-detail .product-badge {
      font-size: 0.9375rem; } }
  @media (min-width: 768px) {
    .product-detail .product-badge {
      line-height: 1.4375; } }

.product-detail .product-features {
  color: #0070cc; }

.product-detail .in-stock-date {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1rem; }

.product-detail .size-chart-button {
  font-family: "ProximaNova-Regular", sans-serif; }

.product-detail .long-description {
  font-size: 0.9375rem;
  line-height: 1.13333; }
  @media (min-width: 768px) {
    .product-detail .long-description {
      font-size: 1rem;
      line-height: 1.25;
      letter-spacing: 0.3px; } }

.product-detail .more-details-btn .show-more-icon {
  width: 0.4375rem;
  height: 0.6875rem; }

.product-detail .more-details-text {
  padding-right: 0.3125rem;
  font-family: "ProximaNova-Semibold", sans-serif;
  letter-spacing: 0.3px; }

.product-detail .details-info .primary-category,
.product-detail .details-info .product-license,
.product-detail .details-info .product-type,
.product-detail .details-info .product-features-label {
  font-size: 0.9375rem;
  line-height: 1.13333; }
  @media (min-width: 768px) {
    .product-detail .details-info .primary-category,
    .product-detail .details-info .product-license,
    .product-detail .details-info .product-type,
    .product-detail .details-info .product-features-label {
      font-size: 1rem;
      line-height: 1.125;
      letter-spacing: 0.2px; } }

.product-detail .details-info .inline-link {
  font-family: "ProximaNova-Regular", sans-serif; }

.product-detail .product-id {
  font-size: 0.9375rem;
  line-height: 1.13333; }
  @media (min-width: 768px) {
    .product-detail .product-id {
      font-size: 1rem;
      line-height: 1.125;
      letter-spacing: 0.2px; } }

.product-detail .california-residents {
  font-size: 0.9375rem;
  line-height: 1.13333; }
  @media (min-width: 768px) {
    .product-detail .california-residents {
      letter-spacing: 0.3px;
      font-size: 0.875rem;
      line-height: 1.42857; } }

.product-detail .shop-exclusives {
  font-size: 0.875rem;
  line-height: 1.42857;
  letter-spacing: 0.3px; }

.product-detail .limit-house-hold,
.product-detail .product-final-sale {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1rem; }

.product-detail .product-flag {
  height: 1.5rem; }
  @media (max-width: 767.98px) {
    .product-detail .product-flag {
      font-size: 1.0625rem; } }

.product-detail .callout-message {
  font-size: 0.8125rem;
  line-height: 1.30769; }
  @media (min-width: 768px) {
    .product-detail .callout-message {
      font-size: 0.875rem;
      line-height: 1.28571; } }

.product-detail .product-detail-cta .drops-at {
  font-family: "ProximaNova-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #0070cc; }
  @media (min-width: 1200px) {
    .product-detail .product-detail-cta .drops-at {
      font-size: 1.3125rem; } }

.product-detail .product-detail-cta .out-of-stock.label-lg,
.product-detail .product-detail-cta .notify-me.label-lg {
  font-size: 1.25rem; }
  @media (min-width: 1200px) {
    .product-detail .product-detail-cta .out-of-stock.label-lg,
    .product-detail .product-detail-cta .notify-me.label-lg {
      font-size: 1.375rem;
      padding: 0.5625rem; } }

@media (min-width: 768px) {
  .product-detail .product-detail-cta .out-of-stock {
    display: inline-block !important; } }

.product-detail.product-wrapper .product-detail-cta .atc-qty-btn-group .btn {
  min-width: 14.375rem; }

.product-detail .product-app-catalog {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #c92a1d; }

.wishlist-link-intile .wishlist,
.wishlist-link-intile .wishlist-filled {
  width: 2rem;
  height: 1.8125rem; }

.set-item-modal .btn-wishlist:hover .wishlist, .set-item-modal .btn-wishlist:focus .wishlist {
  fill: #111; }

.set-item-modal .btn-wishlist:focus:active .wishlist {
  fill: #fff; }

/**
  Component - Shared Gift Box Modal styles
**/
.gift-box-price {
  font-size: 1.25rem;
  line-height: 0.85; }

.gift-box-content {
  font-size: 0.9375rem;
  line-height: 1.13333;
  letter-spacing: 0.3px; }
  @media (min-width: 544px) {
    .gift-box-content {
      font-size: 1rem;
      line-height: 1.3125; } }

/*# sourceMappingURL=fnk-productDetail.css.map*/