@-webkit-keyframes chapternav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes chapternav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.static-nav {
  background: #fff;
  overflow: hidden;
}
.chapternav {
  display: block;
  margin: 12px 0;
  text-align: center;
  z-index: 998;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.chapternav-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
}
.chapternav-items {
  margin: 0 34px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  list-style: none;
}
html.touch .chapternav-items {
  margin: 0;
  padding-left: 34px;
  padding-right: 34px;
  padding-left: calc(max(env(safe-area-inset-left), 34px));
  padding-right: calc(max(env(safe-area-inset-right), 34px));
}
.chapternav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 -0.11765em;
  padding: 0 9px;
  -webkit-animation: chapternav-slidein 350ms backwards;
  animation: chapternav-slidein 350ms backwards;
}
.chapternav-item:first-of-type {
  margin-left: 0;
  padding-left: 4px;
}
.chapternav-item img {
  height: 54px;
  display: block;
  margin: 0 auto;
}
.chapternav-item a {
  text-decoration: none;
  display: inline-block;
}
.chapternav-item .p-title {
  display: block;
  font-size: 12px;
  white-space: normal;
  line-height: 1.33337;
}
.static-nav.watch .chapternav-item .p-title {
  font-size: 11px;
  max-width: 7em;
  min-width: 70px;
  line-height: 1.2;
}
.static-nav.ipad .chapternav-item .p-title {
  font-size: 11px;
  line-height: 1.09091;
}
.chapternav-item .p-new {
  font-size: 12px;
  line-height: 16px;
  color: #ff0000;
  display: block;
}
.chapternav-link {
  color: #1d1d1f;
  display: block;
  padding: 0;
  margin-top: 3px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.chapternav-paddle {
  line-height: 1.76471;
  font-weight: 300;
  border: 0 solid #d2d2d7;
  border-radius: 0;
  color: #1d1d1f;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 33px;
  min-width: auto;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}
html.touch .chapternav-paddle {
  display: none;
}
.chapternav-paddle:disabled {
  opacity: 0;
  cursor: default;
}
.chapternav-paddle:after {
  content: '';
  color: inherit;
  display: inline-block;
  z-index: 1;
  width: 11px;
  height: 17px;
}
.chapternav-paddle-left {
  border-right-width: 1px;
  left: 0;
}
.chapternav-paddle-left:after {
  background: url("../images/i-arrow-left.png") no-repeat;
  background-size: contain;
  margin-left: -0.5px;
}
.chapternav-paddle-right {
  border-left-width: 1px;
  right: 0;
}
.chapternav-paddle-right:after {
  background: url("../images/i-arrow-right.png") no-repeat;
  background-size: contain;
  margin-right: -0.5px;
}
@media screen and (min-width: 768px) {
  .chapternav-item .p-title {
    width: 100%;
  }
}
.category-equal-height .products-grid .colors {
  min-height: 59px;
}
.category-equal-height .products-grid .product_name,
.category-equal-height .products-grid .product-short-description {
  overflow: hidden;
}
.category-equal-height .products-grid .product_name {
  min-height: 76px;
}
.category-equal-height .products-grid .product-short-description {
  min-height: 270px;
}
@media screen and (min-width: 1200px) {
  .category-equal-height .products-grid .colors {
    min-height: 64px;
  }
  .category-equal-height .products-grid .product_name {
    min-height: 60px;
  }
  .category-equal-height .products-grid .product-short-description {
    min-height: 282px;
  }
}
/*# sourceMappingURL=style.css.map */