.button-decoration.button .item, .button-decoration .button .item {
  left: .9375rem;
  float: left;
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 5px;
  color: #434343;
  background-color: #fff
}

.button-decoration.button.is-highlighted .item, .button-decoration .button.is-highlighted .item {
  color: #fff;
  background-color: #ababab
}

.button-decoration.button-theme-light .item, .button-decoration .button-theme-light .item {
  color: #fff;
  background-color: #ababab
}

.button-decoration.button-theme-light.is-highlighted .item, .button-decoration .button-theme-light.is-highlighted .item {
  color: #434343;
  background-color: #fff
}

.button-decoration.button-theme-light.is-highlighted .item::after, .button-decoration .button-theme-light.is-highlighted .item::after {
  color: #434343;
  background-color: #fff
}

.button-picture .button .item {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
  left: .3125rem
}

.button-picture.is-highlighted .button .item {
  color: #fff;
  background-color: #ababab
}

.item {
  display: inline-block;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  font-weight: bold;
  line-height: 3.75rem;
  text-align: center;
  z-index: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 .1875rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 .1875rem rgba(0, 0, 0, 0.25);
  outline: .1875rem solid transparent;
  -webkit-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s
}

.item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s
}

button.is-highlighted .item:after, .component-meta-tiles a.is-highlighted .item:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.item.item-play {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.item.item-play.item-size-small {
  width: 5.625rem;
  height: 5.625rem
}

.item.item-play.item-size-large {
  width: 9.375rem;
  height: 9.375rem
}

.item-size-xlarge {
  width: 8.75rem;
  height: 8.75rem;
  font-size: 2.5rem;
  line-height: 8.75rem
}

@media only screen and (min-width: 40.063em) {
  .item-size-xlarge {
    width: 11.875rem;
    height: 11.875rem;
    line-height: 11.875rem;
    font-size: 3.5rem
  }
}

.item-label {
  color: #fff;
  font-size: 1.375rem;
  margin-top: .625rem
}

.item {
  color: #858585;
  background-color: #fff
}

.item:after {
  color: #fff;
  background-color: #434343
}

.button-decoration.is-highlighted .item, button.is-highlighted .item, .component-meta-tiles a.is-highlighted .item {
  color: #fff;
  background-color: #434343
}

.item-icon {
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  padding: .9375rem
}

.item-size-large {
  width: 6.25rem;
  height: 6.25rem;
  padding: 1.5625rem
}

.item-size-tiny {
  width: 1.5625rem;
  height: 1.5625rem;
  padding: .15625rem
}

.item-half {
  width: 3.75rem;
  height: 1.875rem;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: .46875rem
}

.item-half > .icon {
  height: 1.25rem;
  margin-top: .1875rem
}

.item-half:after {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  border-radius: 3.75rem 3.75rem 0 0
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 3.75rem;
  margin-bottom: .9375rem;
  font-size: 1.25rem;
  line-height: 1.5625rem
}

.item-list > .item {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit
}

.item-list > .item .icon {
  color: initial
}

.item-list-label {
  display: block;
  margin: auto 0;
  padding: .3125rem 0;
  padding-left: 4.375rem;
  color: #fff;
  font-style: italic
}

.item-highlight {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: .1875rem solid #434343;
  color: #434343
}

.item-corner {
  display: none;
  border-radius: 50%;
  position: relative;
  z-index: 20;
  overflow: hidden;
  width: 25rem;
  height: 25rem;
  padding-right: 4.6875rem;
  padding-bottom: 4.6875rem
}

.item-corner:before {
  content: "";
  background: currentColor;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .9;
  z-index: -1
}

.item-corner .text {
  font-size: .875rem;
  position: absolute;
  width: 60%;
  margin: auto;
  text-align: center;
  bottom: 4.6875rem;
  left: 0;
  right: 4.6875rem
}

@media only screen and (min-width: 62.8125em) {
  .item-corner {
    width: 29.6875rem;
    height: 29.6875rem;
    padding-right: 6.25rem;
    padding-bottom: 7.8125rem
  }

  .item-corner .text {
    bottom: 7.8125rem;
    right: 6.25rem
  }
}

@media only screen and (min-width: 100.8125em) {
  .item-corner {
    width: 31.25rem;
    height: 31.25rem;
    padding-bottom: 6.25rem
  }
}

.item-corner.always {
  display: block
}

.item-corner.cover-tile {
  display: block
}

.item-corner.cover-tile.is-hidden {
  display: none
}

.item-corner-flag {
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: .9375rem;
  font-size: 1.5625rem;
  top: 2.1875rem;
  right: 4.6875rem
}

.item-corner-flag .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  color: #434343
}

