body.motivator--active .rebuy-cart__motivator {
  display: flex;
  flex-direction: column;
}
body.motivator--active .rebuy-cart__flyout-shipping-bar {
  display: none !important;
}
/*
body:not(.motivator--active) .rebuy-cart__motivator {
  display: none !important;
}

.rebuy-cart__motivator .rebuy-cart__flyout-recommendations .primary-title {
  display: none;
}
*/
.rebuy-cart__motivator--widget {
  padding: 0;
}
.rebuy-cart__motivator .rebuy-cart__flyout-recommendations .primary-title {
  justify-content: center !important;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 106, 255) !important;
}
.cart-motivator__goal-message.active {
  display: none !important;
}
.rebuy-cart__motivator .rebuy-widget .rebuy-product-block .rebuy-product-media img {
  aspect-ratio: 1;
  object-fit: cover;
}
.cart-motivator__goal-message {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 20px;
  display: none;
  padding: 16px;
}
.cart-motivator__goal-message.active {
  display: flex;
  justify-content: center;
}

.cart-motivator__progress-message {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 700px) {
  .cart-motivator__progress-message {
    font-size: 13px;
  }
}
.cart-motivator__progress-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 24px 32px;
}

.cart-motivator__progress-marker {
  position: relative;
  text-align: right;
  height: 14px;
}
.cart-motivator__progress-marker.complete .cart-motivator__progress-marker-text {
  font-weight: 500;
}
.cart-motivator__progress-marker.complete .cart-motivator__progress-marker-completed {
  opacity: 1;
}

.cart-motivator__progress-marker-completed {
  opacity: 0;
  font-weight: 700;
}

.cart-motivator__progress-marker:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: solid 1px #000;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 14px;
}

.cart-motivator__progress-marker-label {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  font-size: 12px;
  height: 14px;
  white-space: nowrap;
  text-align: center;
}

.cart-motivator__progress-meter {
  position: relative;
  margin: 10px 0 0;
  border-radius: 10px;
  background: #eee;
  padding: 0;
  width: 100%;
  height: 14px;
  border: solid 1px #000;
  overflow: hidden;
}
.cart-motivator__progress-meter.completed {
  -webkit-animation: meter-pulse 2s infinite;
          animation: meter-pulse 2s infinite;
}
.cart-motivator__progress-meter.has-progress .cart-motivator__progress-meter-fill {
  -webkit-animation: meter-wiggle 1s infinite;
          animation: meter-wiggle 1s infinite;
}

.cart-motivator__progress-meter-fill {
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  opacity: 1;
  margin: 0;
  border-radius: 0;
  background: #2491c4;
  padding: 0;
  width: auto;
  height: 12px;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

@-webkit-keyframes meter-pulse {
  0% {
    -webkit-transform: scale3D(1.0125, 1.15, 1);
            transform: scale3D(1.0125, 1.15, 1);
  }
  70% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(1.0125, 1.15, 1);
            transform: scale3D(1.0125, 1.15, 1);
  }
}

@keyframes meter-pulse {
  0% {
    -webkit-transform: scale3D(1.0125, 1.15, 1);
            transform: scale3D(1.0125, 1.15, 1);
  }
  70% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(1.0125, 1.15, 1);
            transform: scale3D(1.0125, 1.15, 1);
  }
}
@-webkit-keyframes meter-fade {
  0% {
    opacity: 0.85;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.85;
  }
}
@keyframes meter-fade {
  0% {
    opacity: 0.85;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.85;
  }
}
@-webkit-keyframes meter-wiggle {
  0% {
    -webkit-transform: scale3D(1.015, 1, 1);
            transform: scale3D(1.015, 1, 1);
  }
  70% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(1.015, 1, 1);
            transform: scale3D(1.015, 1, 1);
  }
}
@keyframes meter-wiggle {
  0% {
    -webkit-transform: scale3D(1.015, 1, 1);
            transform: scale3D(1.015, 1, 1);
  }
  70% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(1.015, 1, 1);
            transform: scale3D(1.015, 1, 1);
  }
}
.rebuy-cart__motivator .rebuy-cart__motivator--offers .rebuy-money {
  display: none !important;
}
.rebuy-cart__motivator .rebuy-cart__motivator--offers .rebuy-product-price:before {
  content: "Free";
  text-decoration: none !important;
  color: #000 !important;
  padding-right: 4px;
}

/*
.rebuy-cart__motivator .rebuy-cart__motivator--offers {
  .rebuy-product-grid .rebuy-product-block:nth-last-child(2):first-child,
  .rebuy-product-grid .rebuy-product-block:nth-of-type(2):last-child,
  .rebuy-product-grid .rebuy-product-block {
    width: 100% !important;
  border-top: solid 1px var(--color-blue-dark) !important;
    flex-direction: row !important;
    align-items: center;
    background-color: rgb(210, 227, 238);
  }
    .rebuy-product-grid {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
    }
  .rebuy-money span {
    text-decoration: line-through;
    color: #737373 !important;
  }
  .rebuy-money:before {
    content: "Free";
    text-decoration: none !important;
    color: #000 !important;
    padding-right: 4px;
  }
  .rebuy-product-media {
    width: 70px;
    position: relative;
      border-bottom: 0 !important;
        border-right: solid 1px var(--color-blue-dark);
  }
  .rebuy-product-actions {
    width: 30%;
  }
  @media (min-width: 768px) {
    .rebuy-product-grid .rebuy-product-block:nth-last-child(2):first-child,
    .rebuy-product-grid .rebuy-product-block:nth-of-type(2):last-child,
    .rebuy-product-grid .rebuy-product-block {
      width: 100% !important;
    }
    .rebuy-product-media {
      width: 90px;
    }
    .rebuy-product-image {
      position: relative;
      padding-bottom: 100% !important;
      overflow: hidden;

      img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        max-height: none;
        object-position: center;
        top: 50%;
        transform: translateY(-50%);
      }
    }
  }
}

*/
