.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ccm-product-tile {
  position: relative;
  transition: 0.3s ease all; }
  .ccm-product-tile__colors-count {
    color: #767676;
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 100;
    display: none;
    font-family: "poppinsLight", sans-serif;
    word-spacing: 2px; }
    @media (max-width: 991.98px) {
      .ccm-product-tile__colors-count {
        display: inline-block; } }
  .ccm-product-tile-image {
    background: #f2f2f2;
    padding: 1.5rem; }
    .ccm-product-tile-image__wrap {
      width: 100%;
      height: 0;
      overflow: visible;
      padding-bottom: 100%;
      position: relative; }
    .ccm-product-tile-image__variant {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: 0.3s ease opacity; }
      .ccm-product-tile-image__variant.active {
        opacity: 1; }
      .ccm-product-tile-image__variant.loading .ccm-mini-spinner {
        opacity: 1; }
    .ccm-product-tile-image__link {
      height: auto; }
      .ccm-product-tile-image__link::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .ccm-product-tile-image img {
      width: 100%;
      transition: 0.3s ease all; }
    .ccm-product-tile-image picture {
      width: 100%; }
  .ccm-product-tile__price {
    margin-top: 2rem; }
  .ccm-product-tile .tile-body-footer {
    display: none; }
  .ccm-product-tile__body {
    transition: 0.3s ease all; }
    .ccm-dark-theme .ccm-product-tile__body {
      background: transparent; }
  .ccm-product-tile .ccm-product-tile-name__displayname,
  .ccm-product-tile .price {
    transition: 0.5s ease color; }
  @media (min-width: 769px) {
    .ccm-product-tile:hover {
      transform: translate3d(0, -1rem, 0);
      box-shadow: 0 1.7rem 2.4rem 0 rgba(0, 0, 0, 0.15); }
      .ccm-product-tile:hover .ccm-product-tile-image,
      .ccm-product-tile:hover .ccm-product-tile__body {
        background: #fff; }
      .ccm-dark-theme .ccm-product-tile:hover .ccm-product-tile-name__displayname {
        color: #000; }
      .ccm-dark-theme .ccm-product-tile:hover .ccm-product-tile-name__brand--black {
        opacity: 1; }
      .ccm-dark-theme .ccm-product-tile:hover .ccm-product-tile-name__brand--white {
        opacity: 0; }
      .ccm-product-tile:hover .ccm-product-tile-image img {
        transform: scale(1.1); }
      .ccm-product-tile:hover .color-swatches {
        opacity: 1;
        pointer-events: auto; }
    .ccm-product-tile:focus {
      outline: none; }
    .keyboard-navigation .ccm-product-tile:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-product-tile:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-product-tile:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
    .keyboard-navigation .ccm-product-tile:focus {
      transform: translate3d(0, -1rem, 0);
      box-shadow: 0 1.7rem 2.4rem 0 rgba(0, 0, 0, 0.15); }
      .keyboard-navigation .ccm-product-tile:focus .ccm-product-tile-image,
      .keyboard-navigation .ccm-product-tile:focus .ccm-product-tile__body {
        background: #fff; }
      .ccm-dark-theme .keyboard-navigation .ccm-product-tile:focus .ccm-product-tile-name__displayname {
        color: #000; }
      .ccm-dark-theme .keyboard-navigation .ccm-product-tile:focus .ccm-product-tile-name__brand--black {
        opacity: 1; }
      .ccm-dark-theme .keyboard-navigation .ccm-product-tile:focus .ccm-product-tile-name__brand--white {
        opacity: 0; }
      .keyboard-navigation .ccm-product-tile:focus .ccm-product-tile-image img {
        transform: scale(1.1); }
      .keyboard-navigation .ccm-product-tile:focus .color-swatches {
        opacity: 1;
        pointer-events: auto; } }
  .ccm-product-tile__body.tile-body {
    position: relative;
    padding: 2rem 2.5rem; }
    @media (max-width: 1599.98px) {
      .ccm-product-tile__body.tile-body {
        min-height: 18rem; } }
  .ccm-product-tile__call-out-msg {
    color: #E41E2E;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: 0.8rem;
    font-size: 1.4rem;
    margin-bottom: 1.6rem; }
  .ccm-product-tile__price {
    margin-top: 3.6rem;
    font-size: 1.6rem; }
    .ccm-product-tile__price--with-promotions {
      margin-top: 0.8rem !important; }
  .ccm-product-tile .color-swatches {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    z-index: 2;
    transition: 0.3s ease all; }
    .ccm-product-tile .color-swatches .btn {
      margin: 0.8rem 0;
      color: #000 !important;
      text-decoration: underline; }
      .ccm-product-tile .color-swatches .btn:hover {
        color: #E41E2E !important; }
      .ccm-product-tile .color-swatches .btn:focus {
        outline: none; }
      .keyboard-navigation .ccm-product-tile .color-swatches .btn:focus {
        box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
      .keyboard-navigation .ccm-dark-theme .ccm-product-tile .color-swatches .btn:focus {
        box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
      .keyboard-navigation .ccm-light-theme .ccm-product-tile .color-swatches .btn:focus {
        box-shadow: 0 0 0.2rem 0.3rem #000; }
      .keyboard-navigation .ccm-product-tile .color-swatches .btn:focus {
        color: #E41E2E !important; }
    .ccm-dark-theme .ccm-product-tile .color-swatches {
      background: #fff; }
    @media (max-width: 991.98px) {
      .ccm-product-tile .color-swatches {
        display: none; } }
  .ccm-product-tile .info-icon {
    margin: 0.5rem 0.3rem;
    width: 4rem;
    height: 4rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border: 1px solid #f2f2f2;
    border-radius: 50%; }
    .ccm-product-tile .info-icon.selected .icon-checked {
      display: inline-block; }
    .ccm-product-tile .info-icon.selected .swatch-circle {
      transform: scale(1.5); }
    .ccm-product-tile .info-icon .icon-checked {
      display: none;
      position: absolute;
      left: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      line-height: 0; }
      .ccm-product-tile .info-icon .icon-checked svg {
        width: 1.2rem;
        height: 1.2rem; }
    .ccm-product-tile .info-icon .swatch-circle {
      border: none;
      width: 2.4rem;
      height: 2.4rem;
      margin: 0; }
    .ccm-product-tile .info-icon .swatch-circle {
      transition: 0.25s ease all; }
    .ccm-product-tile .info-icon:hover .swatch-circle {
      transform: scale(1.5); }
    .ccm-product-tile .info-icon:focus {
      outline: none; }
    .keyboard-navigation .ccm-product-tile .info-icon:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-product-tile .info-icon:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-product-tile .info-icon:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
    .keyboard-navigation .ccm-product-tile .info-icon:focus .swatch-circle {
      transform: scale(1.5); }
    .ccm-product-tile .info-icon .tooltip {
      min-width: 0;
      width: max-content;
      border-radius: 0; }
      .ccm-product-tile .info-icon .tooltip::after {
        border-left: 1rem solid transparent;
        border-right: 1rem solid transparent;
        border-top: 1rem solid #000;
        bottom: -0.5rem; }

.ccm-product-tile-image {
  border: none;
  background: #f2f2f2;
  transition: 0.3s ease all; }
  .ccm-product-tile-image .ccm-product-image {
    transition: 0.3s ease opacity, 0.3s ease transform; }
  .ccm-product-tile-image-tag {
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 1.5rem;
    color: #E41E2E;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.6rem;
    padding: 0.4rem 0.6rem 0.4rem 0.4rem;
    font-size: 1.6rem;
    letter-spacing: normal;
    background-color: #fff; }
  .ccm-product-tile-image__link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .ccm-product-tile-image__link:focus {
      outline: none; }
      .keyboard-navigation .ccm-product-tile-image__link:focus {
        box-shadow: none; }
        .keyboard-navigation .ccm-product-tile-image__link:focus::after {
          box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
          .ccm-dark-theme .keyboard-navigation .ccm-product-tile-image__link:focus::after {
            box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
          .ccm-light-theme .keyboard-navigation .ccm-product-tile-image__link:focus::after {
            box-shadow: 0 0 0.2rem 0.3rem #000; }
  .ccm-product-tile-image img {
    width: 100%;
    height: auto;
    display: block; }

.ccm-product-tile-name__brand-container {
  width: 100%;
  height: 1rem;
  display: block;
  margin-bottom: 1rem;
  position: relative; }

.ccm-product-tile-name__brand {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease; }
  .ccm-product-tile-name__brand--black {
    z-index: 1;
    opacity: 1; }
  .ccm-product-tile-name__brand--white {
    z-index: 0;
    opacity: 0; }
  .ccm-dark-theme .ccm-product-tile-name__brand--black {
    opacity: 0; }
  .ccm-dark-theme .ccm-product-tile-name__brand--white {
    opacity: 1; }

.ccm-product-tile-name__displayname {
  font-family: "poppinsExtraBold", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 1.675rem;
  line-height: 1.1;
  color: #000; }
  .ccm-dark-theme .ccm-product-tile-name__displayname {
    color: #fff; }
  @media (max-width: 1199.98px) {
    .ccm-product-tile-name__displayname {
      font-size: 1.775rem;
      line-height: 1.975rem; } }

.ccm-content-tile {
  transition: 0.3s ease all;
  overflow: hidden; }
  @media (min-width: 769px) {
    .ccm-content-tile:hover {
      transform: translate3d(0, -0.5rem, 0);
      background: #f2f2f2; }
    .ccm-content-tile:focus {
      outline: none; }
    .keyboard-navigation .ccm-content-tile:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-content-tile:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-content-tile:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
    .keyboard-navigation .ccm-content-tile:focus {
      transform: translate3d(0, -0.5rem, 0);
      background: #f2f2f2; } }
  .ccm-content-tile .ccm-header__explore-item {
    width: 100%; }
    .ccm-content-tile .ccm-header__explore-item .ccm-header__explore-item__label {
      width: 100%; }
  .ccm-content-tile__img {
    background: #E41E2E;
    display: block; }
    .ccm-content-tile__img::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .ccm-content-tile__img::after {
      content: '';
      display: block;
      padding-top: 100%;
      background: url("https://us.ccmhockey.com/on/demandware.static/Sites-ccm_hockey_us-Site/-/en_US/v1752608727842/images/content/browser-content.svg") center center no-repeat;
      background-size: 50% 50%; }
  .ccm-content-tile__content {
    padding: 2rem 2.5rem; }
  .ccm-content-tile__title {
    font-family: "poppinsExtraBold", sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-size: 2.4rem;
    line-height: 1.1;
    color: #000; }
  .ccm-content-tile__description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-style: normal;
    font-weight: normal;
    color: #767676;
    overflow: hidden;
    margin-top: 0.4rem;
    /* autoprefixer: off */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* autoprefixer: on */ }

.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ccm-refinement {
  border-bottom: 2px solid #f2f2f2;
  transition: 0.1s ease all; }
  @media (max-width: 991.98px) {
    .ccm-refinement.active {
      background-color: #000; } }
  .ccm-refinement.active .ccm-refinement__header svg {
    transform: rotate(180deg); }
  .ccm-refinement.active .ccm-refinement__header {
    color: #000; }
    .ccm-dark-theme .ccm-refinement.active .ccm-refinement__header {
      color: #fff; }
  .ccm-refinement__header-link {
    font-size: 1.875rem;
    padding: 1.5rem;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease all; }
    .ccm-refinement__header-link:hover {
      color: #E41E2E;
      text-decoration: none; }
    .ccm-refinement__header-link:focus {
      outline: none; }
    .keyboard-navigation .ccm-refinement__header-link:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-refinement__header-link:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-refinement__header-link:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
    .keyboard-navigation .ccm-refinement__header-link:focus {
      color: #E41E2E;
      text-decoration: none; }
  .ccm-refinement__categories {
    list-style: none;
    margin: 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 3px solid #000;
    line-height: 1.3;
    transition: 0.3s ease border-color; }
    .ccm-refinement__categories ul {
      list-style: none;
      padding: 0 0 1.5rem 0;
      margin: 0; }
      .ccm-refinement__categories ul li {
        padding: 1rem 1.5rem; }
        .ccm-refinement__categories ul li a {
          color: #7B7B7B;
          text-decoration: none; }
          .ccm-refinement__categories ul li a.darkened {
            color: #000; }
          .ccm-dark-theme .ccm-refinement__categories ul li a {
            color: #fff; }
          .ccm-refinement__categories ul li a b, .ccm-refinement__categories ul li a strong {
            color: #000; }
            .ccm-dark-theme .ccm-refinement__categories ul li a b, .ccm-dark-theme .ccm-refinement__categories ul li a strong {
              color: #fff; }
            .ccm-refinement__categories ul li a b:hover, .ccm-refinement__categories ul li a strong:hover {
              color: #E41E2E;
              text-decoration: none; }
            .ccm-refinement__categories ul li a b:focus, .ccm-refinement__categories ul li a strong:focus {
              outline: none; }
            .keyboard-navigation .ccm-refinement__categories ul li a b:focus, .keyboard-navigation .ccm-refinement__categories ul li a strong:focus {
              box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
            .keyboard-navigation .ccm-dark-theme .ccm-refinement__categories ul li a b:focus, .keyboard-navigation .ccm-dark-theme .ccm-refinement__categories ul li a strong:focus {
              box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
            .keyboard-navigation .ccm-light-theme .ccm-refinement__categories ul li a b:focus, .keyboard-navigation .ccm-light-theme .ccm-refinement__categories ul li a strong:focus {
              box-shadow: 0 0 0.2rem 0.3rem #000; }
            .keyboard-navigation .ccm-refinement__categories ul li a b:focus, .keyboard-navigation .ccm-refinement__categories ul li a strong:focus {
              color: #E41E2E;
              text-decoration: none; }
          .ccm-refinement__categories ul li a:hover {
            color: #E41E2E;
            text-decoration: none; }
          .ccm-refinement__categories ul li a:focus {
            outline: none; }
          .keyboard-navigation .ccm-refinement__categories ul li a:focus {
            box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
          .keyboard-navigation .ccm-dark-theme .ccm-refinement__categories ul li a:focus {
            box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
          .keyboard-navigation .ccm-light-theme .ccm-refinement__categories ul li a:focus {
            box-shadow: 0 0 0.2rem 0.3rem #000; }
          .keyboard-navigation .ccm-refinement__categories ul li a:focus {
            color: #E41E2E;
            text-decoration: none; }
    .ccm-refinement__categories .ccm-refinement:last-of-type {
      border: none; }
  .ccm-refinement__header {
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    border: none;
    background: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1.6rem 1.4rem;
    color: #767676;
    transition: 0.3s ease all;
    text-decoration: none;
    text-align: left; }
    .ccm-refinement__header.dark {
      color: #000; }
      .ccm-refinement__header.dark .num {
        transition: 0.3s ease all;
        color: #767676; }
      .active .ccm-refinement__header.dark {
        color: #E41E2E; }
        .active .ccm-refinement__header.dark .num {
          color: #000; }
        .ccm-dark-theme .active .ccm-refinement__header.dark .num {
          color: #767676; }
    .ccm-refinement__header:hover {
      color: #000;
      background: #f2f2f2;
      text-decoration: none; }
    .ccm-refinement__header:focus {
      outline: none; }
    .keyboard-navigation .ccm-refinement__header:focus {
      color: #000;
      background: #f2f2f2;
      text-decoration: none;
      box-shadow: none; }
    .ccm-refinement__header svg {
      color: #767676;
      transition: 0.3s ease all; }
  .ccm-refinement__content {
    height: 0;
    overflow: hidden;
    display: none; }
    .ccm-refinement__content__img {
      height: 1.2rem; }
      .ccm-dark-theme .ccm-refinement__content__img--black {
        display: none; }
      .ccm-refinement__content__img--white {
        display: none; }
        .ccm-dark-theme .ccm-refinement__content__img--white {
          display: block; }
    .ccm-refinement__content__list:hover {
      color: #E41E2E;
      background-color: #f2f2f2; }
      .ccm-refinement__content__list:hover b,
      .ccm-refinement__content__list:hover strong {
        color: #E41E2E; }
      .ccm-dark-theme .ccm-refinement__content__list:hover {
        background-color: #303030; }
        .ccm-dark-theme .ccm-refinement__content__list:hover b,
        .ccm-dark-theme .ccm-refinement__content__list:hover strong {
          color: #E41E2E; }
    .ccm-refinement__content__list:focus {
      outline: none; }
    .keyboard-navigation .ccm-refinement__content__list:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-refinement__content__list:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-refinement__content__list:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
    .keyboard-navigation .ccm-refinement__content__list:focus {
      color: #E41E2E;
      background-color: #f2f2f2; }
      .keyboard-navigation .ccm-refinement__content__list:focus b,
      .keyboard-navigation .ccm-refinement__content__list:focus strong {
        color: #E41E2E; }
      .ccm-dark-theme .keyboard-navigation .ccm-refinement__content__list:focus {
        background-color: #303030; }
        .ccm-dark-theme .keyboard-navigation .ccm-refinement__content__list:focus b,
        .ccm-dark-theme .keyboard-navigation .ccm-refinement__content__list:focus strong {
          color: #E41E2E; }
    .ccm-refinement__content ul {
      list-style: none;
      margin: 0;
      padding: 0 0 1rem 0; }
      .ccm-refinement__content ul:before {
        content: '';
        display: block;
        width: 100%;
        height: 1rem; }
      .ccm-refinement__content ul:after {
        content: '';
        display: block;
        width: 100%;
        height: 1.5rem; }
      .ccm-refinement__content ul li {
        margin: 0 0.2rem; }
      .ccm-refinement__content ul button {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        background: none;
        border: none;
        text-align: left;
        border-radius: 0;
        padding: 0.6rem 1.4rem;
        transition: 0.3s ease all;
        color: #767676;
        font-family: "poppinsLight", sans-serif;
        word-spacing: 2px;
        font-weight: 100; }
        .ccm-refinement__content ul button.disabled, .ccm-refinement__content ul button:disabled {
          pointer-events: none; }
          .ccm-refinement__content ul button.disabled span, .ccm-refinement__content ul button:disabled span {
            opacity: 0.3; }
          .ccm-refinement__content ul button.disabled svg path, .ccm-refinement__content ul button:disabled svg path {
            fill: #f2f2f2;
            stroke: #f2f2f2; }
          .ccm-dark-theme .ccm-refinement__content ul button.disabled, .ccm-dark-theme .ccm-refinement__content ul button:disabled {
            color: #f2f2f2; }
          @media (max-width: 991.98px) {
            .ccm-refinement__content ul button.disabled, .ccm-refinement__content ul button:disabled {
              text-decoration: line-through; } }
        .ccm-refinement__content ul button.active {
          font-weight: 500;
          color: #000; }
          .ccm-dark-theme .ccm-refinement__content ul button.active {
            color: #fff; }
          @media (max-width: 991.98px) {
            .ccm-refinement__content ul button.active {
              color: #fff; } }
        .ccm-refinement__content ul button svg {
          position: relative;
          top: -0.2rem;
          margin-right: 0.5rem; }
        .ccm-refinement__content ul button .shape, .ccm-refinement__content ul button .check {
          transition: 0.3s ease fill; }
        .ccm-refinement__content ul button span {
          display: inline-block;
          margin-left: 0.3rem; }
        .ccm-refinement__content ul button:not(.disabled):hover {
          background: #000;
          color: #fff; }
          .ccm-refinement__content ul button:not(.disabled):hover .shape {
            fill: #fff; }
          .ccm-refinement__content ul button:not(.disabled):hover .check {
            fill: #000; }
          @media (max-width: 991.98px) {
            .ccm-refinement__content ul button:not(.disabled):hover {
              background: #fff;
              color: #000; }
              .ccm-refinement__content ul button:not(.disabled):hover .shape {
                fill: #000; }
              .ccm-refinement__content ul button:not(.disabled):hover .check {
                fill: #fff; } }
        .ccm-refinement__content ul button:not(.disabled):focus {
          outline: none; }
        .keyboard-navigation .ccm-refinement__content ul button:not(.disabled):focus {
          background: #000;
          color: #fff;
          box-shadow: none; }
          .keyboard-navigation .ccm-refinement__content ul button:not(.disabled):focus .shape {
            fill: #fff; }
          .keyboard-navigation .ccm-refinement__content ul button:not(.disabled):focus .check {
            fill: #000; }
          @media (max-width: 991.98px) {
            .keyboard-navigation .ccm-refinement__content ul button:not(.disabled):focus {
              background: #fff;
              color: #000; }
              .keyboard-navigation .ccm-refinement__content ul button:not(.disabled):focus .shape {
                fill: #000; }
              .keyboard-navigation .ccm-refinement__content ul button:not(.disabled):focus .check {
                fill: #fff; } }

.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ccm-marketing-module {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  min-height: 50rem; }
  @media (max-width: 1599.98px) {
    .ccm-marketing-module {
      min-height: 44rem; } }
  @media (max-width: 1199.98px) {
    .ccm-marketing-module {
      min-height: 32rem; } }
  .ccm-marketing-module:hover .ccm-marketing-module__bg {
    transform: scale(1.1); }
  .ccm-marketing-module__content {
    padding: 2rem;
    width: 100%; }
    .ccm-marketing-module__content h1, .ccm-marketing-module__content h2, .ccm-marketing-module__content h3, .ccm-marketing-module__content h4, .ccm-marketing-module__content h5 {
      font-family: "poppinsLight", sans-serif;
      letter-spacing: 0;
      font-weight: 500;
      font-size: 5rem;
      line-height: 0.85;
      margin-bottom: 1rem; }
      .ccm-marketing-module__content h1 b, .ccm-marketing-module__content h1 strong, .ccm-marketing-module__content h2 b, .ccm-marketing-module__content h2 strong, .ccm-marketing-module__content h3 b, .ccm-marketing-module__content h3 strong, .ccm-marketing-module__content h4 b, .ccm-marketing-module__content h4 strong, .ccm-marketing-module__content h5 b, .ccm-marketing-module__content h5 strong {
        display: block;
        font-family: "poppinsBold", sans-serif;
        letter-spacing: 0;
        font-weight: 600; }
      @media (max-width: 1199.98px) {
        .ccm-marketing-module__content h1, .ccm-marketing-module__content h2, .ccm-marketing-module__content h3, .ccm-marketing-module__content h4, .ccm-marketing-module__content h5 {
          font-size: 4.8rem; } }
      @media (max-width: 991.98px) {
        .ccm-marketing-module__content h1, .ccm-marketing-module__content h2, .ccm-marketing-module__content h3, .ccm-marketing-module__content h4, .ccm-marketing-module__content h5 {
          font-size: 2.8rem;
          line-height: 2.8rem; } }
      @media (max-width: 768.98px) {
        .ccm-marketing-module__content h1, .ccm-marketing-module__content h2, .ccm-marketing-module__content h3, .ccm-marketing-module__content h4, .ccm-marketing-module__content h5 {
          font-size: 1.8rem;
          line-height: 2.8rem; } }
    .ccm-marketing-module__content p {
      font-family: "poppinsLight", sans-serif;
      word-spacing: 2px;
      font-weight: 100;
      margin: 1.5rem 0; }
    .ccm-marketing-module__content a {
      font-family: "poppinsBold", sans-serif;
      letter-spacing: 0;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      border-top: 2px solid currentColor;
      text-decoration: none;
      padding: 1rem 0 0 0; }
      .ccm-marketing-module__content a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .ccm-marketing-module__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: 0.4s ease transform; }

.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ccm-product-listing-footer {
  margin: 4rem 0; }
  .ccm-product-listing-footer__title {
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.5rem; }
  .ccm-product-listing-footer__text {
    font-style: normal;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #767676; }
    .ccm-product-listing-footer__text p {
      margin: 1em 0; }
    .ccm-product-listing-footer__text b,
    .ccm-product-listing-footer__text strong {
      color: #000; }
    header ~ #maincontent .container .ccm-product-listing-footer__text a:not(.btn-primary):not(.btn-outline-primary) {
      color: #000; }
      header ~ #maincontent .container .ccm-product-listing-footer__text a:not(.btn-primary):not(.btn-outline-primary):hover {
        color: #E41E2E; }
      header ~ #maincontent .container .ccm-product-listing-footer__text a:not(.btn-primary):not(.btn-outline-primary):focus {
        outline: none; }
      .keyboard-navigation header ~ #maincontent .container .ccm-product-listing-footer__text a:not(.btn-primary):not(.btn-outline-primary):focus {
        box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
      .keyboard-navigation .ccm-dark-theme header ~ #maincontent .container .ccm-product-listing-footer__text a:not(.btn-primary):not(.btn-outline-primary):focus {
        box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
      .keyboard-navigation .ccm-light-theme header ~ #maincontent .container .ccm-product-listing-footer__text a:not(.btn-primary):not(.btn-outline-primary):focus {
        box-shadow: 0 0 0.2rem 0.3rem #000; }
      .keyboard-navigation header ~ #maincontent .container .ccm-product-listing-footer__text a:not(.btn-primary):not(.btn-outline-primary):focus {
        color: #E41E2E; }
    .ccm-product-listing-footer__text b,
    .ccm-product-listing-footer__text strong {
      font-weight: 600; }
    .ccm-product-listing-footer__text h1, .ccm-product-listing-footer__text h2, .ccm-product-listing-footer__text h3, .ccm-product-listing-footer__text h4, .ccm-product-listing-footer__text h5, .ccm-product-listing-footer__text h6 {
      font-family: "poppinsLight", sans-serif;
      letter-spacing: 0; }

@keyframes slowlyShowDot {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ccm-dark-theme .alert {
  border-radius: 0;
  border: 0; }
  .ccm-dark-theme .alert strong {
    font-weight: 500; }

.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.custom-checkbox {
  padding-left: 0; }
  .custom-checkbox .custom-control-label {
    padding-left: 3.3rem;
    cursor: pointer; }
    .custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
      left: 0; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    position: relative; }
  .keyboard-navigation .custom-checkbox .custom-control-input:focus + .custom-control-label {
    box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
  .custom-checkbox.form-group.required .custom-control-label span:after {
    content: "*";
    color: #E41E2E; }
  .custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
    color: #767676; }
    .custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label:before {
      border-color: #767676; }

.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.custom-select {
  font-family: "poppinsBold", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 6rem;
  color: #000000;
  height: 6rem;
  border: 0;
  padding: 1.4rem 1.7rem 1rem;
  text-transform: uppercase;
  background-image: url("https://us.ccmhockey.com/on/demandware.static/Sites-ccm_hockey_us-Site/-/en_US/v1752608727842/images/glyphs/arrow-02-down.svg");
  background-size: 2.4rem; }

.ccm-select {
  position: relative;
  transition: 0.3s ease background; }
  .ccm-select__field {
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0;
    -webkit-appearance: none;
            appearance: none;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
    height: 6rem;
    border: 0;
    padding: 2.4rem 4rem 1rem 1.7rem;
    text-transform: uppercase;
    background: none;
    transition: 0.3s ease all;
    text-transform: none;
    cursor: pointer;
    min-width: 10rem; }
    .ccm-select__field::-ms-expand {
      display: none; }
    @media (max-width: 768.98px) {
      .ccm-select__field {
        width: 100%; } }
    .ccm-select__field:hover {
      background: #f2f2f2; }
      .ccm-dark-theme .ccm-select__field:hover {
        background: #303030; }
    .ccm-select__field:focus {
      outline: none; }
      .keyboard-navigation .ccm-select__field:focus {
        background: #f2f2f2; }
        .ccm-dark-theme .keyboard-navigation .ccm-select__field:focus {
          background: #303030; }
    .ccm-dark-theme .ccm-select__field {
      color: #fff; }
  .ccm-select__label {
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1.2rem;
    position: absolute;
    top: 0.7rem;
    left: 1.7rem;
    color: #767676;
    text-transform: uppercase;
    pointer-events: none; }
    .ccm-dark-theme .ccm-select__label {
      color: #7B7B7B; }
  .ccm-select svg {
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s ease all;
    pointer-events: none; }
    .ccm-dark-theme .ccm-select svg {
      color: #fff; }

.form-control--dropdown {
  height: 5.6rem;
  position: relative; }
  .form-control--dropdown .form-control-label {
    pointer-events: none;
    position: absolute;
    top: .6rem;
    left: 0; }
  .form-control--dropdown .custom-select {
    height: 5.6rem;
    background: transparent;
    border: 2px solid #767676;
    padding: 1.3rem 6.6rem 0 1.3rem;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis; }
    .form-control--dropdown .custom-select:focus {
      border-color: black;
      background: transparent;
      box-shadow: 0 0 0 2px black; }
      .form-control--dropdown .custom-select:focus::-ms-value {
        background: none; }
      .form-control--dropdown .custom-select:focus + .custom-select-icon {
        border-color: black; }
  .form-control--dropdown .custom-select-icon {
    content: '';
    display: block;
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #767676;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: 0.4s ease all; }
    .form-control--dropdown .custom-select-icon svg {
      margin-left: -1px; }
  .form-control--dropdown.is-invalid select {
    border-color: black; }
    .form-control--dropdown.is-invalid select:focus {
      border-color: #E41E2E; }

.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.form-control {
  color: black;
  border: 0;
  margin: 0 2px;
  padding-top: 0;
  width: calc(100% - 4px);
  font-weight: 500;
  font-size: 1.475rem;
  padding-left: 1.3rem;
  border-radius: 0;
  -webkit-appearance: none; }
  .form-control[type="password"]::-ms-reveal, .form-control[type="password"]::-ms-clear {
    display: none; }
  .form-control[type="tel"], .form-control[type="text"], .form-control[type="email"], .form-control[type="search"], .form-control[type="number"], .form-control[type="password"] {
    border-radius: 0;
    box-shadow: -13px 13px 0 -11px #767676, 13px 13px 0 -11px #767676;
    background: none; }
    .form-control[type="tel"]:focus, .form-control[type="text"]:focus, .form-control[type="email"]:focus, .form-control[type="search"]:focus, .form-control[type="number"]:focus, .form-control[type="password"]:focus {
      box-shadow: -13px 13px 0 -9px #000, 13px 13px 0 -9px #000; }
    .form-control[type="tel"].is-invalid:focus, .form-control[type="tel"][valid="0"]:focus, .form-control[type="text"].is-invalid:focus, .form-control[type="text"][valid="0"]:focus, .form-control[type="email"].is-invalid:focus, .form-control[type="email"][valid="0"]:focus, .form-control[type="search"].is-invalid:focus, .form-control[type="search"][valid="0"]:focus, .form-control[type="number"].is-invalid:focus, .form-control[type="number"][valid="0"]:focus, .form-control[type="password"].is-invalid:focus, .form-control[type="password"][valid="0"]:focus {
      box-shadow: -13px 13px 0 -9px #E41E2E, 13px 13px 0 -9px #E41E2E; }
    .ccm-dark-theme .form-control[type="tel"], .ccm-dark-theme .form-control[type="text"], .ccm-dark-theme .form-control[type="email"], .ccm-dark-theme .form-control[type="search"], .ccm-dark-theme .form-control[type="number"], .ccm-dark-theme .form-control[type="password"] {
      color: white;
      border-radius: 0;
      box-shadow: -13px 13px 0 -11px #767676, 13px 13px 0 -11px #767676;
      background: none; }
      .ccm-dark-theme .form-control[type="tel"]:focus, .ccm-dark-theme .form-control[type="text"]:focus, .ccm-dark-theme .form-control[type="email"]:focus, .ccm-dark-theme .form-control[type="search"]:focus, .ccm-dark-theme .form-control[type="number"]:focus, .ccm-dark-theme .form-control[type="password"]:focus {
        box-shadow: -13px 13px 0 -9px #fff, 13px 13px 0 -9px #fff; }
      .ccm-dark-theme .form-control[type="tel"].is-invalid:focus, .ccm-dark-theme .form-control[type="tel"][valid="0"]:focus, .ccm-dark-theme .form-control[type="text"].is-invalid:focus, .ccm-dark-theme .form-control[type="text"][valid="0"]:focus, .ccm-dark-theme .form-control[type="email"].is-invalid:focus, .ccm-dark-theme .form-control[type="email"][valid="0"]:focus, .ccm-dark-theme .form-control[type="search"].is-invalid:focus, .ccm-dark-theme .form-control[type="search"][valid="0"]:focus, .ccm-dark-theme .form-control[type="number"].is-invalid:focus, .ccm-dark-theme .form-control[type="number"][valid="0"]:focus, .ccm-dark-theme .form-control[type="password"].is-invalid:focus, .ccm-dark-theme .form-control[type="password"][valid="0"]:focus {
        box-shadow: -13px 13px 0 -9px #E41E2E, 13px 13px 0 -9px #E41E2E; }
    .ccm-light-theme .form-control[type="tel"], .ccm-light-theme .form-control[type="text"], .ccm-light-theme .form-control[type="email"], .ccm-light-theme .form-control[type="search"], .ccm-light-theme .form-control[type="number"], .ccm-light-theme .form-control[type="password"] {
      border-radius: 0;
      box-shadow: -13px 13px 0 -11px #767676, 13px 13px 0 -11px #767676;
      background: none; }
      .ccm-light-theme .form-control[type="tel"]:focus, .ccm-light-theme .form-control[type="text"]:focus, .ccm-light-theme .form-control[type="email"]:focus, .ccm-light-theme .form-control[type="search"]:focus, .ccm-light-theme .form-control[type="number"]:focus, .ccm-light-theme .form-control[type="password"]:focus {
        box-shadow: -13px 13px 0 -9px #000, 13px 13px 0 -9px #000; }
      .ccm-light-theme .form-control[type="tel"].is-invalid:focus, .ccm-light-theme .form-control[type="tel"][valid="0"]:focus, .ccm-light-theme .form-control[type="text"].is-invalid:focus, .ccm-light-theme .form-control[type="text"][valid="0"]:focus, .ccm-light-theme .form-control[type="email"].is-invalid:focus, .ccm-light-theme .form-control[type="email"][valid="0"]:focus, .ccm-light-theme .form-control[type="search"].is-invalid:focus, .ccm-light-theme .form-control[type="search"][valid="0"]:focus, .ccm-light-theme .form-control[type="number"].is-invalid:focus, .ccm-light-theme .form-control[type="number"][valid="0"]:focus, .ccm-light-theme .form-control[type="password"].is-invalid:focus, .ccm-light-theme .form-control[type="password"][valid="0"]:focus {
        box-shadow: -13px 13px 0 -9px #E41E2E, 13px 13px 0 -9px #E41E2E; }

textarea.form-control {
  box-shadow: 0 0 0 1px #C4C4C4;
  padding: 1rem 2.4rem;
  outline: none; }
  textarea.form-control:focus {
    box-shadow: 0 0 0 3px #000;
    outline: none; }

.form-control-label {
  font-family: "poppinsBold", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.475rem;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #767676;
  padding-left: 0.5rem;
  margin-bottom: -0.4rem;
  display: block;
  transform: translate(1.1rem, 1.5rem);
  transition: 0.4s ease all; }
  .form-control-label.js-focus, .form-control-label.js-not-empty {
    font-size: 1.2rem;
    transform: translate(1.1rem, 0rem);
    margin-bottom: 0; }
  @media all and (max-width: 370px) {
    .form-control-label {
      font-size: 1.4rem; } }
  .ccm-dark-theme .form-control-label {
    color: white; }

.custom-control .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #767676;
  background-color: #767676;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  top: 2px;
  transform: rotate(45deg); }

.custom-control .custom-control-input:checked ~ .custom-control-label:after {
  background: transparent;
  box-shadow: -3px 3px 0 #fff;
  width: 1rem;
  height: .6rem;
  top: -2rem;
  left: -2.8rem;
  transform: rotate(-45deg); }

.custom-control .custom-control-input:checked:focus ~ .custom-control-label:before {
  border-color: #000;
  background-color: #000; }

.custom-control .custom-control-input:focus ~ .custom-control-label:before,
.custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  box-shadow: none;
  border-color: #000; }

.custom-control .custom-control-label {
  min-height: 3rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #767676; }
  .custom-control .custom-control-label:before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.4rem;
    border-radius: 0;
    border: 0.2rem solid #767676;
    background: none;
    transition: all 0.2s ease; }
  .custom-control .custom-control-label:after {
    left: -3.3rem;
    width: 3px;
    height: 1px;
    transition: height 0.1s ease, width 0.2s ease 0.05s; }

.form-group {
  margin-bottom: 3rem; }
  .form-group--textarea .form-control-label {
    padding-left: 1.4rem; }
  .form-group--textarea textarea.form-control {
    margin-top: -2.4rem;
    padding-top: 2.4rem; }

.form-group.required .form-control-label:before {
  display: none; }

.form-group.required .form-control-label:after {
  content: "*";
  color: #E41E2E; }

button[type="submit"].btn {
  margin-top: 3rem;
  border-radius: 0; }
  button[type="submit"].btn.btn-with-icon {
    text-align: left; }

.invalid-feedback {
  color: #E41E2E; }

/*
    Naming convention

    tooltip[Direction:top|left|bottom|right][Alignement:left|center|right|end|top]
*/
.form-group--info {
  position: relative; }
  .form-group--info .info-icon {
    position: absolute;
    top: 1.1rem;
    right: 1.6rem; }
    @media (max-width: 1199.98px) {
      .form-group--info .info-icon .tooltip {
        transform: translate(-100%, -1rem);
        margin-left: 2rem;
        bottom: 2.4rem; }
        .form-group--info .info-icon .tooltip::after {
          transform: none;
          left: 100%;
          right: 0;
          bottom: -0.625em;
          margin: 0 0 0 -3rem; } }
  .form-group--info input.form-control {
    padding-right: 4rem; }

.ccm-form-password-validation {
  position: absolute;
  top: 4.6rem;
  right: -2px;
  background: #000;
  color: #fff;
  z-index: 1;
  padding: 2.4rem;
  font-weight: 400;
  opacity: 0; }
  .ccm-form-password-validation.ready {
    opacity: 1; }
  @media (max-width: 768.98px) {
    .ccm-form-password-validation {
      width: 100%;
      right: 0;
      font-size: 1.4rem;
      padding: 1rem 2.4rem 2rem; }
      .ccm-form-password-validation .js-password-validation-described ul li {
        height: 1.4rem; }
        .ccm-form-password-validation .js-password-validation-described ul li .js-pass-not-padding {
          width: 1.6rem;
          line-height: 1.6rem;
          margin-right: 1.6rem; }
          .ccm-form-password-validation .js-password-validation-described ul li .js-pass-not-padding .svg-icon svg {
            width: 1.6rem;
            height: 1.6rem; }
        .ccm-form-password-validation .js-password-validation-described ul li .js-pass {
          width: 1.6rem;
          line-height: 1.6rem;
          margin-right: 1.6rem; }
          .ccm-form-password-validation .js-password-validation-described ul li .js-pass .svg-icon svg {
            position: relative;
            left: 0.2rem;
            width: 1.2rem;
            height: 1.2rem; }
        .ccm-form-password-validation .js-password-validation-described ul li span {
          position: relative;
          top: -0.2rem; } }
  .ccm-form-password-validation .js-pass {
    width: 1.6rem;
    line-height: 1.6rem;
    margin-right: 2.2rem; }
    .ccm-form-password-validation .js-pass .svg-icon svg {
      position: relative;
      top: 0.2rem;
      left: 0.3rem;
      width: 1.6rem;
      height: 1.6rem; }

.js-is-rejected {
  color: #F2192B; }

.js-is-accepted {
  color: #5ABA47; }

.ccm-tooltip-validation-close {
  position: relative;
  top: -0.5rem;
  background: none;
  border: none;
  color: white; }
  .ccm-tooltip-validation-close:hover {
    cursor: pointer;
    color: white; }
  .ccm-tooltip-validation-close:focus {
    outline: none; }
  .keyboard-navigation .ccm-tooltip-validation-close:focus {
    box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
  .keyboard-navigation .ccm-dark-theme .ccm-tooltip-validation-close:focus {
    box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
  .keyboard-navigation .ccm-light-theme .ccm-tooltip-validation-close:focus {
    box-shadow: 0 0 0.2rem 0.3rem #000; }
  .keyboard-navigation .ccm-tooltip-validation-close:focus {
    cursor: pointer;
    color: white; }

.form-password-group {
  position: relative; }
  .form-password-group .form-control {
    padding-right: 3.2rem; }

.form-password-group__toggle {
  position: absolute;
  top: 1rem;
  right: 0;
  background: none;
  border: 0;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0; }
  .form-password-group__toggle .form-password-group__eye-open {
    display: none; }
  .form-password-group__toggle.is-eye-open .form-password-group__eye-closed {
    display: none; }
  .form-password-group__toggle.is-eye-open .form-password-group__eye-open {
    display: block; }

@keyframes plpTileReveal {
  from {
    opacity: 0;
    transform: translate(0, 2rem); }
  to {
    opacity: 1;
    transform: translate(0, 0); } }

.ccm-product-listing {
  padding-top: 1px;
  background: #fff;
  transition: 0.5s ease background; }
  @media (max-width: 768.98px) {
    .ccm-product-listing {
      padding-top: 8.5rem; } }
  .ccm-product-listing.is-search-template .ccm-product-listing__sidebar--search {
    margin-top: 9rem; }
  .ccm-product-listing.ccm-dark-theme,
  .ccm-dark-theme .ccm-product-listing {
    background: #000; }
    .ccm-product-listing.ccm-dark-theme .ccm-product-listing__sidebar,
    .ccm-product-listing.ccm-dark-theme .ccm-product-tile-name__displayname,
    .ccm-product-listing.ccm-dark-theme .ccm-refinement__header svg,
    .ccm-product-listing.ccm-dark-theme .breadcrumb a,
    .ccm-product-listing.ccm-dark-theme .breadcrumb svg,
    .ccm-product-listing.ccm-dark-theme .ccm-product-listing__subtitle,
    .ccm-product-listing.ccm-dark-theme .ccm-refinement__header-link,
    .ccm-dark-theme .ccm-product-listing .ccm-product-listing__sidebar,
    .ccm-dark-theme .ccm-product-listing .ccm-product-tile-name__displayname,
    .ccm-dark-theme .ccm-product-listing .ccm-refinement__header svg,
    .ccm-dark-theme .ccm-product-listing .breadcrumb a,
    .ccm-dark-theme .ccm-product-listing .breadcrumb svg,
    .ccm-dark-theme .ccm-product-listing .ccm-product-listing__subtitle,
    .ccm-dark-theme .ccm-product-listing .ccm-refinement__header-link {
      color: #fff; }
    .ccm-product-listing.ccm-dark-theme .price,
    .ccm-dark-theme .ccm-product-listing .price {
      color: #767676; }
    .ccm-product-listing.ccm-dark-theme .ccm-refinement__categories,
    .ccm-dark-theme .ccm-product-listing .ccm-refinement__categories {
      border-color: #fff; }
    @media (min-width: 769px) {
      .ccm-product-listing.ccm-dark-theme .ccm-product-tile:hover .ccm-product-tile-name__displayname,
      .ccm-dark-theme .ccm-product-listing .ccm-product-tile:hover .ccm-product-tile-name__displayname {
        color: #000; }
      .ccm-product-listing.ccm-dark-theme .ccm-product-tile:hover .price,
      .ccm-dark-theme .ccm-product-listing .ccm-product-tile:hover .price {
        color: default; }
      .ccm-product-listing.ccm-dark-theme .ccm-product-tile:focus,
      .ccm-dark-theme .ccm-product-listing .ccm-product-tile:focus {
        outline: none; }
      .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-product-tile:focus, .keyboard-navigation
      .ccm-dark-theme .ccm-product-listing .ccm-product-tile:focus {
        box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
      .keyboard-navigation .ccm-dark-theme .ccm-product-listing.ccm-dark-theme .ccm-product-tile:focus, .keyboard-navigation .ccm-dark-theme
      .ccm-dark-theme .ccm-product-listing .ccm-product-tile:focus {
        box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
      .keyboard-navigation .ccm-light-theme .ccm-product-listing.ccm-dark-theme .ccm-product-tile:focus, .keyboard-navigation .ccm-light-theme
      .ccm-dark-theme .ccm-product-listing .ccm-product-tile:focus {
        box-shadow: 0 0 0.2rem 0.3rem #000; }
      .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-product-tile:focus .ccm-product-tile-name__displayname, .keyboard-navigation
      .ccm-dark-theme .ccm-product-listing .ccm-product-tile:focus .ccm-product-tile-name__displayname {
        color: #000; }
      .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-product-tile:focus .price, .keyboard-navigation
      .ccm-dark-theme .ccm-product-listing .ccm-product-tile:focus .price {
        color: default; } }
    .ccm-light-theme .ccm-product-listing.ccm-dark-theme .ccm-product-listing__filters-trigger, .ccm-light-theme
    .ccm-dark-theme .ccm-product-listing .ccm-product-listing__filters-trigger {
      color: #000; }
    .ccm-product-listing.ccm-dark-theme .ccm-refinement,
    .ccm-dark-theme .ccm-product-listing .ccm-refinement {
      border-color: transparent; }
    .ccm-product-listing.ccm-dark-theme .ccm-refinement__header:hover,
    .ccm-dark-theme .ccm-product-listing .ccm-refinement__header:hover {
      background: #303030;
      color: white; }
    .ccm-product-listing.ccm-dark-theme .ccm-refinement__header:focus,
    .ccm-dark-theme .ccm-product-listing .ccm-refinement__header:focus {
      outline: none; }
    .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-refinement__header:focus, .keyboard-navigation
    .ccm-dark-theme .ccm-product-listing .ccm-refinement__header:focus {
      background: #303030;
      color: white;
      box-shadow: none; }
    .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li,
    .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li {
      color: #fff; }
      .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li .shape,
      .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li .shape {
        fill: #fff; }
      .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li .check,
      .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li .check {
        fill: #000; }
      .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:hover .shape,
      .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:hover .shape {
        fill: #000; }
      .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:hover .check,
      .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:hover .check {
        fill: #fff; }
      .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:focus,
      .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:focus {
        outline: none; }
      .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:focus, .keyboard-navigation
      .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:focus {
        box-shadow: none; }
        .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:focus .shape, .keyboard-navigation
        .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:focus .shape {
          fill: #000; }
        .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:focus .check, .keyboard-navigation
        .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:focus .check {
          fill: #fff; }
      @media (min-width: 769px) {
        .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:hover,
        .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:hover {
          background: #fff;
          color: #000; }
          .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:hover .shape,
          .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:hover .shape {
            fill: #000; }
          .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:hover .check,
          .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:hover .check {
            fill: #fff; }
        .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:focus,
        .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:focus {
          outline: none; }
        .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:focus, .keyboard-navigation
        .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:focus {
          background: #fff;
          color: #000;
          box-shadow: none; }
          .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:focus .shape, .keyboard-navigation
          .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:focus .shape {
            fill: #000; }
          .keyboard-navigation .ccm-product-listing.ccm-dark-theme .ccm-refinement__content ul li:focus .check, .keyboard-navigation
          .ccm-dark-theme .ccm-product-listing .ccm-refinement__content ul li:focus .check {
            fill: #fff; } }
    @media (max-width: 768.98px) {
      .ccm-product-listing.ccm-dark-theme .ccm-product-listing__hero-title,
      .ccm-product-listing.ccm-dark-theme .ccm-product-listing__hero-description,
      .ccm-dark-theme .ccm-product-listing .ccm-product-listing__hero-title,
      .ccm-dark-theme .ccm-product-listing .ccm-product-listing__hero-description {
        color: #fff; } }
  .ccm-product-listing__description {
    display: none; }
    @media (max-width: 768.98px) {
      .ccm-product-listing__description {
        display: block;
        margin: 0 1.6rem; } }
    .ccm-product-listing__description--title {
      font-family: "poppinsLight", sans-serif;
      word-spacing: 2px;
      font-weight: 600; }
      .ccm-product-listing__description--title small {
        font-family: "poppinsLight", sans-serif;
        word-spacing: 2px;
        font-weight: 400;
        color: #7B7B7B; }
  .ccm-product-listing__subtitle {
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 2.275rem;
    text-transform: uppercase; }
    .ccm-product-listing__subtitle small {
      font-size: inherit;
      font-weight: inherit;
      color: #7B7B7B; }
    .ccm-product-listing__subtitle--desktop {
      display: block; }
      @media (max-width: 768.98px) {
        .ccm-product-listing__subtitle--desktop {
          display: none; } }
    .ccm-product-listing__subtitle--mobile {
      display: none; }
      @media (max-width: 768.98px) {
        .ccm-product-listing__subtitle--mobile {
          display: block; } }
  .ccm-product-listing__number {
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    color: #767676;
    font-size: 1.4rem;
    position: relative;
    top: -0.7rem; }
  .ccm-product-listing__hero-button {
    position: absolute;
    right: 3rem;
    top: 10rem;
    color: #fff;
    border: none;
    padding: 1rem;
    background: none;
    color: #fff;
    z-index: 2;
    transition: 0.3s ease all; }
    .ccm-product-listing__hero-button svg {
      width: 3.5rem;
      height: 3.5rem; }
    .ccm-product-listing__hero-button:hover {
      transform: scale(1.1); }
    .ccm-product-listing__hero-button:focus {
      outline: none; }
    .keyboard-navigation .ccm-product-listing__hero-button:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-product-listing__hero-button:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-product-listing__hero-button:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
    @media (max-width: 991.98px) {
      .ccm-product-listing__hero-button {
        right: 5rem; } }
  .ccm-product-listing__hero {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 70vh;
    transition: 0.2s ease opacity; }
    .ccm-product-listing__hero .ccm-breadcrumbs {
      position: absolute;
      left: 1.6rem;
      top: 8rem;
      z-index: 2;
      margin-top: 1.6rem;
      padding: 3rem 0 0 5rem; }
      @media (max-width: 1278.98px) {
        .ccm-product-listing__hero .ccm-breadcrumbs {
          top: 6.5rem; } }
      @media (max-width: 991.98px) {
        .ccm-product-listing__hero .ccm-breadcrumbs {
          padding: 0; } }
      @media (max-width: 768.98px) {
        .ccm-product-listing__hero .ccm-breadcrumbs {
          top: 0;
          margin: 0; } }
    .ccm-product-listing__hero-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .ccm-product-listing__hero video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%);
      z-index: 0; }
      @media (max-width: 768.98px) {
        .ccm-product-listing__hero video {
          display: none; } }
    @media (min-width: 769px) {
      .ccm-product-listing__hero--search {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0; } }
    @media (max-width: 768.98px) {
      .ccm-product-listing__hero {
        display: -ms-flexbox;
        display: flex;
        min-height: 40rem;
        padding: 5rem 1.6rem; }
        .ccm-product-listing__hero::before, .ccm-product-listing__hero::after {
          display: none; } }
    .ccm-product-listing__hero-content {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      text-align: center; }
      @media (max-width: 768.98px) {
        .ccm-product-listing__hero-content {
          position: static;
          transform: none;
          text-align: left; } }
    .ccm-product-listing__hero-title {
      display: inline-block;
      font-size: 8rem;
      text-transform: uppercase;
      line-height: 0.9;
      margin-bottom: 2.5rem;
      font-family: "poppinsExtraBold", sans-serif;
      letter-spacing: 0;
      font-weight: 700;
      position: relative; }
      @media (max-width: 1599.98px) {
        .ccm-product-listing__hero-title {
          font-size: 8rem; } }
      @media (max-width: 1199.98px) {
        .ccm-product-listing__hero-title {
          font-size: 8rem; } }
      @media (max-width: 991.98px) {
        .ccm-product-listing__hero-title {
          font-size: 7.6rem;
          font-size: min(3.675rem, 12vw); }
          .ccm-product-listing__hero-title .ribbon-text b:first-child,
          .ccm-product-listing__hero-title .ribbon-text strong:first-child {
            margin-left: 0; } }
      @media (max-width: 768.98px) {
        .ccm-product-listing__hero-title {
          color: #000;
          margin-bottom: 0; } }
    .ccm-product-listing__hero-description {
      font-family: "poppinsLight", sans-serif;
      word-spacing: 2px;
      font-size: 2rem;
      color: #fff;
      font-weight: 400;
      opacity: 0;
      transform: translate(0, 2rem);
      transition: 0.5s ease all 0.15s; }
      .ccm-product-listing__hero-description.visible {
        opacity: 0.6;
        transform: translate(0, 0); }
      .ccm-product-listing__hero-description b,
      .ccm-product-listing__hero-description strong {
        font-weight: 600; }
      @media (max-width: 991.98px) {
        .ccm-product-listing__hero-description {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .ccm-product-listing__hero-description {
          color: #000; } }
    @media (max-width: 768.98px) {
      .ccm-product-listing__hero--search {
        padding: 0 1.6rem;
        min-height: 10rem; } }
    .ccm-product-listing__hero-media-wrapper {
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden; }
      .ccm-product-listing__hero-media-wrapper img,
      .ccm-product-listing__hero-media-wrapper picture {
        height: 100%; }
      .ccm-product-listing__hero-media-wrapper.has-media::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        z-index: 1; }
      .ccm-product-listing__hero-media-wrapper.has-media::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 300px;
        z-index: 1; }
      @media (max-width: 768.98px) {
        .ccm-product-listing__hero-media-wrapper {
          display: none; } }
  .ccm-product-listing__filters-trigger {
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    color: #000;
    transition: 0.3s ease all; }
    .ccm-product-listing__filters-trigger.filters-active {
      color: #E41E2E; }
      .ccm-product-listing__filters-trigger.filters-active .filters-quantity {
        display: block; }
    .ccm-dark-theme .ccm-product-listing__filters-trigger {
      color: #fff; }
      .ccm-dark-theme .ccm-product-listing__filters-trigger.filters-active {
        color: #E41E2E; }
    .ccm-product-listing__filters-trigger:hover {
      transform: scale(1.1); }
    .ccm-product-listing__filters-trigger:focus {
      outline: none; }
    .keyboard-navigation .ccm-product-listing__filters-trigger:focus {
      transform: scale(1.1);
      box-shadow: none; }
    .ccm-product-listing__filters-trigger .filters-quantity {
      font-family: "poppinsBold", sans-serif;
      letter-spacing: 0;
      font-weight: 600;
      display: none;
      border-radius: 50%;
      top: 0rem;
      right: 0.2rem;
      left: auto;
      background: #000;
      color: #fff;
      border: 1px solid #fff;
      font-size: 1rem;
      width: 1.8rem;
      height: 1.8rem;
      text-align: center;
      line-height: 1.7rem;
      position: absolute; }
      .ccm-dark-theme .ccm-product-listing__filters-trigger .filters-quantity {
        background: #fff;
        color: #000;
        border: 1px solid #000; }
  .ccm-product-listing__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ccm-product-listing__grid-tile {
      padding: 1rem;
      width: 33.33333%; }
      @media (min-width: 1921px) {
        .ccm-product-listing__grid-tile {
          width: 25%; } }
      @media (max-width: 1199.98px) {
        .ccm-product-listing__grid-tile {
          width: 50%; } }
      @media (max-width: 1278.98px) {
        .ccm-product-listing__grid-tile {
          width: 33.33333%; } }
      @media (max-width: 768.98px) {
        .ccm-product-listing__grid-tile {
          width: 50%;
          padding: 0.6rem; } }
    @media (max-width: 768.98px) {
      .ccm-product-listing__grid {
        margin-left: -2.2rem;
        width: calc(100% + 4.4rem); } }
    .ccm-product-listing__grid .ccm-product-listing__grid-tile {
      opacity: 0;
      transform: translate(0, 2rem);
      animation: 0.35s ease plpTileReveal forwards; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(1) {
        animation-delay: 0.05s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(2) {
        animation-delay: 0.1s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(3) {
        animation-delay: 0.15s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(4) {
        animation-delay: 0.2s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(5) {
        animation-delay: 0.25s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(6) {
        animation-delay: 0.3s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(7) {
        animation-delay: 0.35s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(8) {
        animation-delay: 0.4s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(9) {
        animation-delay: 0.45s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(10) {
        animation-delay: 0.5s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(11) {
        animation-delay: 0.55s; }
      .ccm-product-listing__grid .ccm-product-listing__grid-tile:nth-of-type(12) {
        animation-delay: 0.6s; }
  .ccm-product-listing__content {
    width: calc(100% - $plp-sidebar-width-large);
    position: relative;
    padding: 8rem;
    margin-top: 0rem;
    max-width: 100%;
    min-height: 100rem;
    position: relative; }
    @media (max-width: 768.98px) {
      .ccm-product-listing__content {
        margin-top: 7rem; } }
    .ccm-product-listing__content--empty-search {
      min-height: 0; }
    .ccm-product-listing__content-head {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: 8rem; }
      @media (max-width: 768.98px) {
        .ccm-product-listing__content-head {
          padding: 1rem 0;
          margin-top: 0; }
          .ccm-product-listing__content-head::after {
            content: '';
            position: absolute;
            top: -1rem;
            left: 0;
            width: calc(100% - 3.2rem);
            margin-left: 1.6rem;
            height: 0.2rem;
            background-color: #f2f2f2; } }
    @media (max-width: 1599.98px) {
      .ccm-product-listing__content {
        width: calc(100% - $plp-sidebar-width-medium);
        padding: 8rem 4rem 4rem 4rem; } }
    @media (max-width: 991.98px) {
      .ccm-product-listing__content {
        width: 100%;
        padding: 4rem 1.6rem 4rem 1.6rem; } }
  .ccm-product-listing__another-search {
    margin-top: 2rem;
    max-width: 87rem; }
    .ccm-product-listing__another-search .ccm-searchform__info {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0; }
    @media (max-width: 991.98px) {
      .ccm-product-listing__another-search .ccm-searchform__field {
        padding: 0 1.6rem;
        margin: 0 0.2rem;
        height: 4.5rem; }
      .ccm-product-listing__another-search .ccm-searchform__input {
        font-size: 1.8rem;
        line-height: 1.34em; }
        .ccm-product-listing__another-search .ccm-searchform__input:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 1em;
          line-height: 1.34em; }
        .ccm-product-listing__another-search .ccm-searchform__input:-moz-placeholder {
          /* Firefox 18- */
          font-size: 1em;
          line-height: 1.34em; }
        .ccm-product-listing__another-search .ccm-searchform__input::placeholder {
          font-size: 1em;
          line-height: 1.34em; }
      .ccm-product-listing__another-search .ccm-searchform__submit svg {
        width: 3rem;
        height: 3rem; }
      .ccm-product-listing__another-search .ccm-searchform .ccm-suggestion {
        padding: 0; } }
    .ccm-product-listing__another-search .html-slot-container {
      margin-top: 4rem;
      color: #767676;
      font-size: 1.6rem;
      line-height: 2em;
      font-weight: 400; }
      .ccm-product-listing__another-search .html-slot-container a,
      .ccm-product-listing__another-search .html-slot-container b,
      .ccm-product-listing__another-search .html-slot-container strong {
        font-weight: 600;
        color: #000; }
      header ~ #maincontent .container .ccm-product-listing__another-search .html-slot-container a:not(.btn-primary):not(.btn-outline-primary) {
        color: #000;
        text-decoration: none; }
        header ~ #maincontent .container .ccm-product-listing__another-search .html-slot-container a:not(.btn-primary):not(.btn-outline-primary):hover {
          color: #E41E2E; }
        header ~ #maincontent .container .ccm-product-listing__another-search .html-slot-container a:not(.btn-primary):not(.btn-outline-primary):focus {
          outline: none; }
        .keyboard-navigation header ~ #maincontent .container .ccm-product-listing__another-search .html-slot-container a:not(.btn-primary):not(.btn-outline-primary):focus {
          box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
        .keyboard-navigation .ccm-dark-theme header ~ #maincontent .container .ccm-product-listing__another-search .html-slot-container a:not(.btn-primary):not(.btn-outline-primary):focus {
          box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
        .keyboard-navigation .ccm-light-theme header ~ #maincontent .container .ccm-product-listing__another-search .html-slot-container a:not(.btn-primary):not(.btn-outline-primary):focus {
          box-shadow: 0 0 0.2rem 0.3rem #000; }
        .keyboard-navigation header ~ #maincontent .container .ccm-product-listing__another-search .html-slot-container a:not(.btn-primary):not(.btn-outline-primary):focus {
          color: #E41E2E; }
  .ccm-product-listing__wrap {
    display: -ms-flexbox;
    display: flex;
    margin-top: -5rem; }
  .ccm-product-listing__sidebar {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 50rem;
    height: 100vh;
    height: calc(var(--100vh));
    top: 0;
    background: transparent;
    padding: 12rem 5.5rem 2.5rem;
    overflow-y: auto;
    z-index: 50;
    transition: 0.5s ease background, 0.3s ease padding;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; }
    .ccm-product-listing__sidebar::-webkit-scrollbar {
      display: none; }
    .ccm-product-listing__sidebar-title {
      font-size: 3.75rem;
      text-transform: uppercase;
      line-height: 1;
      margin: 3.5rem 0 2rem;
      font-family: "poppinsLight", sans-serif;
      letter-spacing: 0;
      font-weight: 500; }
      .ccm-product-listing__sidebar-title b,
      .ccm-product-listing__sidebar-title strong {
        font-family: "poppinsExtraBold", sans-serif;
        letter-spacing: 0;
        font-weight: 700; }
    .ccm-product-listing__sidebar-description {
      font-family: "poppinsLight", sans-serif;
      word-spacing: 2px;
      font-size: 1.6rem;
      color: #767676;
      font-weight: 400; }
    .ccm-product-listing__sidebar-header {
      padding-bottom: 4rem; }
      .ccm-product-listing__sidebar-header::after {
        content: '';
        position: absolute;
        bottom: 1rem;
        left: 0;
        width: 100%;
        height: 0.3rem;
        background-color: #000;
        transition: 0.2s ease all; }
        .ccm-dark-theme .ccm-product-listing__sidebar-header::after {
          background-color: #fff; }
      .ccm-product-listing__sidebar-header-mobile {
        padding: 1.5rem;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .ccm-product-listing__sidebar-header-mobile h2,
        .ccm-product-listing__sidebar-header-mobile h3 {
          font-family: "poppinsBold", sans-serif;
          letter-spacing: 0;
          font-weight: 600;
          font-size: 2.4rem;
          text-transform: uppercase; }
        .ccm-product-listing__sidebar-header-mobile .close-settings {
          background: none;
          border: none;
          color: #7B7B7B;
          transition: 0.3s ease transform; }
          .ccm-product-listing__sidebar-header-mobile .close-settings:hover {
            transform: scale(1.1); }
          .ccm-product-listing__sidebar-header-mobile .close-settings:focus {
            outline: none; }
          .keyboard-navigation .ccm-product-listing__sidebar-header-mobile .close-settings:focus {
            box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
          .keyboard-navigation .ccm-dark-theme .ccm-product-listing__sidebar-header-mobile .close-settings:focus {
            box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
          .keyboard-navigation .ccm-light-theme .ccm-product-listing__sidebar-header-mobile .close-settings:focus {
            box-shadow: 0 0 0.2rem 0.3rem #000; }
          .keyboard-navigation .ccm-product-listing__sidebar-header-mobile .close-settings:focus {
            transform: scale(1.1); }
    .ccm-product-listing__sidebar--search .ccm-product-listing__sidebar-header {
      padding-bottom: 1rem; }
      .ccm-product-listing__sidebar--search .ccm-product-listing__sidebar-header::after {
        display: none; }
    .ccm-product-listing__sidebar-footer-mobile {
      width: 100%;
      display: -ms-flexbox;
      display: flex; }
      .ccm-product-listing__sidebar-footer-mobile button {
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .ccm-product-listing__sidebar-filters {
      padding: 0;
      max-width: none; }
      @media (max-width: 991.98px) {
        .ccm-product-listing__sidebar-filters {
          height: calc(100% - 12rem);
          overflow: auto;
          -webkit-overflow-scrolling: touch; } }
    @media (max-width: 991.98px) {
      .ccm-product-listing__sidebar__reset-btn {
        display: none; } }
    @media (max-width: 1599.98px) {
      .ccm-product-listing__sidebar {
        width: 42rem; } }
    @media (max-width: 991.98px) {
      .ccm-product-listing__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: calc(var(--100vh));
        width: 100vw;
        max-width: none;
        background: #0E0E0E;
        transform: translate(0, 100%);
        opacity: 0;
        pointer-events: none;
        z-index: 105;
        padding: 0;
        transition: 0.6s ease transform;
        overflow: hidden; }
        .ccm-product-listing__sidebar--search {
          margin-top: 0; }
        .settings-opened .ccm-product-listing__sidebar {
          transform: translate(0, 0);
          opacity: 1;
          pointer-events: auto; } }
  .ccm-product-listing__head-controls {
    display: -ms-flexbox;
    display: flex; }
    .ccm-product-listing__head-controls .ccm-select {
      margin-left: 1rem; }
  .ccm-product-listing .show-more .btn {
    position: relative;
    width: auto;
    min-width: 26rem;
    margin-top: 3rem; }
    .ccm-product-listing .show-more .btn .more-progress {
      transition: 0.2s ease all;
      display: inline-block;
      margin-left: 0.5rem;
      font-family: "poppinsBold", sans-serif;
      letter-spacing: 0;
      font-weight: 600;
      color: #767676; }
      .ccm-product-listing .show-more .btn .more-progress-bar {
        position: absolute;
        left: -0.2rem;
        bottom: -0.2rem;
        height: 0.5rem;
        background: #E41E2E; }
    .ccm-product-listing .show-more .btn:hover .more-progress {
      color: #7B7B7B; }
    .ccm-product-listing .show-more .btn:focus {
      outline: none; }
    .keyboard-navigation .ccm-product-listing .show-more .btn:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-product-listing .show-more .btn:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-product-listing .show-more .btn:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
    .keyboard-navigation .ccm-product-listing .show-more .btn:focus .more-progress {
      color: #7B7B7B; }
  .ccm-product-listing .grid-footer {
    min-height: 6rem; }
    .ccm-product-listing .grid-footer .ccm-select {
      position: absolute;
      right: 1.5rem;
      bottom: 0; }
      @media (max-width: 768.98px) {
        .ccm-product-listing .grid-footer .ccm-select {
          display: none; } }
  .ccm-product-listing .ccm-sticky-breadcrumbs {
    position: -webkit-sticky;
    position: sticky;
    top: 12rem;
    margin-left: 5.5rem;
    margin-top: 8rem;
    z-index: 2;
    height: 2.4rem; }
    .ccm-breaking-news ~ #maincontent .ccm-product-listing .ccm-sticky-breadcrumbs {
      margin-top: 12rem; }
      @media (max-width: 991.98px) {
        .ccm-breaking-news ~ #maincontent .ccm-product-listing .ccm-sticky-breadcrumbs {
          margin-top: 1rem; } }
    @media (max-width: 991.98px) {
      .ccm-product-listing .ccm-sticky-breadcrumbs {
        position: static;
        padding: 0 1.6rem 1.6rem;
        margin-left: 0; } }
    .ccm-product-listing .ccm-sticky-breadcrumbs__inner {
      z-index: 3; }
      @media (max-width: 768.98px) {
        .ccm-product-listing .ccm-sticky-breadcrumbs__inner {
          display: none; } }
  .ccm-product-listing .breadcrumb-item a,
  .ccm-product-listing .breadcrumb-item svg {
    color: #000;
    transition: 0.3s ease all; }
    .ccm-product-listing .breadcrumb-item a:focus,
    .ccm-product-listing .breadcrumb-item svg:focus {
      outline: none; }
    .keyboard-navigation .ccm-product-listing .breadcrumb-item a:focus, .keyboard-navigation
    .ccm-product-listing .breadcrumb-item svg:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-product-listing .breadcrumb-item a:focus, .keyboard-navigation .ccm-dark-theme
    .ccm-product-listing .breadcrumb-item svg:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-product-listing .breadcrumb-item a:focus, .keyboard-navigation .ccm-light-theme
    .ccm-product-listing .breadcrumb-item svg:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }

@media (max-width: 991.98px) {
  .ccm-product-listing__content-head {
    position: -webkit-sticky;
    position: sticky;
    top: 6.5rem;
    z-index: 2;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding: 0.6rem 1.6rem 0;
    background-color: #fff;
    transition: 0.5s ease all; }
    .ccm-dark-theme .ccm-product-listing__content-head {
      background-color: #000; }
    .nav-hidden .ccm-product-listing__content-head {
      top: 0; } }

@media (min-width: 769px) {
  .ccm-product-listing__content-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.ccm-refinement__categories .ccm-refinement__header {
  color: #000;
  font-size: 1.575rem; }
  .ccm-dark-theme .ccm-refinement__categories .ccm-refinement__header {
    color: #fff; }

.ccm-dark-theme .ccm-refinements-default {
  color: #fff; }

.ccm-product-listing__no-result__title {
  font-family: "poppinsExtraBold", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 3rem; }
  .ccm-dark-theme .ccm-product-listing__no-result__title {
    color: #fff; }

.ccm-product-listing__no-result__description {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 3rem; }
  .ccm-dark-theme .ccm-product-listing__no-result__description {
    color: #fff; }