.item-corner-flag.as-theme-dark {
  color: #858585
}

.item-corner-flag.as-theme-light {
  color: #fff
}

@media only screen and (min-width: 62.8125em) {
  .item-corner-flag {
    right: 7.8125rem
  }
}

@media only screen and (min-width: 100.8125em) {
  .item-corner-flag {
    top: 3.125rem;
    right: 6.25rem
  }
}

.component-footer-theme-dark .component-footer .text, .component-footer-theme-dark .component-footer .item-list-label {
  color: #434343
}

.component-stage .item-list-label {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.component-stage.component-footer-theme-dark .item-list:hover .item-list-label {
  color: #fff
}

.component-stage.component-footer-theme-light .item-list:hover .item-list-label {
  color: #434343
}

.component-stage .component-stage-iconlist .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  padding: 0;
  background-color: currentColor
}

.component-stage .layer .layer-header .item-icon {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  background-color: currentColor;
  padding: .625rem
}

.component-meta .component-meta-tiles .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: none;
  filter: none
}

.component-meta .component-footer .item-half {
  -webkit-box-shadow: none;
  box-shadow: none
}

.component-meta .item-label {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.125rem
}

.component-story .component-content .item {
  position: absolute;
  top: 12.1875rem;
  left: auto;
  right: .3125rem;
  z-index: 1;
  margin-left: -3rem;
  font-weight: normal;
  background-color: #e02518;
  color: #fff;
  opacity: .9
}

@media only screen and (min-width: 40.063em) {
  .component-story .component-content .item {
    top: 12.6875rem
  }
}

.button.is-highlighted {
  color: #434343;
  background-color: #fff;
  outline: 1px solid rgba(0, 0, 0, 0.1)
}

.button-theme-light.is-highlighted {
  color: #fff;
  background-color: #434343
}

.button-decoration.button.is-highlighted, .button-decoration .button.is-highlighted {
  color: #434343;
  background-color: #fff
}

.button-decoration.button.is-highlighted .item, .button-decoration .button.is-highlighted .item {
  color: #fff;
  background-color: #ababab
}

.button-decoration.button-theme-light.is-highlighted, .button-decoration .button-theme-light.is-highlighted {
  color: #fff;
  background-color: #434343
}

.button-decoration.button-theme-light.is-highlighted .item, .button-decoration .button-theme-light.is-highlighted .item {
  color: #434343;
  background-color: #fff
}

.button-decoration.button-theme-light.is-highlighted .item::after, .button-decoration .button-theme-light.is-highlighted .item::after {
  color: #434343;
  background-color: #fff
}

.button-picture.is-highlighted .button {
  color: #434343;
  background-color: #fff
}

.button-picture.is-highlighted .button .item {
  color: #fff;
  background-color: #ababab
}

button.is-highlighted .item:after, .component-meta-tiles a.is-highlighted .item:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.button-decoration.is-highlighted .item, button.is-highlighted .item, .component-meta-tiles a.is-highlighted .item {
  color: #fff;
  background-color: #434343
}

.slide-overflow-btn.is-highlighted {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.is-highlighted .nav-sub-navigation .nav-sub-navigation-mobile .category-list li .product-list ul li .button.button-decoration .item {
  color: #cad1d6;
  background-color: #fff
}

.is-highlighted .nav-sub-navigation .nav-sub-navigation-mobile .category-list li .product-list ul li .button.button-decoration .item:after {
  color: #cad1d6;
  background-color: #fff
}

.link1 {
  cursor: pointer;
}

.link2 {
  cursor: pointer;
}