/* ===== Boxes ===== */
.pcemprende-qty-offers{
  display:flex !important;
  gap:14px !important;
  margin: 18px 0 18px !important;
  flex-wrap:wrap !important;
}

.pcemprende-qty-offers .pcemprende-offer{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width: 210px !important;
  height: 58px !important;
  padding: 0 18px !important;
  border: 2px solid #111 !important;
  border-radius: 10px !important;
  background: #fff !important;

  cursor:pointer !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: .2px !important;
  line-height: 1 !important;

  box-shadow: none !important;
  text-decoration:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

.pcemprende-qty-offers .pcemprende-offer__label{ color:#111 !important; white-space:nowrap !important; }

.pcemprende-qty-offers .pcemprende-offer__badge{
  position:absolute !important;
  top:-10px !important;
  right:-10px !important;
  background:#e11 !important;
  color:#fff !important;
  font-weight:900 !important;
  font-size:12px !important;
  border-radius:6px !important;
  padding:4px 6px !important;
  line-height:1 !important;
  min-width:28px !important;
  text-align:center !important;
}

.pcemprende-qty-offers .pcemprende-offer.is-selected{
  border-color:#f5b400 !important;
  background: rgba(245,180,0,.10) !important;
}

/* ===== Price display like reference ===== */
.pcemprende-price-wrap{
  display:flex !important;
  align-items:baseline !important;
  gap: 14px !important;
  flex-wrap:wrap !important;
}
.pcemprende-price-wrap .pcemprende-price-old{
  color:#9aa0a6 !important;
  font-size: 20px !important;
}
.pcemprende-price-wrap .pcemprende-price-old *{ color:#9aa0a6 !important; }
.pcemprende-price-wrap .pcemprende-price-new{
  font-size: 44px !important;
  font-weight: 900 !important;
  color:#111 !important;
  text-decoration:none !important;
}
.pcemprende-price-wrap .pcemprende-price-new *{ color:#111 !important; }
.pcemprende-price-wrap .pcemprende-price-badge{
  background:#e11 !important;
  color:#fff !important;
  font-weight:900 !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height:1 !important;
}

@media (max-width: 520px){
  .pcemprende-qty-offers .pcemprende-offer{
    min-width: 0 !important;
    width: 100% !important;
    justify-content:flex-start !important;
  }
}

.pcemprende-price-suffix{ color:#9aa0a6 !important; font-size:14px !important; margin-left:6px !important; }
