/**
  Funko Search 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.
**/
.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; }

/**
  Component - Funko search styles
**/
/**
  Component - Shared Site search styles
**/
.search-nav {
  pointer-events: none; }
  @media (max-width: 1199.98px) {
    .search-nav .nav-tabs-wrapper {
      width: 65%; } }
  .search-nav .nav-item {
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .search-nav .nav-link {
    filter: drop-shadow(0 0 3px white);
    pointer-events: auto; }
    .search-nav .nav-link.active {
      color: #111;
      background-color: transparent; }

.grid-footer {
  min-height: 5.625rem; }

.search-results .grid-header {
  border-bottom: 1px solid var(--skin-border-color-1); }

.search-results .filter-results {
  border-radius: 0; }
  .search-results .filter-results:hover, .search-results .filter-results:focus {
    outline-offset: 5px;
    outline-color: var(--skin-main-text-color-1);
    color: var(--skin-main-text-color-1);
    background-color: transparent; }

.search-results .result-count {
  display: -ms-flexbox;
  display: flex; }
  .search-results .result-count:focus {
    outline: 2px solid #0070cc !important; }

.search-results .tab-content {
  width: 100%;
  position: relative; }

.search-results .filter-bar .reset,
.search-results .refinement-bar .reset {
  background-color: transparent;
  color: var(--skin-main-text-color-1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0; }

.search-results .refinement-bar {
  position: fixed !important;
  z-index: 1050;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 508px;
  height: 100%;
  overflow: scroll;
  background-color: #fff;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .search-results .refinement-bar:not(.show) {
    transform: translateX(100%); }
  .search-results .refinement-bar .filter-header {
    color: var(--skin-main-text-color-1);
    background-color: var(--skin-background-color-1);
    border-bottom: 1px solid var(--skin-border-color-1); }
  .search-results .refinement-bar .card,
  .search-results .refinement-bar .card-header {
    border: none;
    border-radius: 0; }
  .search-results .refinement-bar .expanded-indicator {
    transform: rotate(90deg); }
  .search-results .refinement-bar .active .expanded-indicator,
  .search-results .refinement-bar .title:not(.collapsed) .expanded-indicator {
    transform: rotate(-90deg); }
  .search-results .refinement-bar .values {
    list-style: none;
    padding: 0;
    margin: 0 0 0.625rem 0; }
  .search-results .refinement-bar .refinement-value {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 0;
    background-color: transparent; }
  .search-results .refinement-bar .checkbox-checked,
  .search-results .refinement-bar .checkbox-unchecked {
    stroke: #111; }

.search-results .tab-pane {
  background-color: #f3f3f7;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1200px) {
    .search-results .tab-pane {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.filter-value-container {
  overflow: hidden;
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }

.reset-item {
  margin-left: 20px; }

.filter-value-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch; }
  .filter-value-list::-webkit-scrollbar {
    display: none; }
  .filter-value-list .filter-value:first-of-type {
    margin-left: 20px; }

.filter-search-container {
  position: relative; }

.filter-search-button {
  right: 0.9375rem; }

.other-site-results-logo {
  position: relative; }
  .other-site-results-logo-btn {
    position: relative;
    top: 0.125rem; }

@media (min-width: 768px) {
  .search-results .tab-content {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .search-results .item-count {
    position: absolute;
    right: 0.625rem;
    top: calc(50% - 16px); } }

@media (max-width: 767.98px) {
  .search-results {
    padding-left: 10px;
    padding-right: 10px; }
    .search-results .grid-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; } }

.csr-search-container .search-button-style {
  vertical-align: middle;
  transform: none;
  top: calc(50% - 8px); }

@media (max-width: 767.98px) {
  .category-seo-block .pape-title {
    font-size: 1.3125rem; } }

/**
  Component - Funko Search Result banner styles
**/
.search-banner {
  position: relative; }
  .search-banner .banner-image-wrapper {
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: -0.9375rem;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    .search-banner .banner-image-wrapper:not(.no-animate):hover {
      transform: translateY(-1.375rem); }
    @media (min-width: 768px) {
      .search-banner .banner-image-wrapper {
        right: 4%; } }
    @media (min-width: 1200px) {
      .search-banner .banner-image-wrapper {
        right: 8%; }
        .search-banner .banner-image-wrapper:not(.no-animate):hover {
          transform: translateY(-2.75rem); } }

.category-banner .banner-image-wrapper,
.account-banner .banner-image-wrapper {
  bottom: calc(-1.25rem + -1.375rem); }
  @media (min-width: 1200px) {
    .category-banner .banner-image-wrapper,
    .account-banner .banner-image-wrapper {
      bottom: calc(-1.5625rem + -2.75rem); } }

.no-result-banner .banner-image-wrapper,
.product-result-banner .banner-image-wrapper {
  bottom: calc(-3.625rem + -1.375rem); }
  @media (min-width: 1200px) {
    .no-result-banner .banner-image-wrapper,
    .product-result-banner .banner-image-wrapper {
      bottom: calc(-6.125rem + -2.75rem); } }

.col-page-heading {
  max-width: calc(100% - 110px); }
  @media (min-width: 1200px) {
    .col-page-heading {
      max-width: calc(96% - 135px); } }
  @media (min-width: 1200px) {
    .col-page-heading {
      max-width: calc(92% - 265px); } }
  @media (min-width: 1200px) {
    .col-page-heading {
      max-width: calc(92% - 315px); } }

/**
 * Component - Funko Search typography styles
*/
.search-eyebrow-style {
  font-size: 0.8125rem;
  line-height: 1.15385; }
  @media (min-width: 1200px) {
    .search-eyebrow-style {
      font-size: 1.375rem; } }

@media (max-width: 767.98px) {
  .search-h1-style {
    font-size: 1.5rem;
    line-height: 1.08333; } }

.nav-link-search-style {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .nav-link-search-style {
      font-size: 1.625rem;
      line-height: 1.1; } }

.item-count-style {
  font-size: 0.8125rem;
  line-height: 1.23077; }
  @media (min-width: 768px) {
    .item-count-style {
      font-size: 1rem; } }

.result-count-style,
.result-count {
  font-size: 0.75rem;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .result-count-style,
    .result-count {
      font-size: 1.125rem;
      line-height: 0.88889;
      font-family: "ProximaNova-Semibold", sans-serif; } }

.filter-header-title-style {
  font-size: 1.125rem;
  text-transform: uppercase; }

.clear-all-style {
  font-size: 0.8125rem;
  text-transform: uppercase;
  white-space: nowrap; }

.refinement-title-style {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.375rem;
  line-height: 0.72727;
  text-transform: uppercase;
  color: var(--skin-main-text-color-1);
  border: none;
  background: transparent;
  padding: 0; }

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

/**
  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; } }

.search-nav .nav-link {
  padding: 0; }
  .search-nav .nav-link.active {
    border-bottom: 4px solid #111; }

.search-results .filter-bar .reset,
.search-results .refinement-bar .reset {
  position: relative;
  transition: color 0.24s cubic-bezier(0, 0, 0.2, 1); }
  .search-results .filter-bar .reset::after,
  .search-results .refinement-bar .reset::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0 solid var(--skin-main-text-color-1);
    border-bottom-width: 1px;
    transition: border-color 0.24s cubic-bezier(0, 0, 0.2, 1); }
  .search-results .filter-bar .reset:hover,
  .search-results .refinement-bar .reset:hover {
    color: #6c6c6c; }
    .search-results .filter-bar .reset:hover::after,
    .search-results .refinement-bar .reset:hover::after {
      border-color: #6c6c6c; }

.search-results .refinement-bar .refinement-value {
  margin-bottom: 0.625rem; }

.search-results .filter-bar .reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 0.75rem; }
  .search-results .filter-bar .reset::after {
    bottom: -1px; }
  @media (min-width: 1200px) {
    .search-results .filter-bar .reset {
      font-size: 1rem; } }

.search-field::-webkit-input-placeholder {
  text-transform: uppercase;
  opacity: 1; }

.search-field:-ms-input-placeholder {
  text-transform: uppercase;
  opacity: 1; }

.search-field::placeholder {
  text-transform: uppercase;
  opacity: 1; }

.filter-value .btn {
  font-size: 0.875rem; }
  .filter-value .btn:hover .search-close-x, .filter-value .btn:focus .search-close-x {
    fill: #111;
    stroke: #111; }

.search-close-x {
  height: 0.625rem;
  width: 0.625rem;
  fill: #fff;
  stroke: #fff; }

.other-site-results {
  color: #111; }
  .other-site-results .text-wrapper {
    font-size: 0.9375rem;
    line-height: 1.13333; }
    @media (min-width: 1200px) {
      .other-site-results .text-wrapper {
        font-size: 1.25rem;
        line-height: 1; } }
    .other-site-results .text-wrapper strong {
      font-family: "ProximaNova-Bold", sans-serif; }
  .other-site-results .btn-tertiary {
    color: #111; }

.other-site-results-logo {
  width: 6.625rem;
  height: 2rem;
  margin-left: 0.5rem;
  top: 0.5625rem; }
  .other-site-results-logo-btn {
    width: 4.9375rem;
    height: 1.25rem; }

.filter-search-container .search-field {
  width: 100%; }

@media (min-width: 1200px) {
  .filter-search-container .filter-search-button {
    top: 15px; } }

.product-result-count {
  letter-spacing: 1px; }

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