.synC-cart-button-wrapper {
  width: 58px;
  height: 58px;
  background-color: var( --e-global-color-primary );
  color: white;
  border-radius: 36px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  z-index: 300;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  transition: width 1s;
  color: var(--e-global-color-primary) !important;
  cursor: pointer;
  text-decoration: none !important;
}

.synC-cart-button-wrapper:hover {
  width: 172px;
}

.synC-cart-button-wrapper:hover .synC-cart-label {
  width: 120px;
}

.synC-cart-icon {
  font-size: 24px;
  width: 32px;
  margin: auto;
}

.synC-cart-icon>svg {
  vertical-align: middle;
}

.synC-cart-count {
  background-color: var( --e-global-color-primary );
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -16px;
  right: -8px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.synC-cart-label {
  font-size: 20px;
  line-height: 26px;
  width: 0px;
  display: inline-block;
  transition: width 1s;
  overflow: hidden;
  color: white;
}