.footer-product {
  padding: 12px 0px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1;
  transform: translateY(100%);
  transition: 0.4s;
}
.footer-product.scrolled-20 {
  transform: translateY(0%);
}
.footer-product .product-img {
  flex: 0 0 56px;
}
.footer-product .product-img a {
  transition: 0.4s;
}
.footer-product .product-img a:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.footer-product .product-info {
  gap: 12px;
  margin-bottom: 8px;
  align-items: flex-start !important;
}
.footer-product .product-info .product-label h3 {
  font-size: 18px;
  line-height: 150%;
  overflow-wrap: anywhere;
}
.footer-product .product-info .product-label .learn-more {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0px;
}
.footer-product .product-info .product-label a {
  transition: 0.4s;
}
.footer-product .product-info .product-label a:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.footer-product .product-info .product-label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  display: block;
}
.footer-product .product-info .product-label span.fp-desc {
  font-size: 14px;
  margin-top: 4px;
  line-height: 18px;
}
.footer-product .product-info .product-label span.icon-wrap {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 2px;
}
.footer-product .product-info .product-label span.learn-text {
  text-decoration: underline;
  color: #23748C;
  margin-top: 0;
  margin-bottom: 2px;
  opacity: 1;
}
.footer-product .product-quantity {
  gap: 12px;
}
.footer-product .product-quantity .input,
.footer-product .product-quantity select {
  font-size: 16px;
  color: #1a1a1a;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  line-height: 150%;
  background-color: #fff;
  font-family: "Muli-Regular";
  outline: none;
  max-width: 144px;
}
.footer-product .product-quantity .select-wrapper {
  position: relative;
}
.footer-product .product-quantity .select-wrapper select {
  width: 100%;
  padding: 8px 36px 8px 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.footer-product .product-quantity .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  background-image: url("../../images/icons/ep-arrow-down.svg");
  background-size: 16px;
  pointer-events: none;
  transform: translateY(-50%);
}

.quantity {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.quantity button {
  background: none;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  transition: 0.4s;
}
.quantity button:hover {
  background-color: #E7E7E7;
}

.quantity input {
  padding: 8px 12px;
  text-align: center;
  border-right: 1px solid #C8C8C8;
  border-left: 1px solid #C8C8C8;
  max-width: 44px;
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 768px) {
  .footer-product {
    padding: 16px 0px;
  }
  .footer-product .product-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
  }
  .footer-product .product-wrapper .product-info {
    margin-bottom: 0px;
    align-items: center;
    width: fit-content;
    max-width: 400px;
  }
  .footer-product .product-wrapper .product-info .product-label span {
    margin-top: 0px;
  }
  .footer-product .product-quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
  }
  .footer-product .product-quantity .btn-cta-hb {
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .footer-product .product-quantity .input, .footer-product .product-quantity select {
    max-width: 200px;
  }
  .footer-product .product-quantity .quantity input {
    max-width: 108px;
  }
}

/*# sourceMappingURL=footer-product.css.map */
