.elementor-471 .elementor-element.elementor-element-263cd55{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS for html, class: .elementor-element-b718b26 *//* SHIPPING & BULLETS*/

.pk-product-promise {
  color: #26324a;
  font-size: 14px;
  width: 100%; /* Ensures it fills the container width-wise */
}

.pk-product-promise * {
  box-sizing: border-box;
}

/* Changed from grid to flex to prevent breaking sticky calculations */
.pk-trust-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid #ded4bf;
  border-bottom: 1px solid #ded4bf;
  text-align: center;
}

.pk-trust-item {
  flex: 1; /* Gives each item equal share of space cleanly */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
  font-size: 13px;
  font-weight: 500;
}

.pk-trust-icon {
  color: #1748d8;
  line-height: 1;
}

.pk-trust-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.pk-highlights {
  list-style: none;
  padding: 22px 0;
  margin: 0;
}

.pk-highlights li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  line-height: 1.45;
  font-size: 15px;
}

.pk-highlights li:last-child {
  margin-bottom: 0;
}

.pk-highlights li::before {
  content: "\2713"; /* FIXED: Safe unicode escape code for checkmark icon */
  position: absolute;
  left: 0;
  top: 0;
  color: #738037;
  font-weight: 700;
}

@media (max-width: 520px) {
  .pk-trust-row {
    flex-direction: row; /* Keeps them side-by-side or stack if needed */
    gap: 8px;
  }

  .pk-trust-item {
    font-size: 12px;
  }

  .pk-highlights li {
    font-size: 14px;
  }
}


/* ACCORDION*/

.pk-accordions {
  color: #26324a;
  font-size: 15px;
  border-top: 1px solid #ded4bf;
  width: 100%; /* Ensures it fills the container cleanly */
}

.pk-accordion {
  border-bottom: 1px solid #ded4bf;
  padding: 0;
}

.pk-accordion summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #17233d;
}

.pk-accordion summary::-webkit-details-marker {
  display: none;
}

.pk-accordion summary::after {
  content: "+";
  color: #1748d8;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.pk-accordion[open] summary::after {
  content: "\2212"; /* FIXED: Safe unicode escape code for minus icon */
}

/* Target paragraphs inside the details block directly instead of a wrapper div */
.pk-accordion p {
  padding: 0 0 22px;
  line-height: 1.65;
  margin: 0;
}/* End custom CSS */