/** Shopify CDN: Minification failed

Line 9:0 Unexpected "<"
Line 72:0 Unexpected "<"

**/


<style>
  #toast {
      visibility: hidden;
      width: 10rem;
      margin-left: -4.4rem;
      background-color: #adb4be;
      color: #fff;
      text-align: center;
      border-radius: .25rem;
      padding: 16px;
      position: fixed;
      z-index: 99999;
      left: 50%;
      bottom: 2rem;
      font-size: 17px;
  }
  #toast.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
    /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }

  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }

  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  @media(min-width: 576px) {
    .cart-check-input {
      position: relative;
      top: 2rem; 
    }
  }
  .productitem--actions {
    visibility: visible !important;
    display: none;
  }
  #moreContent {
    background-image: url(https://www.kikkdata.com/live/appImages/image-archive/tradeshows-app.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
  }
  #moreContent2 {
    background-image: url(https://www.kikkdata.com/live/appImages/image-archive/tradeshows-app.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
  }
  .real:last-child  {
    margin-bottom: 25px;
  }
</style>
