#sportbit-shop .embed-shop {
  font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  min-width: 320px; }
  #sportbit-shop .embed-shop * {
    box-sizing: content-box; }
  #sportbit-shop .embed-shop .sbm-shop-filters {
    height: 106px;
    overflow: hidden; }
    #sportbit-shop .embed-shop .sbm-shop-filters .sbm-fs-wrapper {
      height: 300px;
      display: flex;
      overflow: auto; }
      #sportbit-shop .embed-shop .sbm-shop-filters .sbm-fs-wrapper a {
        width: 300px;
        height: 53px;
        line-height: 53px;
        font-weight: bold;
        margin-right: 20px;
        text-align: center;
        background-color: #ededed;
        color: #363636;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        text-overflow: elipsis;
        white-space: nowrap; }
        @media screen and (max-width: 750px) {
          #sportbit-shop .embed-shop .sbm-shop-filters .sbm-fs-wrapper a {
            font-size: 12px;
            text-transform: uppercase;
            margin-right: 0;
            padding: 0 20px;
            border-right: 1px solid #ddd; }
            #sportbit-shop .embed-shop .sbm-shop-filters .sbm-fs-wrapper a.selected, #sportbit-shop .embed-shop .sbm-shop-filters .sbm-fs-wrapper a:last-child {
              border-right: 0; } }
        #sportbit-shop .embed-shop .sbm-shop-filters .sbm-fs-wrapper a.selected {
          background-color: #7f7f7f;
          border-bottom: 5px solid #363636;
          color: white; }
          #sportbit-shop .embed-shop .sbm-shop-filters .sbm-fs-wrapper a.selected::after {
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -16px;
            content: "";
            border-top: 20px solid #363636;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent; }
        #sportbit-shop .embed-shop .sbm-shop-filters .sbm-fs-wrapper a:not(.selected):hover {
          color: #8eb03a; }
  #sportbit-shop .embed-shop .sbm-shop-producten-box {
    margin-bottom: 60px; }
    #sportbit-shop .embed-shop .sbm-shop-producten-box.hidden {
      display: none; }
    #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten {
      display: flex;
      flex-wrap: wrap;
      margin-top: 15px; }
      #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product {
        border: 1px solid #cecece;
        box-sizing: border-box;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        margin-bottom: 30px;
        width: 300px;
        height: 300px;
        overflow: hidden;
        cursor: pointer; }
        #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product img {
          height: 150px;
          width: 300px;
          max-width: none;
          object-fit: cover;
          display: block; }
        @media screen and (max-width: 750px) {
          #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product {
            width: 100%;
            margin-right: 0; }
            #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product img {
              width: 100%; } }
        #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product .img-overlay {
          width: 300px;
          height: 150px;
          background: white;
          background: radial-gradient(circle, white 0%, rgba(66, 75, 87, 0) 80%, rgba(24, 36, 50, 0) 100%);
          position: absolute;
          top: 0;
          left: 0;
          background-position: -88px;
          opacity: 0.5;
          background-repeat: no-repeat; }
        #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product label {
          background-color: #222222;
          padding: 10px 15px;
          color: white;
          font-size: 16px;
          margin-top: -65px;
          float: left;
          position: relative;
          cursor: pointer;
          min-width: 150px;
          font-weight: bold;
          line-height: normal; }
        #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product .info {
          background-color: white;
          border-top: 1px solid #cecece;
          padding: 15px;
          height: 120px;
          position: relative;
          line-height: normal; }
          #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product .info .groepnaam {
            font-size: 16px;
            font-weight: bold;
            display: block;
            max-width: 190px; }
          #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product .info .titel {
            font-size: 14px; }
          #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product .info .cotractperiode {
            position: absolute;
            top: 15px;
            right: 15px; }
        #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product:hover img {
          opacity: 0.8; }
        #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product:hover a {
          opacity: 0.8;
          color: #8eb03a;
          background-color: white;
          border: 1px solid #8eb03a; }
        #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product a {
          background-color: #8eb03a;
          display: block;
          color: white;
          text-align: center;
          padding: 10px 20px;
          text-decoration: none;
          font-weight: bold;
          margin-top: 20px;
          position: absolute;
          bottom: 25px;
          width: calc(100% - 70px);
          border: 1px solid transparent;
          border-radius: 5px; }
    #sportbit-shop .embed-shop .sbm-shop-producten-box .sbm-footnote {
      font-size: 12px;
      margin-top: -20px;
      display: block; }
  #sportbit-shop .embed-shop.Donker .sbm-shop-filters .sbm-fs-wrapper a {
    background-color: rgba(255, 255, 255, 0.3);
    color: white; }
    #sportbit-shop .embed-shop.Donker .sbm-shop-filters .sbm-fs-wrapper a.selected {
      background-color: rgba(255, 255, 255, 0.5);
      border-bottom-color: #ededed; }
      #sportbit-shop .embed-shop.Donker .sbm-shop-filters .sbm-fs-wrapper a.selected::after {
        border-top-color: #ededed; }
  #sportbit-shop .embed-shop.Donker .sbm-shop-producten-box strong {
    color: white; }
  #sportbit-shop .embed-shop.Donker .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product {
    border: 1px solid rgba(255, 255, 255, 0.6); }
    #sportbit-shop .embed-shop.Donker .sbm-shop-producten-box .sbm-shop-producten .sbm-shop-product .info {
      background-color: rgba(255, 255, 255, 0.1);
      color: white;
      border-top: 1px solid rgba(255, 255, 255, 0.6); }
  #sportbit-shop .embed-shop.Donker .sbm-footnote {
    color: white; }

/*# sourceMappingURL=shop.css.map */
