@media (max-width: 1019px) {
  .sub-category-container {
    display: flex;
    flex-direction: column;
  }
}

.sub-category-aside {
  width: 220px;
  float: right;
  clear: right;
  margin-top: 36px;
}

@media (min-width: 1280px) {
  .sub-category-aside {
    width: 278px;
  }
}

@media (max-width: 1019px) {
  .sub-category-aside {
    width: 100%;
  }
}

.sub-category-container article {
  width: 700px;
  min-height: 320px;
  margin-top: 36px;
  float: left;
}

@media (min-width: 1280px) {
  .sub-category-container article {
    width: 892px;
  }
}

@media (max-width: 1019px) {
  .sub-category-container article {
    width: 100%;
    position: relative;
  }
}

.sub-category-article-banner {
  margin-top: 66px;
}

@media (min-width: 1280px) {
  .sub-category-article-banner {
    margin-top: 84px;
  }
}

@media (max-width: 1019px) {
  .sub-category-article-banner {
    margin-top: 30px;
  }
}

/* Tabbed navigation
-------------------------------------------------------------------------------------------------------
*/
.tabbed-navigation {
  background-color: #f7f7f7;
}

.tabbed-navigation-container {
  display: flex;
  justify-content: space-between;
  width: 700px;
  height: 60px;
}

@media (min-width: 1280px) {
  .tabbed-navigation-container {
    width: 892px;
  }
}

@media (max-width: 759px) {
  .tabbed-navigation-container {
    width: 100%;
  }
}

.tab-buttons {
  display: flex;
}

.tab-button {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: normal;
  color: #2c2c2c;
  margin-right: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 759px) {
  .tab-button {
    font-size: 14px;
    margin-right: 10px;
  }
}

.tab-button-link h2, .product-page-container .tab-button-link h2 {
  display: inline;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: normal;
  color: #2c2c2c;
}

.tab-button-active {
  border-bottom: 3px solid #ff001f;
}

.pp-tab-mobile .tab-button-active {
  border-bottom: 3px solid black;
}

.tab-button-active .tab-button-link h2 {
  font-weight: bold;
  color: #ff001f;
}

.number-of-items {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #969696;
}

.grid-buttons {
  display: flex;
  align-items: center;
}

@media (max-width: 759px) {
  .grid-buttons {
    display: none;
  }
}

.grid-buttons-hide {
  display: none;
}

.grid-button {
  color: #969696;
  margin-left: 10px;
  cursor: pointer;
}

.grid-button-active {
  color: #ff001f;
}

.grid-button::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 28px;
  line-height: 40px;
}

.grid-button-default::after {
  content: "\e8f0";
}

.grid-button-wide::after {
  content: "\e8ef";
}

.grid-button-title-only::after {
  content: "\e8ee";
}

/* Product-grid cards
-------------------------------------------------------------------------------------------------------
*/
.product-card-content {
  width: 100%;
}

@media (max-width: 759px) {
  .product-card-badge-container {
    display: flex;
  }
}

/* Wide cards
-------------------------------------------------------------------------------------------------------
*/

.wide-cards .product-card-content {
  margin-left: 10px;
  width: calc(100% - 94px);
}

@media (min-width: 1280px) {
  .wide-cards .product-card-content {
    margin-left: 20px;
    width: calc(100% - 110px);
  }
}

@media (max-width: 759px) {
  .wide-cards .product-card-content {
    width: calc(100% - 60px);
  }
}

.wide-cards .product-card-title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  height: 18px;
  margin-top: 0;
}

@media (min-width: 760px) {
  .wide-cards .product-card-title {
    font-weight: bold;
  }
}

@media (min-width: 1280px) {
  .wide-cards .product-card-title {
    font-size: 16px;
    line-height: 17px;
    margin-top: 10px;
  }
}

@media (max-width: 759px) {
  .wide-cards .product-card-title {
    height: 36px;
    overflow: hidden;
  }
}

@media (min-width: 760px) {
  .wide-cards .product-card-description {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 10px;
    color: #9b9b9b;
  }
}

/* Title-only cards
-------------------------------------------------------------------------------------------------------
*/

.title-only-cards .product-card-title {
  height: 17px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0;
  margin-top: 0;
  color: #2c2c2c;
  float: left;
  margin-left: 5px;
}

.title-only-cards .product-card {
  width: 100%;
  height: 35px;
  margin-bottom: 1px;
}

.title-only-cards .product-card-image,
.title-only-cards .product-card-description,
.title-only-cards .product-card-bottom {
display: none;
}

.title-only-cards .updated-label, .title-only-cards .new-label {
  left: unset;
  right: 0;
}

/* News cards
-------------------------------------------------------------------------------------------------------
*/

.sub-category-container .news-card .news-card-text-container {
  width: 100%;
}

@media (max-width: 1279px) {
  .sub-category-container .news-card .news-card-text-container {
    padding: 10px;
  }
}

.sub-category-container .news-card-text {
  max-height: 74px;
}



