/** Shopify CDN: Minification failed

Line 97:0 Expected "}" to go with "{"

**/
.fsb-wrapper {
  padding: 12px 16px 20px;
  font-family: inherit;
  box-sizing: border-box;
  width: 100%;
}

.fsb-message {
  text-align: center;
  font-size: 13px;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.4;
}

.fsb-message strong {
  color: #000;
}

.fsb-track-container {
  position: relative;
  margin: 24px 0 0 0;
  padding: 0;
}

.fsb-track {
  height: 8px !important;
  background-color: #e0e0e0;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.fsb-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px !important;
  background-color: #d60064 !important;
  border-radius: 0 999px 999px 0;
  transition: width 0.6s ease, background-color 0.4s ease;
  min-width: 0%;
  max-width: 100%;
  z-index: 1;
}

.fsb-fill--complete {
  background-color: #00d7ba !important;
}

.fsb-truck {
  position: absolute;
  top: -14px;
  font-size: 20px;
  transition: left 0.6s ease;
  line-height: 1;
  transform: scaleX(-1);
  z-index: 10;
}

.fsb-gift {
  position: absolute;
  right: 0;
  top: -14px;
  font-size: 20px;
  line-height: 1;
}

@keyframes fsb-slide-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fsb-wrapper {
  animation: fsb-slide-in 0.4s ease forwards;
}

@media (max-width: 480px) {
  .fsb-wrapper {
    padding: 10px 12px 14px;
  }
  .fsb-message {
    font-size: 12px;
  }

.fsb-track .fsb-fill {
  display: block !important;
}



