.elementor-5046 .elementor-element.elementor-element-d9227bd{--display:flex;}#elementor-popup-modal-5046{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-5046 .dialog-message{width:30vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-5046 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-a2b4a1b */.cd-wrap {
  font-family: inherit;
}

/* Header */
.cd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid #eee;
}

.cd-header strong {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  box-sizing: unset !important;
}
a.head-cart-1:hover strong {
    color: #705bda !important;
}
a.head-cart-1{
    box-sizing: unset !important;
}
.cd-header span {
  font-size: 14px;
  color: #777;
  margin-left: 6px;
}

.cd-continue {
  color: #705bda;
  font-size: 16px;
  text-decoration: none;
}
.ship-progress {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 18px;
}

/* Progress bars */
.ship-progress .bar {
  flex: 1;
  height: 6px;
  background: #cfcfcf;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.ship-progress .bar span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background:  #705bda;
  border-radius: 20px;
  width: 0;
  transition: width 0.6s ease;
}

/* Truck center */
/* Truck container */
.ship-progress .truck {
  min-width: 90px;
  text-align: center;
  color: #705bda;
  font-size: 12px;
  line-height: 1.2;
}

.ship-progress .truck .amount {
  font-weight: 700;
  margin-bottom: 4px;
  color: #705bda;
}

/* SVG MASK TRUCK */
.ship-progress .truck-icon {
  width: 28px;
  height: 28px;
  margin: 4px auto;
  background-color: #705bda;

  -webkit-mask-image: url("https://peptide.cventix.net/wp-content/uploads/2025/09/svgexport-11.svg");
  mask-image: url("https://peptide.cventix.net/wp-content/uploads/2025/09/svgexport-11.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

/* FREE SHIPPING label */
.ship-progress .truck .label {
  color: #705bda;
  font-weight: 600;
}


/* FULL STATE (>= $200) */
.ship-progress.free .bar {
  background:  #705bda;
}

.ship-progress.free .bar span {
  width: 100% !important;
}
.cd-item {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid #f1f1f1;
}


 .cd-item img {
    width: 80px;
    height: 75px;

}

.cd-info {
  flex: 1;
}

.cd-info strong {
  font-size: 15px;
  font-weight: 700;
}

.cd-info small {
  display: block;
  font-size: 12px;
  color: #666;
  margin: 4px 0 8px;
}
.cd-qty {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.cd-qty button {
  width: 30px;
  height: 30px;
  border: 0;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}

.cd-qty input {
  width: 34px;
  border: 0;
  text-align: center;
  font-size: 14px;
  pointer-events: none;
}
.cd-price {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #705bda ;
  display: grid;
}
.cd-warning {
  padding: 16px;
  text-align: center;
  color: #ff0000;
  font-weight: 800;
  font-size: 14px;
}
.cd-subtotal {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 250px;
}
.cd-checkout {
  display: block;
  margin: 0 18px 10px;
  padding: 14px;
  background: #705bda;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
}

.cd-apple {
  margin: 0 18px;
  padding: 14px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
}
.cd-promo {
  text-align: center;
  padding: 14px;
  font-size: 13px;
  color: #555;
}
/* Quantity wrapper */
.cd-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #6b6b6b;
  border-radius: 6px;
  overflow: hidden;
  height: 40px;
}

/* Buttons */
.cd-qty .qty-btn {
    width: 35px;
    height: 40px;
    border: 0;
    background: #fff;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    color: #000;
    padding: 0px;
    padding-bottom: 7px;
}
button.qty-btn.minus
 {
    border-right: 1px solid #6b6b6b;
    border-radius: 0px;
}
button.qty-btn.plus
 {
    border-left: 1px solid #6b6b6b;
    border-radius: 0px;
}

/* Input */
.cd-qty input {
    width: 35px;
    height: 40px;
    border: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    pointer-events: none;
    padding: 0px 0px 5px 12px;
}
button.cd-remove-item {
    background: transparent;
}
span.woocommerce-Price-amount.amount {
    justify-self: center;
}

/* Make cart drawer fill popup height */
#cart-drawer-fragment,
.cd-wrap {
  height: 100%;
}

/* Flex layout */
.cd-wrap {
  display: flex;
  flex-direction: column;
}

/* Make cart items scroll */
.cd-item,
.ship-progress,
.cd-header {
  flex-shrink: 0;
}

/* Wrapper for items (IMPORTANT) */
.cd-wrap > .cd-item,
.cd-wrap > .bac-water {
  overflow: visible;
}



/* Checkout button spacing */
.cd-checkout {
  margin-top: 12px;
}

/* Apple Pay + promo spacing */
.cd-apple,
.cd-promo {
  margin-top: 10px;
}/* End custom CSS */