﻿.content-hub-collection {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #F8F8F8;
  max-width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .content-hub-collection {
      padding: 64px 0; } }
  @media (max-width: 767px) {
    .content-hub-collection {
      padding: 40px 0; } }
  .ltr .content-hub-collection .wrapper .content-hub-products .product-card p > [class^="icon-"] {
    transform: rotate(180deg); }
  .high-contrast .content-hub-collection .wrapper .content-hub-products .product-card .overlay {
    background-color: #424242 !important; }
  @media (max-width: 767px) {
    .font-size-xl .content-hub-collection .wrapper .content-hub-products .product-card,
    .font-size-large .content-hub-collection .wrapper .content-hub-products .product-card {
      width: 100%; } }
  .content-hub-collection .wrapper {
    width: 100%;
    max-width: 1204px;
    margin: 0 auto;
    position: relative; }
    .content-hub-collection .wrapper .toggle-section {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 15px;
      left: 0;
      z-index: 6;
      border-radius: 50%;
      border: none;
      margin-left: 0;
      margin-right: 0;
      transform: rotate(180deg); }
      .ltr .content-hub-collection .wrapper .toggle-section {
        left: auto;
        right: 0; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .content-hub-collection .wrapper .toggle-section {
          left: 24px; }
          .ltr .content-hub-collection .wrapper .toggle-section {
            left: auto;
            right: 24px; } }
      @media (max-width: 767px) {
        .content-hub-collection .wrapper .toggle-section {
          left: 20px;
          top: 35px; }
          .ltr .content-hub-collection .wrapper .toggle-section {
            left: auto;
            right: 20px; } }
      .content-hub-collection .wrapper .toggle-section span.arrow {
        width: 24px;
        height: 24px;
        background-image: url(../../../Images/icons/arrow-dropdown.svg);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .content-hub-collection .wrapper h2 {
      margin: 0; }
    @media only screen and (min-width: 1024px) and (max-width: 1204px) {
      .content-hub-collection .wrapper {
        padding: 0 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .content-hub-collection .wrapper {
        padding: 0 24px; } }
    @media (max-width: 767px) {
      .content-hub-collection .wrapper {
        padding: 0 20px; }
        .content-hub-collection .wrapper h2 {
          max-width: 300px; } }
    .content-hub-collection .wrapper .welcome-user {
      font-size: 1.125em;
      margin-bottom: 2px; }
    .content-hub-collection .wrapper .content-hub-products {
      width: calc(100% + 20px);
      margin: 48px -10px;
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .content-hub-collection .wrapper .content-hub-products {
          margin: 22px -10px; } }
      @media (max-width: 767px) {
        .content-hub-collection .wrapper .content-hub-products {
          margin: 24px -10px; } }
      .content-hub-collection .wrapper .content-hub-products .product-card {
        width: calc(25% - 20px);
        height: 10.75em;
        margin: 10px;
        padding: 6px;
        border-radius: 0.5em;
        background-color: #FFFFFF;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: relative; }
        @media only screen and (min-width: 1025px) {
          .content-hub-collection .wrapper .content-hub-products .product-card:hover .overlay {
            transform: scale(8);
            transition: all 0.6s linear; }
          .content-hub-collection .wrapper .content-hub-products .product-card:hover p, .content-hub-collection .wrapper .content-hub-products .product-card:hover p > [class^="icon-"] {
            color: #FFFFFF;
            transition: color 0.6s ease-in; }
          .content-hub-collection .wrapper .content-hub-products .product-card:hover .icon-star, .content-hub-collection .wrapper .content-hub-products .product-card:hover .icon-star-bg {
            color: #FFFFFF; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .content-hub-collection .wrapper .content-hub-products .product-card {
            width: calc(33.3% - 20px); } }
        @media (max-width: 767px) {
          .content-hub-collection .wrapper .content-hub-products .product-card {
            width: calc(50% - 20px);
            height: 9.25em;
            margin: 9px; } }
        @media (max-width: 320px) {
          .content-hub-collection .wrapper .content-hub-products .product-card {
            width: 100%; } }
        .content-hub-collection .wrapper .content-hub-products .product-card .overlay {
          width: 4.875em;
          height: 4.875em;
          border-radius: 50%;
          position: absolute;
          top: 24px;
          right: 24px;
          z-index: 2;
          transition: all 0.6s linear; }
          .ltr .content-hub-collection .wrapper .content-hub-products .product-card .overlay {
            right: auto;
            left: 24px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .content-hub-collection .wrapper .content-hub-products .product-card .overlay {
              width: 4.5em;
              height: 4.5em; } }
          @media (max-width: 767px) {
            .content-hub-collection .wrapper .content-hub-products .product-card .overlay {
              width: 3.75em;
              height: 3.75em;
              position: absolute;
              left: 50%;
              transform: translatex(-50%);
              right: auto; }
              .ltr .content-hub-collection .wrapper .content-hub-products .product-card .overlay {
                left: 50%; } }
        .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link {
          display: block;
          width: 100%;
          height: 100%;
          padding: calc(4.875em + 40px) 18px 18px;
          color: #424242;
          text-decoration: none;
          position: relative; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link {
              padding: 111px 18px 18px; } }
          @media (max-width: 767px) {
            .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link {
              padding: calc(3.75em + 36px) 12px 12px; } }
          .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link img {
            top: calc(18px + 1.125em);
            right: calc(18px + 1.125em);
            width: 2.625em;
            position: absolute;
            z-index: 5; }
            .ltr .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link img {
              right: 0;
              left: calc(18px + 1.125em); }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link img {
                top: calc(16px + 1.125em);
                right: calc(16px + 1.125em); }
                .ltr .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link img {
                  left: calc(15px + 1.125em); } }
            @media (max-width: 767px) {
              .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link img {
                width: 2.375em;
                top: 28px;
                position: absolute;
                left: 50%;
                transform: translatex(-50%);
                right: unset; }
                .ltr .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link img {
                  left: 50%;
                  right: unset; } }
          .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link p {
            display: flex;
            align-items: center;
            font-size: 1.25em;
            position: relative;
            z-index: 5;
            transition: all 0.6s ease-in;
            line-height: 24px; }
            .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link p [class^="icon-"] {
              margin: 0 0.25em;
              transition: all 0.6s ease-in; }
            @media (max-width: 767px) {
              .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link p {
                font-size: 1em;
                justify-content: center;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                text-align: center;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-height: 19px; }
                .content-hub-collection .wrapper .content-hub-products .product-card .product-card-link p > [class^="icon-"] {
                  display: none; } }
        .content-hub-collection .wrapper .content-hub-products .product-card .icon-star, .content-hub-collection .wrapper .content-hub-products .product-card .icon-star-bg {
          padding: 20px;
          font-size: 1.5em;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 5;
          transition: color 0.6s ease-in; }
          .ltr .content-hub-collection .wrapper .content-hub-products .product-card .icon-star, .ltr .content-hub-collection .wrapper .content-hub-products .product-card .icon-star-bg {
            left: auto;
            right: 0; }
          .content-hub-collection .wrapper .content-hub-products .product-card .icon-star:hover, .content-hub-collection .wrapper .content-hub-products .product-card .icon-star-bg:hover {
            background-color: rgba(255, 255, 255, 0.5);
            transition: color 0.6s ease-in; }
          @media (max-width: 767px) {
            .content-hub-collection .wrapper .content-hub-products .product-card .icon-star, .content-hub-collection .wrapper .content-hub-products .product-card .icon-star-bg {
              padding: 12px; } }
    .content-hub-collection .wrapper button.load-more {
      display: block;
      margin: 0 auto; }
  .content-hub-collection.hide-overlay {
    position: relative;
    height: 380px;
    padding-bottom: 0;
    overflow: hidden; }
    .content-hub-collection.hide-overlay::before {
      content: "";
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to top, #FFFFFF 20%, rgba(255, 255, 255, 0) 70%);
      position: absolute;
      z-index: 6; }
    .content-hub-collection.hide-overlay .toggle-section {
      transform: rotate(0deg); }
