/** Shopify CDN: Minification failed

Line 17:21 Unexpected "{"
Line 17:29 Expected ":"

**/
.price{
  margin-top: 28px;
}

.price__number .money {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 0.8;
}

.section--template--{{section.id}} .product-single__title {
  font-size: 1.5rem !important;
}
.dk-hsa-eligible{
  font-weight: 400;
  margin: 10px 0;
  font-size: 0.85em;
  color: #477577;
}

.product-form__add-btn.js-product-add:hover{
  background-color: #C78780;
}

.dk-insurance-btn{
  color: #477577;
  background-color: #D9EEE3;
}

.dk-insurance-btn:hover{
  color: white;
}

.dk-buttons-footnote{
  color: #477577;
  font-size: 0.8em;
  line-height: 0.8;
}
.dk-buttons-footnote a {
  color: #477577;
  text-decoration: underline;
}

.dk-custom-features{
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.dk-smarter-heading{
  font-size: 19px;
  color: #477577;
  text-align: center;
  margin-bottom: 0;
}
/* container (now the richtext wrapper) */
.dk-pdp-b-ul {
  position: relative;
  border: 2px solid #D9EEE3;
  border-radius: 8px;
  margin: 0;
  padding: 20px 40px 20px 54px;
}

/* remove Shopify richtext default spacing */
.dk-pdp-b-ul p {
  margin: 0;
}

/* target the actual list created by richtext */
.dk-pdp-b-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* each list item needs relative positioning now */
.dk-pdp-b-ul li {
  position: relative;
  padding-left: 0; /* we already padded wrapper */
}

/* custom flower bullet */
.dk-pdp-b-ul li:before {
  content: "";
  position: absolute;
  left: -44px; /* aligns with wrapper padding-left */
  top: 2px;

  width: 28px;
  height: 28px;
  background: url("/cdn/shop/files/check-mark-bullet-flower_260x260_81e162d3-0b77-4e9e-9846-75f9b99c9410.png?v=1758819989") no-repeat center/contain;
}

.dk-sample-results-callout{
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #477577;
  justify-content: center;
  align-items: center;
}
.sample-callout-left,
.sample-callout-right {
  display: flex;
}

.sample-callout-left h4{
  display: flex;
  color: #477577;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.sample-callout-left{
  flex: 1;
}
.sample-callout-right{
  flex: 1;
}
.sample-callout-right a{
  display: flex;
  flex-wrap:nowrap;
  color: #477577;
  font-size: 12px;
  text-decoration: underline;
}
.dk-unable-to-ship{
  font-size: 15px;
  margin: 20px auto;
  text-align: center;
  color: #477577;
}

/* PDP BLOCKS ADDITIONAL STYLES */

.dk-atc-subtext {
  font-size: 0.8em;
}