@media (min-width: 760px) and (max-width: 1279px) {
  .sub-category-container .news-card:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (min-width: 1280px) {
  .sub-category-container .news-card:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sub-category-container .news-card:nth-child(n+4):nth-child(even), .sub-category-container #archive-news .news-card:nth-child(n):nth-child(odd) {
    margin-right: 20px;
  }

  .sub-category-container #archive-news .news-card:nth-child(n):nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 759px) {
  .sub-category-container .news-card {
    height: 388px;
  }

  .sub-category-container .news-card-image {
    max-width: 420px;
    height: 193px;
  }

  .sub-category-container .news-card:nth-child(n+2), .sub-category-container #archive-news .news-card:nth-child(n) {
    width: 100%;
    height: 110px;
    flex-direction: row;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-card-image, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-image {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
  }

  .sub-category-container .news-card:nth-child(n+2) .image-play-button, .sub-category-container #archive-news .news-card:nth-child(n) .image-play-button {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-event-label, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label {
    top: unset;
    bottom: 10px;
    left: 10px;
    height: 20px;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-event-label div, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label div {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 20px;
    font-size: 13px;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-event-label div.news-event-date-label, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label div.news-event-date-label {
    line-height: 21px;
    font-size: 11px;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-card-text-container, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-text-container {
    width: calc(100% - 80px);
  }

  .sub-category-container .news-card:nth-child(n+2) .news-card-header, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-header {
    margin-bottom: 3px;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-card-title, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-title {
    font-size: 14px;
    line-height: 18px;
    height: 54px;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-card-text, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-text {
    display: none;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-card-brand-logos, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-brand-logos {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .sub-category-container .news-card:nth-child(n+2) .news-card-brand-logo, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-brand-logo {
    height: 15px;
  }
}

@media (min-width: 760px) and (max-width: 1279px) {
  .sub-category-container .news-card {
    width: 340px;
    height: 438px;
  }

  .sub-category-container .news-card-image {
    width: 340px;
    height: 226px;
  }

  .sub-category-container .news-card:nth-child(n+3), .sub-category-container #archive-news .news-card:nth-child(n) {
    width: 340px;
    height: 110px;
    flex-direction: row;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-card-image, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-image {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
  }

  .sub-category-container .news-card:nth-child(n+3) .image-play-button, .sub-category-container #archive-news .news-card:nth-child(n) .image-play-button {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-event-label, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label {
    top: unset;
    bottom: 8px;
    left: 10px;
    height: 20px;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-event-label div, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label div {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 20px;
    font-size: 13px;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-event-label div.news-event-date-label, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label div.news-event-date-label {
    line-height: 21px;
    font-size: 11px;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-card-text-container, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-text-container {
    padding: 10px;
    width: calc(100% - 80px);
    height: 100%;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-card-header, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-header {
    margin-bottom: 3px;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-card-title, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-title {
    font-size: 14px;
    line-height: 18px;
    height: 54px;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-card-text, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-text {
    display: none;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-card-brand-logos, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-brand-logos {
    position: absolute;
    bottom: 8px;
    right: 15px;
  }

  .sub-category-container .news-card:nth-child(n+3) .news-card-brand-logo, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-brand-logo{
    height: 15px;
  }
}

@media (min-width: 1280px) {
  .sub-category-container .news-card {
    width: 284px;
    height: 433px;
  }

  .sub-category-container .news-card-image {
    width: 284px;
    height: 189px;
  }

  .sub-category-container .news-card-text {
    max-height: 78px;
  }

  .sub-category-container .news-card:nth-child(n+4), .sub-category-container #archive-news .news-card:nth-child(n) {
    width: 436px;
    height: 117px;
    flex-direction: row;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-card-image, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-image {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
  }

  .sub-category-container .news-card:nth-child(n+4) .image-play-button, .sub-category-container #archive-news .news-card:nth-child(n) .image-play-button {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-event-label, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label {
    top: unset;
    bottom: 8px;
    left: 15px;
    height: 20px;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-event-label div, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label div {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 20px;
    font-size: 13px;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-event-label div.news-event-date-label, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label div.news-event-date-label {
    line-height: 21px;
    font-size: 11px;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-card-text-container, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-text-container {
    padding-top: 15px;
    width: calc(100% - 80px);
    height: 100%;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-card-header, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-header {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-card-title, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-title {
    font-size: 14px;
    line-height: 18px;
    height: 54px;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-card-text, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-text {
    display: none;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-card-brand-logos, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-brand-logos {
    position: absolute;
    bottom: 8px;
    right: 15px;
  }

  .sub-category-container .news-card:nth-child(n+4) .news-card-brand-logo, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-brand-logo {
    height: 15px;
  }
}

@media (max-width: 369px) {
  .sub-category-container .news-card:nth-child(n+2) .news-card-date, .sub-category-container #archive-news .news-card:nth-child(n) .news-card-date,
  .sub-category-container .news-card:nth-child(n+2) .news-event-label, .sub-category-container #archive-news .news-card:nth-child(n) .news-event-label{
    display: none;
  }
}
