#attentive_overlay {
  z-index: 10001 !important;
}
#attentive_overlay iframe {
  @media (max-width: 768px) {
    bottom: 40px !important;
  }
}
#launcher {
  @media (max-width: 768px) {
    bottom: 32px !important;
  }
}
#shopify-section-deals-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2147483648;

  &.initial {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  &.closed {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .deals-bar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
  }
  &.open {
    .deals-bar-overlay {
      display: block;
    }

    & ~ #attentive_overlay {
      display: none;
    }

    .deals-bar-container {
      .bar-header {
        &:before,
        &:after {
          top: 18px;
          transform: rotate(135deg);
        }
      }
    }
  }
  @media (min-width: 769px) {
    &.closed, &.initial {
      .deals-bar-container {
        .bar-header {
          line-height: 42px;
          top: -42px;
          &:before,
          &:after {
            top: 20px;
          }
        }
      }
    }
  }
}
.deals-bar-container {
  text-align: center;
  position: relative;
  z-index: 1;
  .bar-header {
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 0 40px;
    line-height: 54px;
    white-space: nowrap;
    top: -54px;
    position: absolute;
    left: 50%;
    max-width: 600px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 500;

    &:before,
    &:after {
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: '';
      display: inline-block;
      height: 14px;
      position: absolute;
      transform: rotate(-45deg);
      vertical-align: top;
      width: 14px;
      top: 27px;
    }
    &:before {
      left: 20px;
    }
    &:after {
      right: 20px;
    }
  }

  .bar-body {
    background: #fff;
    padding: 20px 10px;
  }

  .deals-container {
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
    margin: 0 -10px;
    font-size: 0;
  }
  .deal-item {
    width: 320px;
    padding: 0 10px;
    display: inline-block;
    .deal-wrapper {
      display: flex;
      flex-direction: column;
      padding: 20px;
      height: 210px;
      text-decoration: none;
      justify-content: space-between;
      .deal-head {
        letter-spacing: 0.4px;
        font-size: 20px;
        font-weight: 500;
      }
      p {
        letter-spacing: 0.72px;
        font-size: 36px;
        font-weight: 500;
        margin: 0;
        white-space: normal;
        line-height: 1.1;
      }
      .deal-small-text {
        letter-spacing: 0.32px;
        font-size: 16px;
      }
    }
  }
}
@media (max-width: 768px) {
  #shopify-section-deals-bar.open .deals-bar-container .bar-header:before,
  #shopify-section-deals-bar.open .deals-bar-container .bar-header:after {
    top: 10px;
  }
  .deals-bar-container {
    .bar-header {
      line-height: 36px;
      top: -36px;
      border-radius: 3px 3px 0 0;
      font-size: 16px;

      &:before,
      &:after {
        position: relative;
        height: 10px;
        width: 10px;
        top: 17px;
      }
      &:before {
        left: initial;
        margin-right: 30px;
      }
      &:after {
        right: initial;
        margin-left: 30px;
      }
    }
    .bar-body {
      padding: 10px 15px;
    }
    .deals-container {
      margin: 0 -5px;
    }
    .deal-item {
      width: 225px;
      padding: 0 5px;
      .deal-wrapper {
        height: 180px;
        padding: 15px;
        .deal-head {
          font-size: 14px;
          letter-spacing: 0.28px;
        }
        p {
          letter-spacing: 0.56px;
          font-size: 28px;
        }
        .deal-small-text {
          letter-spacing: 0.28px;
          font-size: 14px;
        }
      }
    }
  }
}
