:host {
  display: inline-block;
  width: 146px;
  height: 218px;
}
:host .thumbnail-content {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
  justify-content: center;
  align-content: center;
}
:host .thumbnail-content:hover .skin-content {
  opacity: 1;
}
:host .thumbnail-content .skin-content {
  opacity: 0.8;
  overflow: hidden;
  width: 130px;
  height: 193px;
  position: relative;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}
:host .thumbnail-content .skin-content .content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/fe/lol-skins-viewer/images/card-background.png") no-repeat;
  background-size: contain;
}
:host .thumbnail-content .skin-content .content-wrapper .emblem {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  left: 0;
  bottom: 10px;
  width: 100%;
  max-height: 74px;
}
:host .thumbnail-content .skin-content .content-wrapper .emblem .emblem-img {
  max-width: 100px;
}
:host .thumbnail-content .skin-content .content-wrapper .emblem.hidden {
  display: none;
}
:host .thumbnail-content .skin-content ::content lol-uikit-thumbnail {
  border: none;
}
:host .thumbnail-content .skin-content ::content lol-uikit-thumbnail img {
  max-width: 100%;
}
:host .thumbnail-content .skin-content .splash-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
:host .thumbnail-content .skin-content .splash-video-wrapper .splash-start-video {
  position: absolute;
  width: 130px;
  left: 0px;
  top: 0px;
}
:host .thumbnail-content .skin-content .splash-video-wrapper .splash-video {
  position: absolute;
  width: 130px;
  left: 0px;
  top: 0px;
}
:host .thumbnail-content .skin-content .hidden {
  display: none;
}
:host .thumbnail-content .skin-border-wrapper {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
}
:host .thumbnail-content .skin-border-wrapper .skin-border {
  background-size: contain;
  background-repeat: no-repeat;
  width: 132px;
  height: 227px;
}
:host .thumbnail-content .skin-border-wrapper .linger-video-wrapper {
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% - 14px);
  overflow: hidden;
}
:host .thumbnail-content .skin-border-wrapper .linger-video-wrapper .linger-video {
  position: absolute;
  left: -32.5px;
  top: -21px;
  width: 209px;
  height: 259px;
  backface-visibility: hidden;
}
:host .thumbnail-content .skin-border-wrapper .hidden {
  display: none;
}
:host .thumbnail-content.show-linger-effect:before {
  content: '';
  position: absolute;
  width: 173px;
  height: 110%;
  top: -23px;
  left: -9px;
  background-image: url("/fe/lol-skins-viewer/images/borders/linger-effect-background.png");
  background-repeat: no-repeat;
  background-size: contain;
}
:host .thumbnail-content.show-linger-effect .skin-border-wrapper:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 127px;
  top: 39.5px;
  right: 8.5px;
  background: url("/fe/lol-skins-viewer/images/borders/linger-effect-side.png") no-repeat;
  background-size: contain;
}
:host .thumbnail-content.show-linger-effect .skin-border-wrapper .skin-border:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 127px;
  top: 39.5px;
  left: 1px;
  transform: scaleX(-1);
  background: url("/fe/lol-skins-viewer/images/borders/linger-effect-side.png") no-repeat;
  background-size: contain;
}
:host([owned]:not([owned='false'])) .thumbnail-content .skin-content {
  -webkit-clip-path: polygon(12px 2px, 3px 12px, 3px 36px, 5px 38px, 5px 159px, 3px 162px, 4px 171px, 0px 173px, 0px 184px, 11px 193px, 117px 193px, 130px 184px, 130px 173px, 126px 171px, 126px 162px, 125px 159px, 125px 38px, 128px 36px, 128px 12px, 118px 2px, 70px 2px, 65px 8px, 60px 2px);
  margin-top: 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
:host([owned]:not([owned='false'])) .thumbnail-content .skin-border {
  position: relative;
}
:host([owned]:not([owned='false'])) .thumbnail-content .skin-border .skin-gem {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 33px;
  bottom: 0px;
  left: 0px;
}
:host([owned]:not([owned='false'])) .thumbnail-content .skin-border .skin-gem .gem {
  content: '';
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
:host([owned]:not([owned='false'])[rarity='ultimate']) .thumbnail-content :before {
  background-image: none;
}
:host([owned]:not([owned='false'])[rarity='ultimate']) .thumbnail-content .skin-border {
  background-image: url("/fe/lol-skins-viewer/images/borders/borders_ultimate.png");
}
:host([owned]:not([owned='false'])[rarity='ultimate']) .thumbnail-content .skin-border .skin-gem {
  height: 40.75px;
}
:host([owned]:not([owned='false'])[rarity='ultimate']) .thumbnail-content .skin-border .skin-gem .gem {
  width: 17px;
}
:host([owned]:not([owned='false'])[rarity='ultimate']) .thumbnail-content:hover:before {
  display: none;
}
:host([owned]:not([owned='false'])[rarity='mythic']) .thumbnail-content .skin-border {
  background-image: url("/fe/lol-skins-viewer/images/borders/borders_mythic.png");
}
:host([owned]:not([owned='false'])[rarity='mythic']) .thumbnail-content .skin-border .skin-gem {
  height: 40px;
}
:host([owned]:not([owned='false'])[rarity='mythic']) .thumbnail-content .skin-border .skin-gem .gem {
  width: 18px;
}
:host([owned]:not([owned='false'])[rarity='legendary']) .thumbnail-content .skin-border {
  background-image: url("/fe/lol-skins-viewer/images/borders/borders_legendary.png");
}
:host([owned]:not([owned='false'])[rarity='legendary']) .thumbnail-content .skin-border .skin-gem {
  height: 40px;
}
:host([owned]:not([owned='false'])[rarity='legendary']) .thumbnail-content .skin-border .skin-gem .gem {
  width: 18px;
}
:host([owned]:not([owned='false'])[rarity='epic']) .thumbnail-content .skin-border {
  background-image: url("/fe/lol-skins-viewer/images/borders/borders_epic.png");
}
:host([owned]:not([owned='false'])[rarity='epic']) .thumbnail-content .skin-border .skin-gem {
  height: 40.5px;
}
:host([owned]:not([owned='false'])[rarity='epic']) .thumbnail-content .skin-border .skin-gem .gem {
  width: 18px;
}
:host([owned]:not([owned='false'])[rarity='other']) .thumbnail-content .skin-border {
  background-image: url("/fe/lol-skins-viewer/images/borders/borders_normal.png");
}
:host(:not([owned])) .thumbnail-content:hover .skin-content .content-wrapper,
:host([owned='false']) .thumbnail-content:hover .skin-content .content-wrapper {
  opacity: 1;
}
:host(:not([owned])) .thumbnail-content .skin-content,
:host([owned='false']) .thumbnail-content .skin-content {
  border: 1px solid #3c3c41;
}
:host(:not([owned])) .thumbnail-content .skin-content .content-wrapper,
:host([owned='false']) .thumbnail-content .skin-content .content-wrapper {
  opacity: 0.3;
}
:host(:not([owned])) .thumbnail-content .skin-border,
:host([owned='false']) .thumbnail-content .skin-border {
  background-image: none;
}
:host(:not([owned])) .thumbnail-content .skin-border .skin-gem:after,
:host([owned='false']) .thumbnail-content .skin-border .skin-gem:after {
  background-image: none;
}
:host(:not([owned])) .thumbnail-content:hover .skin-content .skin-mask:before,
:host([owned='false']) .thumbnail-content:hover .skin-content .skin-mask:before {
  background: none;
}
.skin-viewer-root-component {
  position: relative;
}
.skin-viewer-root-component .skins-collection-container {
  padding: 0;
  height: calc(100% - 79px);
  display: flex;
  flex-direction: row;
  margin-top: 3px;
}
.skin-viewer-root-component .spinner-wrapper {
  width: 100%;
  height: 442px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.skin-viewer-root-component .spinner-wrapper .loading-spinner {
  width: 40px;
  height: 40px;
  background-image: url(/fe/lol-skins-viewer/images/assets/global/default/images/spinner.png);
  background-size: 40px;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.skin-viewer-root-component .spinner-wrapper.hidden {
  display: none;
}
.skin-viewer-root-component .loading-fade-in {
  -webkit-animation: fade-in 0.5s forwards;
}
.skin-viewer-root-component .loading-fade-out {
  -webkit-animation: spin 4000ms infinite linear, fade-out 0.5s forwards;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.skin-viewer-root-component .loading-hidden {
  opacity: 0;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label {
  font-family: var(--font-display);
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .count,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .legacy-count,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .count,
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-text-filter .skins-collection-search-text {
  font-family: var(--font-body);
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .count,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .legacy-count,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .count,
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-text-filter .skins-collection-search-text {
  -webkit-user-select: none;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .count,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .legacy-count,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .count,
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-text-filter .skins-collection-search-text {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label {
  text-transform: uppercase;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned:lang(ko-kr),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label:lang(ko-kr),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned:lang(ja-jp),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label:lang(ja-jp),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned:lang(tr-tr),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label:lang(tr-tr),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned:lang(el-gr),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label:lang(el-gr),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned:lang(th-th),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label:lang(th-th),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned:lang(zh-tw),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label:lang(zh-tw) {
  text-transform: none;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned {
  color: #f0e6d2;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.05em;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label {
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.075em;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label:lang(ja-jp) {
  font-size: 13px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label {
  color: #a09b8c;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .count,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .legacy-count,
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .count,
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-text-filter .skins-collection-search-text {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .count:lang(ja-jp),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .legacy-count:lang(ja-jp),
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .count:lang(ja-jp),
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-text-filter .skins-collection-search-text:lang(ja-jp) {
  font-size: 13px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned {
  background: linear-gradient(to bottom, #cdbe91 0%, #c8aa6e 35%, #765c29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skins-collection-control-pane {
  width: 194px;
  margin-right: 35px;
}
.skins-collection-control-pane .separator {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #1b292a;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 168px;
  margin-bottom: 0;
}
.skins-collection-control-pane .skin-collection-details-wrapper .top-frame {
  background-image: url("/fe/lol-skins-viewer/images/control-pane/control-pane-frame-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 1px;
  height: 145px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .bottom-frame {
  background-image: url("/fe/lol-skins-viewer/images/control-pane/control-pane-frame-bot.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 34px;
  width: 194px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-owned-summary-wrapper .skins-collection-owned-summary .skins-collection-total-owned-label {
  text-transform: uppercase;
  margin-top: 5px;
  max-width: 100px;
  text-align: center;
  direction: ltr;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-sets-and-breakdown {
  background-image: url("/fe/lol-skins-viewer/images/control-pane/control-pane-frame-mid.png");
  background-size: contain;
  display: flex;
  flex-direction: column;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets {
  display: flex;
  justify-content: center;
  margin: 12px 20px 0px 20px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set {
  display: flex;
  justify-content: space-between;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set {
  display: flex;
  flex-direction: column;
  min-width: 40px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 26px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .icon-wrapper .icon {
  width: 20px;
  height: 20px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .icon-wrapper .icon-legacy {
  width: 23px;
  height: 23px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .icon-wrapper .icon-skinline-set {
  width: 29px;
  height: 26px;
  margin-left: 8px;
  margin-right: 3px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .icon-wrapper .icon-champion-set {
  width: 29px;
  height: 26px;
  margin-left: 4px;
  margin-right: 7px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .count {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-total-sets .top-icon-set .set .legacy-count {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  justify-content: center;
  margin: 8px 5px 5px 5px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item {
  display: flex;
  width: 36px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 7px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .count {
  margin-bottom: 0px;
  margin-top: 8px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .icon-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  height: 20px;
  width: 20px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .icon-wrapper .icon {
  max-height: 20px;
  max-width: 20px;
}
.skins-collection-control-pane .skin-collection-details-wrapper .skins-collection-breakdown .item .clickable-icon {
  cursor: pointer;
}
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-text-filter .skins-collection-search-text {
  margin-top: 18px;
  width: 100%;
  padding: 0 0 0 27px;
  height: 30px;
  line-height: 30px;
}
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-ownership-filter {
  margin-top: 12px;
}
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-ownership-filter.invisible {
  visibility: hidden;
}
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-ownership-filter lol-uikit-flat-checkbox /deep/ label {
  margin-left: 12px;
}
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-grouping-options {
  margin-top: 40px;
}
.skins-collection-control-pane .skins-collection-search-panel .skins-collection-sort-options {
  margin-top: 12px;
}
.skins-collection-control-pane .skins-collection-search-panel lol-uikit-framed-dropdown::shadow .ui-dropdown dd.ui-dropdown-options-container ul.ui-dropdown-options lol-uikit-scrollable {
  max-height: 200px;
}
.skin-grid-component .no-owned-skin .message-container .message,
.skin-grid-component .no-matching-skin .message,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-subtitle,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title {
  font-family: var(--font-display);
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .universe-name,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-subtitle-wrapper .universe-subtitle {
  font-family: var(--font-body);
}
.skin-grid-component .no-owned-skin .message-container .message,
.skin-grid-component .no-matching-skin .message,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-subtitle,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .universe-name,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-subtitle-wrapper .universe-subtitle {
  -webkit-user-select: none;
}
.skin-grid-component .no-owned-skin .message-container .message,
.skin-grid-component .no-matching-skin .message,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-subtitle,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .universe-name,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-subtitle-wrapper .universe-subtitle {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.skin-grid-component .no-owned-skin .message-container .message,
.skin-grid-component .no-matching-skin .message,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title {
  text-transform: uppercase;
}
.skin-grid-component .no-owned-skin .message-container .message:lang(ko-kr),
.skin-grid-component .no-matching-skin .message:lang(ko-kr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title:lang(ko-kr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title:lang(ko-kr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title:lang(ko-kr),
.skin-grid-component .no-owned-skin .message-container .message:lang(ja-jp),
.skin-grid-component .no-matching-skin .message:lang(ja-jp),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title:lang(ja-jp),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title:lang(ja-jp),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title:lang(ja-jp),
.skin-grid-component .no-owned-skin .message-container .message:lang(tr-tr),
.skin-grid-component .no-matching-skin .message:lang(tr-tr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title:lang(tr-tr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title:lang(tr-tr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title:lang(tr-tr),
.skin-grid-component .no-owned-skin .message-container .message:lang(el-gr),
.skin-grid-component .no-matching-skin .message:lang(el-gr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title:lang(el-gr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title:lang(el-gr),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title:lang(el-gr),
.skin-grid-component .no-owned-skin .message-container .message:lang(th-th),
.skin-grid-component .no-matching-skin .message:lang(th-th),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title:lang(th-th),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title:lang(th-th),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title:lang(th-th),
.skin-grid-component .no-owned-skin .message-container .message:lang(zh-tw),
.skin-grid-component .no-matching-skin .message:lang(zh-tw),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title:lang(zh-tw),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title:lang(zh-tw),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title:lang(zh-tw) {
  text-transform: none;
}
.skin-grid-component .no-owned-skin .message-container .message,
.skin-grid-component .no-matching-skin .message {
  text-transform: none;
}
.skin-grid-component .no-owned-skin .message-container .message,
.skin-grid-component .no-matching-skin .message,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title {
  color: #f0e6d2;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.skin-grid-component .no-owned-skin .message-container .message,
.skin-grid-component .no-matching-skin .message {
  letter-spacing: 0.025em;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-title {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .universe-name,
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-subtitle-wrapper .universe-subtitle {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .universe-name:lang(ja-jp),
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-subtitle-wrapper .universe-subtitle:lang(ja-jp) {
  font-size: 13px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-subtitle {
  background: linear-gradient(to bottom, #cdbe91 0%, #c8aa6e 35%, #765c29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-subtitle {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.075em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.skin-grid-component {
  position: relative;
  width: 774px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.skin-grid-component .no-owned-skin {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skin-grid-component .no-owned-skin .illustration {
  max-width: 102px;
}
.skin-grid-component .no-owned-skin .message-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.skin-grid-component .no-owned-skin.hidden {
  display: none;
}
.skin-grid-component .no-matching-skin {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.skin-grid-component .no-matching-skin.hidden {
  display: none;
}
.skin-grid-component .page-view-wrapper.hidden {
  display: none;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper {
  display: flex;
  position: relative;
  margin-top: -8px;
  padding-top: 8px;
  padding-left: 17px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 576px;
  will-change: auto;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-bottom: 10px;
  height: 220px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper .thumbnail-image {
  display: inline-block;
  border: none;
  box-shadow: 0 0 0 1px rgba(1,10,19,0.85);
  -webkit-filter: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper .thumbnail-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(1,10,19,0.8) inset;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper .thumbnail-image .skin-image {
  max-width: 100%;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper .purchase-button {
  position: absolute;
  left: 56px;
  top: 179px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/fe/lol-skins-viewer/images/purchase/icon-lock-large.png");
  cursor: pointer;
  pointer-events: all;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper .purchase-button:hover:not([disabled]) {
  background-image: url("/fe/lol-skins-viewer/images/purchase/icon-lock-large-hover.png");
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper .purchase-button.disabled {
  background-image: url("/fe/lol-skins-viewer/images/purchase/icon-lock-large-inactive.png");
  pointer-events: none;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper .purchase-button.hidden {
  display: none;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .single-skin-wrapper.hidden {
  display: none;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-skins-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-skins-wrapper.hidden {
  display: none;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper {
  display: flex;
  margin-bottom: 15px;
  flex-basis: 100%;
  align-items: flex-end;
  width: 750px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.hidden {
  opacity: 0;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-complete-icon-wrapper {
  display: inline-flex;
  width: 29px;
  height: 26px;
  margin-left: 10px;
  transition: none;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-complete-icon-wrapper.show {
  margin-right: 12px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-complete-icon-wrapper.show .group-complete-icon {
  width: 29px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-complete-icon-wrapper.hidden {
  display: none;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-complete-icon-wrapper .group-complete-icon {
  bottom: -3px;
  width: 0px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-complete-icon-wrapper.animate {
  transition: 250ms ease, margin-right 250ms 300ms ease;
  margin-right: 12px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-complete-icon-wrapper.animate .group-complete-icon {
  transition: 400ms ease;
  width: 29px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title {
  display: inline;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-subtitle {
  display: inline;
  margin-left: 25px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .complete-set-video-wrapper {
  position: absolute;
  left: -27px;
  top: -26px;
  width: 100%;
  height: 82px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .complete-set-video-wrapper.hidden {
  display: none;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .complete-set-video-wrapper .complete-set-video {
  height: 100%;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title-inline-separator-wrapper {
  display: flex;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  height: 18px;
  justify-content: center;
  align-items: center;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .group-title-inline-separator-wrapper .group-title-inline-separator {
  display: inline-block;
  border: solid #1b292a;
  border-width: 1px 0 0 0;
  width: 100%;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .universe-name {
  display: inline-block;
  text-transform: uppercase;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper .hidden {
  display: none;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-title-wrapper.subtitle .group-subtitle {
  font-size: 14px;
  margin-left: 12px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper {
  width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title .icon {
  max-height: 16px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-title span {
  margin-left: 12px;
  margin-right: 12px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-subtitle-wrapper {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper .universe-background {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  opacity: 1;
  height: 270px;
  background-size: cover;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-title-wrapper.first-title .universe-title {
  margin-top: 0px;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .universe-separator {
  width: 750px;
  border: solid #3c3732;
  border-width: 1px 0 0 0;
  margin: 10px 0 0 0;
}
.skin-grid-component .page-view-wrapper .skin-grid-wrapper .group-separator {
  width: 750px;
  border: solid #1b292a;
  border-width: 1px 0 0 0;
  margin-bottom: 10px;
}
.skin-grid-tooltip lol-uikit-tooltip {
  width: 270px;
}
.skin-grid-tooltip lol-uikit-tooltip .top-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-grid-tooltip lol-uikit-tooltip .gem {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-right: 6px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.skin-grid-tooltip lol-uikit-tooltip .name {
  display: inline;
}
.skin-grid-tooltip lol-uikit-tooltip .hidden {
  display: none;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  margin-top: 12px;
  border-top: thin solid #785a28;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .icon {
  height: 20px;
  width: 20px;
  margin-right: 4px;
  flex-shrink: 0;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .price {
  display: flex;
  align-items: center;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .price .cost {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .price .currency.RP {
  background: url("/fe/lol-skins-viewer/images/currencies/icon-rp.png") no-repeat 0 0;
  background-size: contain;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .price .currency.IP {
  background: url("/fe/lol-skins-viewer/images/currencies/icon-blue-essence.png") no-repeat 0 0;
  background-size: contain;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .owned {
  display: flex;
  align-items: center;
  height: 20px;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .owned .label {
  color: #c89b3c;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .owned .icon {
  display: none;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .limited {
  display: flex;
  align-items: center;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .limited .icon {
  display: none;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .limited .label {
  margin-left: 5px;
  color: #c89b3c;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .legacy {
  display: flex;
  align-items: center;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .legacy .icon {
  background: url("/fe/lol-skins-viewer/images/icon-legacy.png") no-repeat 0 0;
  background-size: contain;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .purchase-info-container .purchase-info .legacy .label {
  margin: 0 0 0 5px /*rtl:0 5px 0 0*/;
  direction: ltr;
}
.skin-grid-tooltip lol-uikit-tooltip .tooltip-container .info-container .chroma-indicator {
  align-content: flex-end;
  background: url("/fe/lol-skins-viewer/images/icon-chroma.png") no-repeat 0 0;
  background-size: contain;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value {
  font-family: var(--font-display);
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .universe-text-wrapper .universe-text,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features ul li,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .label,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator .label {
  font-family: var(--font-body);
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .universe-text-wrapper .universe-text,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features ul li,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .label,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator .label {
  -webkit-user-select: none;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .universe-text-wrapper .universe-text,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features ul li,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .label,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator .label {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value {
  text-transform: uppercase;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name:lang(ko-kr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4:lang(ko-kr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value:lang(ko-kr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name:lang(ja-jp),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4:lang(ja-jp),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value:lang(ja-jp),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name:lang(tr-tr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4:lang(tr-tr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value:lang(tr-tr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name:lang(el-gr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4:lang(el-gr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value:lang(el-gr),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name:lang(th-th),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4:lang(th-th),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value:lang(th-th),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name:lang(zh-tw),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4:lang(zh-tw),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value:lang(zh-tw) {
  text-transform: none;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value {
  text-transform: none;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name {
  color: #f0e6d2;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4 {
  color: #f0e6d2;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value {
  letter-spacing: 0.0375em;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .universe-text-wrapper .universe-text,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features ul li {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .universe-text-wrapper .universe-text:lang(ja-jp),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features ul li:lang(ja-jp) {
  font-size: 13px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .label,
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator .label {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .label:lang(ja-jp),
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator .label:lang(ja-jp) {
  font-size: 13px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value {
  color: #f0e6d2;
}
.showcase-view-root-component {
  width: 1055px;
  height: 639px;
  overflow: hidden;
  position: relative;
}
.showcase-view-root-component .background-switcher::shadow img {
  height: 100%;
}
.showcase-view-root-component .background-shader {
  position: absolute;
  background-image: url("/fe/lol-skins-viewer/images/showcase/screen-shader.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.showcase-view-root-component .description-background-shader {
  background-image: url("/fe/lol-skins-viewer/images/showcase/description-screen-shader.png");
  background-repeat: repeat-y;
  width: 100%;
}
.showcase-view-root-component .description-background-shader.hidden {
  display: none;
}
.showcase-view-root-component .emblem-overlay {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  bottom: 140px;
}
.showcase-view-root-component .emblem-overlay img {
  width: 160px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part {
  position: absolute;
  top: 0;
  height: calc(100% - 104px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title {
  display: flex;
  align-items: center;
  margin-left: 35px;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .tier-icon {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .tier-icon img {
  max-height: 100%;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-title .skin-name {
  display: inline-block;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details {
  max-width: 308px;
  flex-grow: 1;
  margin-left: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid rgba(155,125,35,0.5);
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .universe-text-wrapper {
  margin-top: 22px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .universe-text-wrapper .universe-text {
  color: #a09b8c;
  line-height: 20px;
  margin-top: 0;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features {
  flex-basis: 50%;
  flex-grow: 1;
  margin-top: 22px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features h4 {
  margin: 0 0 12px 0;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features ul {
  padding-left: 13px;
  margin: 0;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .theme-features ul li {
  color: #a09b8c;
  line-height: 20px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .scroll-text {
  max-height: 390px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details.split-layout .scroll-text {
  max-height: 160px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-details .hidden {
  display: none;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data.hidden {
  visibility: hidden;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date {
  display: flex;
  align-items: baseline;
  margin-left: 30px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .label {
  font-size: 11px;
  margin-right: 5px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .unlock-data .acquire-date .value {
  word-break: break-all;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator {
  display: flex;
  margin-right: 30px;
  align-items: center;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator .label {
  font-size: 11px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator.hidden {
  display: none;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator.legacy {
  background-image: url("/fe/lol-skins-viewer/images/icon-legacy.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .top-part .skin-info .skin-info-bottom .indicator.limited {
  background-image: url("/fe/lol-skins-viewer/images/icon-limited.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part {
  position: absolute;
  height: 104px;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #785a28;
  display: flex;
  justify-content: space-between;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .owned-button {
  position: absolute;
  bottom: 45px;
  left: 30px;
  min-width: 135px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .unlock-button {
  position: absolute;
  bottom: 33px;
  left: 35px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .unlock-button lol-uikit-flat-button {
  position: absolute;
  bottom: 12px;
  left: -5px;
  width: 135px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .unlock-button .disable-message {
  position: absolute;
  bottom: -25px;
  left: -5px;
  width: 135px;
  text-align: center;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .unlock-button.hidden {
  display: none;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .carousel {
  display: flex;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 27px;
  bottom: 45px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related .hidden {
  display: none;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related .icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-left: 20px;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related .chroma {
  background: url("/fe/lol-skins-viewer/images/showcase/icon-chroma-default.png") 0 0 no-repeat;
  background-size: contain;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related .chroma:hover {
  background-image: url("/fe/lol-skins-viewer/images/showcase/icon-chroma-hover.png");
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related .skinline {
  background: url("/fe/lol-skins-viewer/images/showcase/icon-themes-default.png") 0 0 no-repeat;
  background-size: contain;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related .skinline:hover {
  background-image: url("/fe/lol-skins-viewer/images/showcase/icon-themes-hover.png");
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related .toggle-ui {
  background: url("/fe/lol-skins-viewer/images/showcase/magnifier.png") 0 0 no-repeat;
  background-size: contain;
}
.showcase-view-root-component .section-controller .showcase-section .showcase-wrapper .bottom-part .related .toggle-ui:hover {
  background-image: url("/fe/lol-skins-viewer/images/showcase/magnifier-hover.png");
}
.showcase-view-root-component .showcase-hidden-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.skin-purchase .purchase-button-disable-message {
  font-family: var(--font-body);
}
.skin-purchase .purchase-button-disable-message {
  -webkit-user-select: none;
}
.skin-purchase .purchase-button-disable-message {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.skin-purchase .purchase-button-disable-message {
  color: #a09b8c;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.skin-purchase .purchase-button-disable-message:lang(ja-jp) {
  font-size: 13px;
}
.skin-purchase .purchase-button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.skin-purchase .purchase-button-disable-message {
  max-width: 350px;
  color: #be1e37;
}
.skin-purchase .hidden {
  display: none;
}
.skin-carousel-component .gem-overlay {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  position: absolute;
  bottom: 1px;
}
.skin-carousel-component .gem-overlay img {
  width: 100%;
}
.skin-carousel-component .skins-carousel {
  height: 77px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.skin-carousel-component .carousel-track-container {
  overflow: hidden;
  height: 91px;
  margin-top: 15px;
  padding-top: 14px;
}
.skin-carousel-component .carousel-track {
  display: flex;
  transform: translateX(-198px);
  transition: 0.7s cubic-bezier(0, 0, 0, 1);
}
.skin-carousel-component .thumbnail-wrapper {
  background: #3c3c41;
  margin: 8px 5px;
  position: relative;
  width: 87px;
  height: 49px;
  animation: thumbnail-wrapper-shrink-1 70ms cubic-bezier(1, 0, 1, 1), thumbnail-wrapper-shrink-2 400ms 70ms cubic-bezier(0, 0, 0, 1);
}
.skin-carousel-component .thumbnail-wrapper:hover {
  background: linear-gradient(to top, #c89b3c, #f0e6d2);
}
.skin-carousel-component .thumbnail-wrapper:hover .skin-thumbnail-img {
  -webkit-filter: grayscale(25%) brightness(125%);
}
.skin-carousel-component .thumbnail-wrapper.unowned:after {
  content: '';
  background: url(/fe/lol-skins-viewer/images/assets/global/default/images/skin-carousel/skin-carousel-locked.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-filter: grayscale(100%) brightness(50%);
}
.skin-carousel-component .thumbnail-wrapper.unowned:hover {
  background: #3c3c41;
}
.skin-carousel-component .thumbnail-wrapper.unowned:hover .skin-thumbnail-img {
  -webkit-filter: grayscale(25%) brightness(100%);
}
.skin-carousel-component .thumbnail-wrapper.unowned .skin-thumbnail-img {
  -webkit-filter: grayscale(50%) brightness(25%);
  margin: 2px;
  padding: 1px;
}
.skin-carousel-component .thumbnail-wrapper.purchase-available.unowned .skin-thumbnail-img {
  -webkit-filter: grayscale(50%);
}
.skin-carousel-component .thumbnail-wrapper.purchase-available.unowned:after {
  -webkit-filter: brightness(100%);
}
.skin-carousel-component .thumbnail-wrapper.purchase-available.unowned:hover:after {
  content: '';
  background: url(/fe/lol-skins-viewer/images/assets/global/default/images/skin-carousel/skin-carousel-locked-hover.png);
  background-size: contain;
  width: 30px;
  height: 30px;
}
.skin-carousel-component .thumbnail-wrapper.purchase-available.unowned:hover .skin-thumbnail-img {
  -webkit-filter: grayscale(25%) brightness(125%);
}
.skin-carousel-component .thumbnail-wrapper.active-skin {
  background: linear-gradient(to top, #c8aa6e 0%, #c89b3c 44%, #a07b32 59%, #785a28 100%);
  margin: 0 5px;
  width: 115px;
  height: 65px;
  animation: thumbnail-wrapper-expand-1 70ms cubic-bezier(1, 0, 1, 1), thumbnail-wrapper-expand-2 400ms 70ms cubic-bezier(0, 0, 0, 1);
}
.skin-carousel-component .thumbnail-wrapper.active-skin .skin-thumbnail-img {
  width: 109px;
  height: 59px;
  margin: 3px;
  padding: 0;
}
.skin-carousel-component .thumbnail-wrapper.active-skin:hover {
  background: linear-gradient(to top, #c89b3c, #f0e6d2);
}
.skin-carousel-component .thumbnail-wrapper.active-skin.unowned:after {
  width: 80px;
  height: 80px;
  top: -7px;
}
.skin-carousel-component .thumbnail-wrapper.active-skin.unowned:hover:after {
  width: 80px;
  height: 80px;
  top: -7px;
}
.skin-carousel-component .thumbnail-wrapper .skin-thumbnail-img {
  width: 81px;
  height: 43px;
  min-width: 81px;
  min-height: 43px;
  background-position: 50% 18%;
  background-size: 250%;
  margin: 3px;
  outline: 1px solid #000;
  outline-offset: -1px;
  cursor: pointer;
  background-color: #010a13;
}
.skin-carousel-component .no-transition {
  transition: none !important;
}
.skin-carousel-component .next-button,
.skin-carousel-component .prev-button {
  height: 36px;
  margin: 0 5px;
}
@-moz-keyframes thumbnail-wrapper-expand-1 {
  0% {
    transform: scale(0.75652);
    margin: 0 -9px;
  }
  100% {
    transform: scale(0.97565);
    margin: 0 5px;
  }
}
@-webkit-keyframes thumbnail-wrapper-expand-1 {
  0% {
    transform: scale(0.75652);
    margin: 0 -9px;
  }
  100% {
    transform: scale(0.97565);
    margin: 0 5px;
  }
}
@-o-keyframes thumbnail-wrapper-expand-1 {
  0% {
    transform: scale(0.75652);
    margin: 0 -9px;
  }
  100% {
    transform: scale(0.97565);
    margin: 0 5px;
  }
}
@keyframes thumbnail-wrapper-expand-1 {
  0% {
    transform: scale(0.75652);
    margin: 0 -9px;
  }
  100% {
    transform: scale(0.97565);
    margin: 0 5px;
  }
}
@-moz-keyframes thumbnail-wrapper-expand-2 {
  0% {
    transform: scale(0.97565);
    margin: 0 5px;
  }
  100% {
    transform: scale(1);
    margin: 0 5px;
  }
}
@-webkit-keyframes thumbnail-wrapper-expand-2 {
  0% {
    transform: scale(0.97565);
    margin: 0 5px;
  }
  100% {
    transform: scale(1);
    margin: 0 5px;
  }
}
@-o-keyframes thumbnail-wrapper-expand-2 {
  0% {
    transform: scale(0.97565);
    margin: 0 5px;
  }
  100% {
    transform: scale(1);
    margin: 0 5px;
  }
}
@keyframes thumbnail-wrapper-expand-2 {
  0% {
    transform: scale(0.97565);
    margin: 0 5px;
  }
  100% {
    transform: scale(1);
    margin: 0 5px;
  }
}
@-moz-keyframes thumbnail-wrapper-shrink-1 {
  0% {
    transform: scale(1.32184);
    margin: 8px 19px;
  }
  100% {
    transform: scale(1.03218);
    margin: 8px 5px;
  }
}
@-webkit-keyframes thumbnail-wrapper-shrink-1 {
  0% {
    transform: scale(1.32184);
    margin: 8px 19px;
  }
  100% {
    transform: scale(1.03218);
    margin: 8px 5px;
  }
}
@-o-keyframes thumbnail-wrapper-shrink-1 {
  0% {
    transform: scale(1.32184);
    margin: 8px 19px;
  }
  100% {
    transform: scale(1.03218);
    margin: 8px 5px;
  }
}
@keyframes thumbnail-wrapper-shrink-1 {
  0% {
    transform: scale(1.32184);
    margin: 8px 19px;
  }
  100% {
    transform: scale(1.03218);
    margin: 8px 5px;
  }
}
@-moz-keyframes thumbnail-wrapper-shrink-2 {
  0% {
    transform: scale(1.03218);
    margin: 8px 5px;
  }
  100% {
    transform: scale(1);
    margin: 8px 5px;
  }
}
@-webkit-keyframes thumbnail-wrapper-shrink-2 {
  0% {
    transform: scale(1.03218);
    margin: 8px 5px;
  }
  100% {
    transform: scale(1);
    margin: 8px 5px;
  }
}
@-o-keyframes thumbnail-wrapper-shrink-2 {
  0% {
    transform: scale(1.03218);
    margin: 8px 5px;
  }
  100% {
    transform: scale(1);
    margin: 8px 5px;
  }
}
@keyframes thumbnail-wrapper-shrink-2 {
  0% {
    transform: scale(1.03218);
    margin: 8px 5px;
  }
  100% {
    transform: scale(1);
    margin: 8px 5px;
  }
}
.skin-line-flyout .skinline-head .skinline-name {
  font-family: var(--font-display);
}
.skin-line-flyout .skinline-head .skinline-name {
  font-family: var(--font-display);
}
.skin-line-flyout .skinline-head .skinline-name {
  -webkit-user-select: none;
}
.skin-line-flyout .skinline-head .skinline-name {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.skin-line-flyout .skinline-head .skinline-name {
  text-transform: uppercase;
}
.skin-line-flyout .skinline-head .skinline-name:lang(ko-kr),
.skin-line-flyout .skinline-head .skinline-name:lang(ja-jp),
.skin-line-flyout .skinline-head .skinline-name:lang(tr-tr),
.skin-line-flyout .skinline-head .skinline-name:lang(el-gr),
.skin-line-flyout .skinline-head .skinline-name:lang(th-th),
.skin-line-flyout .skinline-head .skinline-name:lang(zh-tw) {
  text-transform: none;
}
.skin-line-flyout .skinline-head .skinline-name {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper {
  display: inline-block;
  border: 1px solid #3c3c41;
  border-image-slice: 1;
  border-image-repeat: stretch;
  box-shadow: 0 0 0 1px rgba(1,10,19,0.85);
  -webkit-filter: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(1,10,19,0.8) inset;
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper:not([disabled]):hover {
  border-image-source: linear-gradient(to bottom, #f0e6d2 4%, #c89b3c 100%);
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper:not([disabled]):hover > * {
  -webkit-filter: brightness(1.25);
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper:not([disabled]):active {
  border-image-source: linear-gradient(to bottom, #463714 0%, #695625 100%);
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper[disabled] > * {
  -webkit-filter: grayscale(1);
}
.skin-line-flyout .skinline-head .skinline-name {
  font-family: var(--font-display);
}
.skin-line-flyout .skinline-head .skinline-name {
  -webkit-user-select: none;
}
.skin-line-flyout .skinline-head .skinline-name {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.skin-line-flyout .skinline-head .skinline-name {
  text-transform: uppercase;
}
.skin-line-flyout .skinline-head .skinline-name:lang(ko-kr),
.skin-line-flyout .skinline-head .skinline-name:lang(ja-jp),
.skin-line-flyout .skinline-head .skinline-name:lang(tr-tr),
.skin-line-flyout .skinline-head .skinline-name:lang(el-gr),
.skin-line-flyout .skinline-head .skinline-name:lang(th-th),
.skin-line-flyout .skinline-head .skinline-name:lang(zh-tw) {
  text-transform: none;
}
.skin-line-flyout .skinline-head .skinline-name {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.skin-line-flyout .skinline-head {
  height: 30px;
  width: 100%;
  border-bottom: solid 1px #463714;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-line-flyout .flyout {
  max-width: 343px;
  max-height: 290px;
  padding-top: 20px;
  padding-right: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.skin-line-flyout .flyout .skinline-skin {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper {
  width: 63px;
  height: 63px;
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper .skin-image {
  max-width: 100%;
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper.disabled .skin-image {
  -webkit-filter: brightness(0.3);
}
.skin-line-flyout .flyout .skinline-skin .skin-image-wrapper.disabled:hover .skin-image {
  -webkit-filter: brightness(1);
}
.skin-line-flyout .flyout .skinline-skin .locked {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -10px;
  background-image: url("/fe/lol-skins-viewer/images/purchase/icon-lock-large.png");
  background-size: contain;
}
.skin-line-flyout .flyout .skinline-skin .locked.hidden {
  display: none;
}
.chroma-flyout .chroma-head .chroma-label {
  font-family: var(--font-display);
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  font-family: var(--font-body);
}
.chroma-flyout .chroma-head .chroma-label,
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  -webkit-user-select: none;
}
.chroma-flyout .chroma-head .chroma-label,
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.chroma-flyout .chroma-head .chroma-label {
  text-transform: uppercase;
}
.chroma-flyout .chroma-head .chroma-label:lang(ko-kr),
.chroma-flyout .chroma-head .chroma-label:lang(ja-jp),
.chroma-flyout .chroma-head .chroma-label:lang(tr-tr),
.chroma-flyout .chroma-head .chroma-label:lang(el-gr),
.chroma-flyout .chroma-head .chroma-label:lang(th-th),
.chroma-flyout .chroma-head .chroma-label:lang(zh-tw) {
  text-transform: none;
}
.chroma-flyout .chroma-head .chroma-label {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  color: #a09b8c;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.chroma-flyout .chroma-head .chroma-label {
  font-family: var(--font-display);
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  font-family: var(--font-body);
}
.chroma-flyout .chroma-head .chroma-label {
  font-family: var(--font-display);
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  font-family: var(--font-body);
}
.chroma-flyout .chroma-head .chroma-label,
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  -webkit-user-select: none;
}
.chroma-flyout .chroma-head .chroma-label,
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
}
.chroma-flyout .chroma-head .chroma-label {
  text-transform: uppercase;
}
.chroma-flyout .chroma-head .chroma-label:lang(ko-kr),
.chroma-flyout .chroma-head .chroma-label:lang(ja-jp),
.chroma-flyout .chroma-head .chroma-label:lang(tr-tr),
.chroma-flyout .chroma-head .chroma-label:lang(el-gr),
.chroma-flyout .chroma-head .chroma-label:lang(th-th),
.chroma-flyout .chroma-head .chroma-label:lang(zh-tw) {
  text-transform: none;
}
.chroma-flyout .chroma-head .chroma-label {
  color: #f0e6d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.075em;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper .chroma-bundle-label {
  color: #a09b8c;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper,
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .chroma-popup-image {
  display: inline-block;
  border: 1px solid #3c3c41;
  border-image-slice: 1;
  border-image-repeat: stretch;
  box-shadow: 0 0 0 1px rgba(1,10,19,0.85);
  -webkit-filter: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper::after,
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .chroma-popup-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(1,10,19,0.8) inset;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper:not([disabled]):hover,
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .chroma-popup-image:not([disabled]):hover {
  border-image-source: linear-gradient(to bottom, #f0e6d2 4%, #c89b3c 100%);
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper:not([disabled]):hover > *,
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .chroma-popup-image:not([disabled]):hover > * {
  -webkit-filter: brightness(1.25);
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper:not([disabled]):active,
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .chroma-popup-image:not([disabled]):active {
  border-image-source: linear-gradient(to bottom, #463714 0%, #695625 100%);
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper[disabled] > *,
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .chroma-popup-image[disabled] > * {
  -webkit-filter: grayscale(1);
}
.chroma-flyout {
  max-height: 350px;
  max-width: 610px;
}
.chroma-flyout .chroma-head {
  height: 30px;
  width: 100%;
  border-bottom: solid 1px #463714;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chroma-flyout .chroma-popup-content {
  width: 100%;
  display: flex;
  padding-top: 14px;
  max-height: 300px;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  max-width: 125px;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper .chroma-popup-bundle-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: contain;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-image-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/fe/lol-skins-viewer/images/chroma-bundle.png") 0 0 no-repeat;
  background-size: 115%;
  background-position-y: 7px;
  background-position-x: -9px;
}
.chroma-flyout .chroma-popup-content .chroma-bundle-block .chroma-bundle-label-wrapper {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 6px;
}
.chroma-flyout .chroma-popup-content .chroma-details-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 300px;
  max-width: 455px;
  margin-left: 18px;
  padding-right: 13px;
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block {
  position: relative;
  z-index: 0;
  display: inline-block;
  height: 106px;
  width: 106px;
  margin-right: 5px;
  margin-bottom: 18px;
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: url("/fe/lol-skins-viewer/images/chroma-popup/bg-chroma-card.jpg") 0 0 no-repeat;
  background-size: contain;
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .chroma-popup-image {
  width: 106px;
  height: 106px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .chroma-popup-image .chroma-img {
  max-width: 100%;
  max-height: 100%;
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .skin-lock-icon-hidden {
  display: none;
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block .skin-lock-icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -12.5px;
  bottom: -12.5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/fe/lol-skins-viewer/images/purchase/icon-lock-large.png") 0 0 no-repeat;
  background-size: contain;
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block.disabled:before {
  -webkit-filter: brightness(0.8);
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block.disabled .chroma-popup-image .chroma-img {
  -webkit-filter: brightness(0.6);
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block.disabled:hover:before {
  -webkit-filter: brightness(1);
}
.chroma-flyout .chroma-popup-content .chroma-details-block .chroma-block.disabled:hover .chroma-popup-image .chroma-img {
  -webkit-filter: brightness(1);
}
.chroma-flyout .chroma-popup-content .purchasable {
  cursor: pointer;
}
