.dhm-public-products{background:linear-gradient(180deg,#f4fbff 0%,#fff 42%);}.dhm-product-list-section,.dhm-product-detail-section,.dhm-cart-section{padding:clamp(54px,8vw,96px) 0;}.dhm-public-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin:24px 0 44px}.dhm-public-product-card{display:grid;gap:14px;padding:20px;border-radius:26px;background:#fff;border:1px solid rgba(5,43,79,.1);box-shadow:0 18px 42px rgba(5,43,79,.08)}.dhm-public-product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:20px;background:#eef9ff;padding:14px;box-sizing:border-box}.dhm-public-product-card h3{margin:0;color:#052b4f;font-size:clamp(24px,3vw,34px)}.dhm-public-product-card ul{margin:0;padding-left:20px;color:#40576b}.dhm-product-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.dhm-public-price{font-weight:950;color:#052b4f;font-size:1.2rem;margin:0}.dhm-product-detail-card{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(280px,1.1fr);gap:28px;align-items:start;padding:clamp(20px,4vw,34px);border-radius:30px;background:#fff;box-shadow:0 20px 55px rgba(5,43,79,.10)}.dhm-product-detail-card>img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#eef9ff;border-radius:24px;padding:18px;box-sizing:border-box}.dhm-combo-item-list{display:grid;gap:10px;margin:14px 0}.dhm-combo-item{padding:12px;border-radius:16px;background:#f7fbff;border:1px solid rgba(0,145,213,.14)}.dhm-cart-card{display:grid;grid-template-columns:90px minmax(0,1fr) 110px 100px auto;gap:14px;align-items:center;padding:14px;border-radius:20px;background:#fff;border:1px solid rgba(5,43,79,.1);margin:0 0 12px}.dhm-cart-card img{width:90px;height:90px;object-fit:contain;background:#eef9ff;border-radius:16px}.dhm-cart-card h3{margin:0;color:#052b4f}.dhm-cart-card p{margin:4px 0 0}.dhm-cart-card input{width:80px}.dhm-cart-summary{margin-top:20px;padding:18px;border-radius:22px;background:#052b4f;color:#fff;display:flex;justify-content:space-between;gap:18px;align-items:center}.dhm-cart-summary strong{font-size:1.4rem}@media(max-width:760px){.dhm-product-detail-card{grid-template-columns:1fr}.dhm-cart-card{grid-template-columns:70px 1fr;}.dhm-cart-card strong,.dhm-cart-card label,.dhm-cart-card button{grid-column:1/-1}.dhm-cart-summary{display:grid;text-align:center}.dhm-product-actions .dhm-btn{width:100%;justify-content:center}}

/* Cart page and floating mobile cart widget */
.dhm-cart-page-head{max-width:840px}.dhm-cart-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:24px;align-items:start}.dhm-cart-items-column{min-width:0}.dhm-cart-empty-card{padding:clamp(22px,4vw,36px);border-radius:28px;background:#fff;border:1px solid rgba(5,43,79,.1);box-shadow:0 18px 44px rgba(5,43,79,.08);text-align:center}.dhm-cart-empty-card[hidden],.dhm-cart-layout[hidden]{display:none!important}.dhm-cart-empty-card h2{margin:0 0 8px;color:#052b4f;font-size:clamp(28px,4vw,42px)}.dhm-cart-empty-card p{margin:0 auto 20px;max-width:520px;color:#4a6074}.dhm-cart-line-card{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr) 110px 120px;gap:18px;align-items:center;padding:18px 56px 18px 18px;margin:0 0 16px;border-radius:24px;background:#fff;border:1px solid rgba(5,43,79,.1);box-shadow:0 16px 40px rgba(5,43,79,.08)}.dhm-cart-line-image{width:112px;height:112px;object-fit:contain;border-radius:18px;background:#eef9ff;padding:10px;box-sizing:border-box}.dhm-cart-line-main h3{margin:0 0 6px;color:#052b4f;font-size:clamp(20px,2vw,27px);line-height:1.08}.dhm-cart-line-main p{margin:0;color:#526a7f;font-weight:800}.dhm-cart-qty-field{display:grid;gap:7px;color:#052b4f;font-weight:900}.dhm-cart-qty-field input{width:86px;min-height:44px;border-radius:13px;border:1px solid rgba(5,43,79,.18);padding:8px 10px;font:inherit;font-weight:900;color:#052b4f;background:#fff}.dhm-cart-line-total{font-size:1.15rem;color:#052b4f;text-align:right}.dhm-cart-remove-icon{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:999px;background:#eef7fc;color:#052b4f;font-size:26px;font-weight:900;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dhm-cart-remove-icon:hover,.dhm-cart-remove-icon:focus-visible{background:#e7f1f8;color:#005f9f;outline:2px solid rgba(0,145,213,.22);outline-offset:2px}.dhm-cart-summary-card{position:sticky;top:104px;padding:22px;border-radius:26px;background:#052b4f;color:#fff;box-shadow:0 20px 48px rgba(5,43,79,.14)}.dhm-cart-summary-card h2{margin:0 0 18px;color:#fff;font-size:clamp(24px,3vw,34px)}.dhm-cart-totals{display:grid;gap:0;margin:0 0 20px}.dhm-cart-totals div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.18)}.dhm-cart-totals dt{color:rgba(255,255,255,.78);font-weight:800}.dhm-cart-totals dd{margin:0;text-align:right;font-weight:950;color:#fff}.dhm-cart-total-row dt,.dhm-cart-total-row dd{font-size:1.25rem;color:#fff}.dhm-cart-checkout-main{width:100%;justify-content:center}.dhm-cart-continue-link{display:inline-flex;width:100%;justify-content:center;margin-top:12px;color:#fff;text-decoration:none;font-weight:900}.dhm-cart-continue-link:hover,.dhm-cart-continue-link:focus-visible{text-decoration:underline}.dhm-floating-cart-widget{display:none}.dhm-floating-cart-checkout.is-loading,.dhm-cart-checkout-main.is-loading{opacity:.72;cursor:wait}@media(max-width:820px){.dhm-cart-layout{grid-template-columns:1fr}.dhm-cart-summary-card{position:static}.dhm-cart-line-card{grid-template-columns:86px minmax(0,1fr) 86px;grid-template-areas:"image main remove" "image qty total";padding:14px;gap:12px}.dhm-cart-line-image{grid-area:image;width:86px;height:86px;border-radius:16px}.dhm-cart-line-main{grid-area:main}.dhm-cart-line-main h3{font-size:20px;padding-right:4px}.dhm-cart-qty-field{grid-area:qty}.dhm-cart-qty-field input{width:76px;min-height:40px}.dhm-cart-line-total{grid-area:total;align-self:end;text-align:right}.dhm-cart-remove-icon{grid-area:remove;position:static;justify-self:end;width:32px;height:32px;font-size:24px}.dhm-floating-cart-widget{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:2147482500;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 12px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(5,43,79,.12);box-shadow:0 18px 44px rgba(5,43,79,.22);backdrop-filter:blur(12px)}.dhm-floating-cart-widget[hidden]{display:none!important}.dhm-floating-cart-info{display:grid;gap:2px;color:#052b4f;font-weight:950;line-height:1.05}.dhm-floating-cart-info span:first-child{font-size:.86rem;color:#496176}.dhm-floating-cart-info span:last-child{font-size:1.18rem}.dhm-floating-cart-actions{display:flex;gap:7px;align-items:center}.dhm-floating-cart-view,.dhm-floating-cart-checkout{min-height:36px;border-radius:999px;padding:8px 11px;text-decoration:none;font-weight:950;font-size:.86rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.dhm-floating-cart-view{background:#e8f5fc;color:#052b4f;border:1px solid rgba(5,43,79,.1)}.dhm-floating-cart-checkout{background:#075f9f;color:#fff;border:1px solid #075f9f;box-shadow:none}.dhm-floating-cart-view:hover,.dhm-floating-cart-view:focus-visible{background:#dff0fb;color:#052b4f}.dhm-floating-cart-checkout:hover,.dhm-floating-cart-checkout:focus-visible{background:#064f84;border-color:#064f84}.dhm-floating-cart-active .dhm-footer{padding-bottom:calc(50px + env(safe-area-inset-bottom))!important}}@media(max-width:480px){.dhm-cart-line-card{grid-template-columns:76px minmax(0,1fr) 34px}.dhm-cart-line-image{width:76px;height:76px}.dhm-floating-cart-widget{left:8px;right:8px;grid-template-columns:1fr;gap:8px}.dhm-floating-cart-info{display:flex;justify-content:space-between;align-items:center}.dhm-floating-cart-actions{display:grid;grid-template-columns:1fr 1fr}.dhm-floating-cart-view,.dhm-floating-cart-checkout{width:100%}}

/* Cart page quantity controls and image preview */
.dhm-cart-line-image-button{width:112px;height:112px;border:0;border-radius:18px;background:#eef9ff;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.dhm-cart-line-image-button:hover,.dhm-cart-line-image-button:focus-visible{outline:3px solid rgba(0,145,213,.28);outline-offset:3px}.dhm-cart-line-image-button .dhm-cart-line-image{width:100%;height:100%;margin:0}.dhm-cart-line-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;grid-column:span 2}.dhm-cart-qty-field{display:flex;align-items:center;gap:8px;white-space:nowrap}.dhm-cart-qty-field span{font-size:.9rem;letter-spacing:.04em}.dhm-cart-qty-field input{text-align:center}.dhm-cart-qty-step{width:38px;height:38px;border:1px solid rgba(5,43,79,.16);border-radius:999px;background:#e8f5fc;color:#052b4f;font-size:22px;font-weight:950;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dhm-cart-qty-step:hover,.dhm-cart-qty-step:focus-visible{background:#075f9f;color:#fff;outline:2px solid rgba(0,145,213,.22);outline-offset:2px}.dhm-cart-line-total{margin-left:auto;min-width:112px}.dhm-cart-image-modal{position:fixed;inset:0;z-index:2147483600;display:none;align-items:center;justify-content:center;padding:24px}.dhm-cart-image-modal.is-open{display:flex}.dhm-cart-image-modal__backdrop{position:absolute;inset:0;background:rgba(5,43,79,.72);backdrop-filter:blur(8px)}.dhm-cart-image-modal__panel{position:relative;z-index:1;margin:0;width:min(92vw,720px);max-height:88vh;padding:24px;border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.32);display:grid;gap:12px}.dhm-cart-image-modal__close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:999px;background:#e8f5fc;color:#052b4f;font-size:28px;font-weight:950;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dhm-cart-image-modal__close:hover,.dhm-cart-image-modal__close:focus-visible{background:#075f9f;color:#fff;outline:2px solid rgba(0,145,213,.24);outline-offset:2px}.dhm-cart-image-modal__image{width:100%;max-height:68vh;object-fit:contain;border-radius:20px;background:#eef9ff;padding:18px;box-sizing:border-box}.dhm-cart-image-modal__caption{color:#052b4f;font-weight:950;text-align:center;font-size:1.1rem}.dhm-cart-image-modal-open{overflow:hidden}
@media(max-width:820px){.dhm-cart-line-card{grid-template-columns:86px minmax(0,1fr) 34px;grid-template-areas:"image main remove" "actions actions actions"}.dhm-cart-line-image-button{grid-area:image;width:86px;height:86px;border-radius:16px}.dhm-cart-line-actions{grid-area:actions;grid-column:auto;width:100%;padding-top:4px}.dhm-cart-line-total{text-align:right;align-self:center}.dhm-cart-qty-field input{width:64px}.dhm-cart-qty-step{width:36px;height:36px}.dhm-cart-image-modal{padding:14px}.dhm-cart-image-modal__panel{padding:18px;border-radius:24px}.dhm-cart-image-modal__image{max-height:70vh;padding:12px}}
@media(max-width:480px){.dhm-cart-line-card{grid-template-columns:76px minmax(0,1fr) 34px}.dhm-cart-line-image-button{width:76px;height:76px}.dhm-cart-line-actions{gap:10px}.dhm-cart-qty-field{gap:6px}.dhm-cart-qty-field input{width:54px;padding-left:6px;padding-right:6px}.dhm-cart-qty-step{width:34px;height:34px}.dhm-cart-line-total{min-width:86px;font-size:1rem}.dhm-cart-image-modal__caption{font-size:1rem}}

/* 2026-05-12: public shop spacing, blue secondary actions, and cart line action layout. */
.dhm-public-products .dhm-btn-secondary,
.dhm-public-products button.dhm-btn-secondary,
.dhm-public-products a.dhm-btn-secondary,
.dhm-public-products .dhm-public-product-card .dhm-product-actions button[data-cart-add] {
  background: var(--dhm-blue, #0799d6) !important;
  border-color: var(--dhm-blue, #0799d6) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.dhm-public-products .dhm-btn-secondary:hover,
.dhm-public-products .dhm-btn-secondary:focus-visible,
.dhm-public-products .dhm-public-product-card .dhm-product-actions button[data-cart-add]:hover,
.dhm-public-products .dhm-public-product-card .dhm-product-actions button[data-cart-add]:focus-visible {
  background: #052b4f !important;
  border-color: #052b4f !important;
  color: #ffffff !important;
}

.dhm-public-products a:not(.dhm-btn):not(.dhm-floating-cart-view):not(.dhm-floating-cart-checkout) {
  color: var(--dhm-blue, #0799d6);
}

.dhm-public-products a:not(.dhm-btn):not(.dhm-floating-cart-view):not(.dhm-floating-cart-checkout):hover,
.dhm-public-products a:not(.dhm-btn):not(.dhm-floating-cart-view):not(.dhm-floating-cart-checkout):focus-visible {
  color: #052b4f;
}

.dhm-cart-line-actions {
  grid-column: 1 / -1 !important;
  width: 100%;
  padding-top: 12px;
  border-top: 1px solid rgba(5, 43, 79, .08);
}

.dhm-cart-line-total {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 760px) {
  .dhm-product-list-section,
  .dhm-product-detail-section,
  .dhm-cart-section {
    padding: 34px 0 56px !important;
  }

  .dhm-public-products .dhm-wrap {
    width: min(100% - 28px, var(--dhm-wrap, 1180px));
  }

  .dhm-public-products .dhm-section-head,
  .dhm-public-products .dhm-section-head--left,
  .dhm-cart-page-head {
    margin-bottom: 22px !important;
  }

  .dhm-public-product-grid {
    gap: 16px;
    margin: 18px 0 34px;
  }

  .dhm-product-actions .dhm-btn,
  .dhm-public-products .dhm-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .dhm-cart-line-actions {
    grid-column: 1 / -1 !important;
    display: flex;
    width: 100%;
  }
}

/* 2026-05-12: products page mobile card layout and image preview triggers. */
.dhm-public-product-card .dhm-public-product-image-button {
  width: 100%;
  border: 0;
  border-radius: 20px;
  background: #eef9ff;
  padding: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.dhm-public-product-card .dhm-public-product-image-button img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 20px;
  background: #eef9ff;
  padding: 14px;
  box-sizing: border-box;
}
.dhm-public-product-card .dhm-public-product-image-button:hover,
.dhm-public-product-card .dhm-public-product-image-button:focus-visible {
  outline: 3px solid rgba(0,145,213,.28);
  outline-offset: 3px;
}
.dhm-public-product-info { display: grid; gap: 10px; min-width: 0; }
.dhm-public-product-info > :last-child { margin-bottom: 0; }
.dhm-product-actions .dhm-products-more-info {
  padding-inline: 14px !important;
  min-height: 36px !important;
  font-size: .9rem !important;
}
@media (max-width: 760px) {
  .dhm-product-list-section { padding-top: 34px !important; }
  .dhm-public-product-grid { grid-template-columns: 1fr !important; gap: 14px !important; margin-top: 16px !important; }
  .dhm-public-product-card {
    grid-template-columns: 94px minmax(0, 1fr);
    grid-template-areas: "image info" "actions actions";
    align-items: start;
    gap: 12px;
    padding: 14px;
    border-radius: 22px;
  }
  .dhm-public-product-card .dhm-public-product-image-button {
    grid-area: image;
    width: 94px;
    border-radius: 16px;
  }
  .dhm-public-product-card .dhm-public-product-image-button img {
    width: 94px;
    height: 94px;
    aspect-ratio: auto;
    padding: 8px;
    border-radius: 16px;
  }
  .dhm-public-product-info { grid-area: info; gap: 6px; }
  .dhm-public-product-card h3 { font-size: 20px; line-height: 1.08; padding-right: 84px; }
  .dhm-public-product-card ul { font-size: .92rem; padding-left: 18px; }
  .dhm-public-price { font-size: 1.02rem; }
  .dhm-public-product-card .dhm-product-actions {
    grid-area: actions;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    position: relative;
    padding-top: 2px;
  }
  .dhm-public-product-card .dhm-product-actions .dhm-btn {
    width: auto !important;
    min-height: 34px;
    padding: 8px 10px;
    font-size: .82rem;
    flex: 0 1 auto;
  }
  .dhm-public-product-card .dhm-product-actions .dhm-products-more-info {
    position: absolute;
    top: calc(-100% - 78px);
    right: 0;
    min-height: 30px !important;
    padding: 6px 10px !important;
    font-size: .78rem !important;
    border-radius: 999px !important;
  }
}
@media (max-width: 420px) {
  .dhm-public-product-card { grid-template-columns: 82px minmax(0, 1fr); }
  .dhm-public-product-card .dhm-public-product-image-button,
  .dhm-public-product-card .dhm-public-product-image-button img { width: 82px; height: 82px; }
  .dhm-public-product-card h3 { font-size: 18px; padding-right: 76px; }
  .dhm-public-product-card .dhm-product-actions { gap: 6px; }
  .dhm-public-product-card .dhm-product-actions .dhm-btn { padding-inline: 8px; font-size: .78rem; }
}

@media (max-width: 760px) {
  .dhm-public-product-card { position: relative; }
  .dhm-public-product-card .dhm-product-actions { position: static; }
  .dhm-public-product-card .dhm-product-actions .dhm-products-more-info {
    top: 12px;
    right: 12px;
  }
}

/* 2026-05-12: cart discount form, product details, and back button refinements. */
.dhm-cart-discount-form{display:grid;gap:8px;margin:16px 0;padding:14px;border-radius:18px;background:#eef9ff;border:1px solid rgba(7,95,159,.14)}
.dhm-cart-discount-form label{font-weight:950;color:#052b4f}
.dhm-cart-discount-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}
.dhm-cart-discount-control input{min-height:40px;border-radius:12px;border:1px solid rgba(5,43,79,.18);padding:8px 10px;font:inherit;font-weight:850;color:#052b4f;background:#fff;text-transform:uppercase}
.dhm-cart-discount-control .dhm-btn{min-height:40px;padding:8px 13px;font-size:.88rem;border-radius:999px}
.dhm-cart-discount-message{margin:0!important;min-height:1.2em;font-size:.9rem;font-weight:850;color:#075f9f}.dhm-cart-discount-message.is-error{color:#b13b22}
.dhm-cart-discount-row dd{color:#075f9f!important}.dhm-cart-summary-card .dhm-cart-totals div[hidden]{display:none!important}
.dhm-product-detail-back{display:inline-flex!important;align-items:center!important;gap:8px!important;width:auto!important;min-height:36px!important;padding:8px 13px!important;font-size:.9rem!important;border-radius:999px!important;margin-bottom:16px!important}.dhm-product-detail-back::before{content:"";width:22px;height:22px;background:url('/assets/images/icons/back-arrow-fat-blue.svg') center/contain no-repeat;display:inline-block;flex:0 0 22px}
.dhm-product-detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:16px 0}.dhm-product-detail-meta div{padding:12px;border-radius:16px;background:#f4fbff;border:1px solid rgba(7,95,159,.12)}.dhm-product-detail-meta dt{font-weight:950;color:#052b4f}.dhm-product-detail-meta dd{margin:4px 0 0;color:#40576b;font-weight:800}.dhm-product-detail-description{display:grid;gap:10px;margin:10px 0 16px}.dhm-product-detail-description p{margin:0}.dhm-product-detail-features{margin:12px 0 18px!important}
.dhm-products-dose-copy{margin-top:34px}.dhm-products-dose-copy .dhm-products-calculator-cta{margin-top:0}
@media(max-width:760px){.dhm-cart-discount-control{grid-template-columns:1fr auto}.dhm-cart-discount-control .dhm-btn{padding-inline:12px}.dhm-product-detail-back{font-size:.84rem!important;min-height:34px!important;padding:7px 11px!important}.dhm-product-detail-back::before{width:20px;height:20px;flex-basis:20px}.dhm-product-detail-meta{grid-template-columns:1fr 1fr;gap:8px}}


/* 2026-05-12: requested product/cart/sitemap refinements. */
.dhm-public-product-card{position:relative;overflow:visible}.dhm-public-product-card .dhm-free-shipping-badge{position:absolute;top:-14px;right:-12px;width:78px;height:78px;z-index:5;filter:drop-shadow(0 10px 16px rgba(5,43,79,.2));pointer-events:none}.dhm-public-product-info ul,.dhm-product-detail-features{list-style:none!important;padding-left:0!important;display:grid;gap:7px}.dhm-public-product-info li,.dhm-product-detail-features li{position:relative;padding-left:26px}.dhm-public-product-info li::before,.dhm-product-detail-features li::before{content:"✓";position:absolute;left:0;top:.05em;width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#16a34a;color:#fff;font-size:12px;font-weight:950}.dhm-public-product-card .dhm-product-actions{justify-content:center;gap:15px!important}.dhm-public-product-card .dhm-product-actions .dhm-btn{flex:0 0 auto}.dhm-public-product-info .dhm-products-more-info{justify-self:start;width:auto!important;min-width:0!important;min-height:32px!important;padding:7px 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(5,43,79,.18)!important;color:#526a7f!important;font-size:.84rem!important;box-shadow:none!important}.dhm-public-product-info .dhm-products-more-info:hover,.dhm-public-product-info .dhm-products-more-info:focus-visible{background:#f4fbff!important;color:#052b4f!important}.dhm-product-detail-back{background:var(--dhm-blue,#0799d6)!important;border-color:var(--dhm-blue,#0799d6)!important;color:#fff!important}.dhm-product-detail-back::before{background:url('/assets/images/icons/back-arrow-white.svg') center/contain no-repeat!important}.dhm-floating-cart-icon{background:transparent!important;border:0!important;box-shadow:none!important}.dhm-floating-cart-icon img{filter:drop-shadow(0 8px 10px rgba(5,43,79,.22))}.dhm-cart-line-name-link{color:#052b4f!important;text-decoration:none!important}.dhm-cart-line-name-link:hover,.dhm-cart-line-name-link:focus-visible{color:var(--dhm-blue,#0799d6)!important;text-decoration:underline!important}.dhm-cart-layout,.dhm-cart-items-column,.dhm-cart-line-card{min-width:0}.dhm-cart-line-main{min-width:0;overflow-wrap:anywhere}.dhm-cart-section{overflow-x:hidden}.dhm-sitemap-card{padding:clamp(22px,4vw,38px);border-radius:30px;background:#fff;border:1px solid rgba(5,43,79,.1);box-shadow:0 18px 44px rgba(5,43,79,.08)}.dhm-sitemap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:24px}.dhm-sitemap-group{padding:18px;border-radius:22px;background:#f4fbff;border:1px solid rgba(7,95,159,.12)}.dhm-sitemap-group h2{margin:0 0 12px;color:#052b4f}.dhm-sitemap-group ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.dhm-sitemap-group a{font-weight:850;text-decoration:none}.dhm-sitemap-group a:hover{text-decoration:underline}
@media(max-width:820px){.dhm-cart-section .dhm-wrap{width:min(100% - 24px,var(--dhm-wrap,1180px))!important;overflow:hidden}.dhm-cart-line-card{grid-template-columns:68px minmax(0,1fr) 32px!important;padding:12px!important;gap:10px!important;width:100%;box-sizing:border-box}.dhm-cart-line-image-button,.dhm-cart-line-image{width:68px!important;height:68px!important}.dhm-cart-line-main h3{font-size:18px!important;line-height:1.12}.dhm-cart-line-actions{display:grid!important;grid-template-columns:1fr;gap:10px!important}.dhm-cart-qty-field{justify-content:space-between;white-space:normal}.dhm-cart-line-total{min-width:0!important;width:100%;text-align:right}.dhm-cart-summary-card{width:100%;box-sizing:border-box}.dhm-public-product-card .dhm-free-shipping-badge{top:-10px;right:-8px;width:66px;height:66px}.dhm-public-product-info .dhm-products-more-info{justify-self:start!important;position:static!important}.dhm-public-product-card h3{padding-right:58px!important}.dhm-public-product-card .dhm-product-actions{justify-content:center!important;gap:15px!important;flex-wrap:wrap!important}.dhm-public-product-card .dhm-product-actions .dhm-btn{width:auto!important;min-width:118px!important}}
@media(max-width:420px){.dhm-cart-section .dhm-wrap{width:min(100% - 18px,var(--dhm-wrap,1180px))!important}.dhm-cart-line-card{grid-template-columns:60px minmax(0,1fr) 30px!important}.dhm-cart-line-image-button,.dhm-cart-line-image{width:60px!important;height:60px!important}.dhm-cart-qty-field input{width:48px!important}.dhm-cart-qty-step{width:31px!important;height:31px!important}.dhm-public-product-card .dhm-product-actions .dhm-btn{min-width:104px!important;font-size:.8rem!important;padding-inline:10px!important}}

/* 2026-05-12: cart mobile item-card spacing and alignment fixes. */
.dhm-cart-line-card{box-sizing:border-box;max-width:100%}.dhm-cart-line-actions{min-width:0}.dhm-cart-qty-field{min-width:0}.dhm-cart-qty-field span{flex:0 0 auto}.dhm-cart-line-total{white-space:nowrap}
@media(max-width:820px){
  .dhm-cart-section,.dhm-cart-section .dhm-wrap,.dhm-cart-layout,.dhm-cart-items-column{max-width:100%;overflow-x:hidden;box-sizing:border-box}
  .dhm-cart-line-card{grid-template-columns:68px minmax(0,1fr) 32px!important;grid-template-areas:"image main remove" "actions actions actions"!important;margin-bottom:12px!important;padding:12px!important;gap:10px!important;overflow:hidden}
  .dhm-cart-line-actions{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;justify-content:normal!important;gap:10px!important;width:100%!important;padding-top:6px!important}
  .dhm-cart-qty-field{justify-content:flex-start!important;gap:6px!important;white-space:nowrap!important;max-width:100%;overflow:hidden}
  .dhm-cart-qty-field input{width:50px!important;min-width:0!important;padding-left:5px!important;padding-right:5px!important;text-align:center!important}
  .dhm-cart-qty-step{width:31px!important;height:31px!important;flex:0 0 31px!important}
  .dhm-cart-line-total{justify-self:end!important;align-self:center!important;min-width:72px!important;width:auto!important;text-align:right!important;font-size:1rem!important;margin-left:0!important}
}
@media(max-width:380px){
  .dhm-cart-line-card{grid-template-columns:56px minmax(0,1fr) 28px!important;padding:10px!important;gap:8px!important}
  .dhm-cart-line-image-button,.dhm-cart-line-image{width:56px!important;height:56px!important}
  .dhm-cart-line-main h3{font-size:16px!important}
  .dhm-cart-line-main p{font-size:.84rem!important}
  .dhm-cart-line-actions{gap:6px!important}
  .dhm-cart-qty-field{gap:4px!important}.dhm-cart-qty-field span{font-size:.76rem!important}.dhm-cart-qty-field input{width:42px!important}.dhm-cart-qty-step{width:28px!important;height:28px!important;font-size:18px!important}.dhm-cart-line-total{min-width:64px!important;font-size:.94rem!important}
}

/* Final mobile cart alignment override */
@media(max-width:820px){
  .dhm-cart-line-card{max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important;}
  .dhm-cart-line-actions{grid-area:actions!important;display:grid!important;grid-template-columns:minmax(0,auto) 1fr!important;align-items:center!important;width:100%!important;gap:8px!important;justify-content:stretch!important;}
  .dhm-cart-qty-field{justify-self:start!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;max-width:100%!important;gap:5px!important;white-space:nowrap!important;}
  .dhm-cart-line-total{justify-self:end!important;text-align:right!important;width:auto!important;min-width:70px!important;max-width:38vw!important;white-space:nowrap!important;}
}
@media(max-width:420px){
  .dhm-cart-line-actions{grid-template-columns:minmax(0,auto) 1fr!important;gap:6px!important;}
  .dhm-cart-line-total{min-width:58px!important;max-width:34vw!important;font-size:.92rem!important;}
  .dhm-cart-qty-field span{font-size:.72rem!important;}
  .dhm-cart-qty-field input{width:38px!important;}
  .dhm-cart-qty-step{width:27px!important;height:27px!important;}
}

/* 2026-05-12: remove free-shipping badges, inline product actions, discounted carousel pricing, and final mobile cart alignment. */
.dhm-free-shipping-badge{display:none!important;}
.dhm-public-product-card .dhm-free-shipping-badge,.dhm-product-card .dhm-free-shipping-badge{display:none!important;}
.dhm-product-actions--inline,.dhm-carousel-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:15px!important;flex-wrap:wrap!important;}
.dhm-product-actions--inline .dhm-products-more-info,.dhm-carousel-actions .dhm-carousel-more-info{margin-right:0!important;padding-right:15px!important;}
.dhm-public-product-info .dhm-products-more-info{justify-self:auto!important;}
.dhm-carousel-price,.dhm-product-price.dhm-carousel-price,.dhm-public-price.dhm-carousel-price{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:10px!important;text-align:center!important;margin:10px auto 16px!important;color:#052b4f!important;font-weight:950!important;font-size:clamp(1.35rem,2.5vw,1.7rem)!important;line-height:1.1!important;}
.dhm-carousel-price .dhm-card-price-current{display:inline-block;}
.dhm-carousel-price .dhm-card-price-current.is-struck{font-size:.78em!important;color:#718497!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;}
.dhm-carousel-price .dhm-card-price-discounted{display:inline-block;color:#146c2e!important;font-size:1.08em!important;font-weight:1000!important;}
.dhm-carousel-price .dhm-card-price-discounted[hidden]{display:none!important;}
@media(max-width:820px){
  .dhm-public-product-card h3{padding-right:0!important;}
  .dhm-cart-line-card{grid-template-columns:64px minmax(0,1fr) 30px!important;grid-template-areas:"image main remove" "actions actions actions"!important;max-width:100%!important;overflow:hidden!important;}
  .dhm-cart-line-actions{grid-area:actions!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-width:0!important;gap:8px!important;padding-top:8px!important;}
  .dhm-cart-qty-field{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:1 1 auto!important;min-width:0!important;max-width:calc(100% - 86px)!important;gap:5px!important;white-space:nowrap!important;}
  .dhm-cart-line-total{flex:0 0 auto!important;margin-left:auto!important;min-width:72px!important;max-width:40%!important;text-align:right!important;white-space:nowrap!important;font-size:1rem!important;}
  .dhm-cart-qty-step{width:30px!important;height:30px!important;flex:0 0 30px!important;}
  .dhm-cart-qty-field input{width:42px!important;flex:0 0 42px!important;min-width:0!important;}
}
@media(max-width:380px){
  .dhm-cart-line-actions{gap:5px!important;}
  .dhm-cart-qty-field{gap:3px!important;max-width:calc(100% - 66px)!important;}
  .dhm-cart-qty-field span{font-size:.7rem!important;}
  .dhm-cart-qty-step{width:26px!important;height:26px!important;font-size:17px!important;}
  .dhm-cart-qty-field input{width:34px!important;flex-basis:34px!important;padding-left:3px!important;padding-right:3px!important;}
  .dhm-cart-line-total{min-width:58px!important;font-size:.88rem!important;}
}

/* 2026-05-12: final mobile cart containment after discount-code totals render. */
body.page-cart,
body.page-cart .dhm-page,
body.page-cart .dhm-public-products,
body.page-cart .dhm-cart-section,
body.page-cart .dhm-wrap,
body.page-cart .dhm-cart-layout,
body.page-cart .dhm-cart-items-column,
body.page-cart .dhm-cart-summary-card,
body.page-cart [data-cart-items]{max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important;}
body.page-cart{width:100%;overflow-x:hidden!important;}
body.page-cart .dhm-cart-summary-card{min-width:0!important;}
body.page-cart .dhm-cart-totals div{min-width:0!important;}
body.page-cart .dhm-cart-totals dt,
body.page-cart .dhm-cart-totals dd{min-width:0!important;overflow-wrap:anywhere!important;}
body.page-cart .dhm-cart-discount-form,
body.page-cart .dhm-cart-discount-control{min-width:0!important;max-width:100%!important;box-sizing:border-box!important;}
body.page-cart .dhm-cart-discount-control input{min-width:0!important;max-width:100%!important;box-sizing:border-box!important;}
@media(max-width:820px){
  body.page-cart .dhm-cart-section{padding-left:0!important;padding-right:0!important;}
  body.page-cart .dhm-cart-section>.dhm-wrap{width:calc(100% - 20px)!important;margin-left:auto!important;margin-right:auto!important;}
  body.page-cart .dhm-cart-line-card{width:100%!important;min-width:0!important;max-width:100%!important;grid-template-columns:62px minmax(0,1fr) 30px!important;grid-template-areas:"image main remove" "actions actions actions"!important;}
  body.page-cart .dhm-cart-line-actions{grid-area:actions!important;display:grid!important;grid-template-columns:minmax(0,max-content) minmax(58px,1fr)!important;align-items:center!important;width:100%!important;min-width:0!important;gap:8px!important;}
  body.page-cart .dhm-cart-qty-field{justify-self:start!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;max-width:100%!important;min-width:0!important;gap:4px!important;white-space:nowrap!important;overflow:hidden!important;}
  body.page-cart .dhm-cart-qty-field input{width:38px!important;flex:0 0 38px!important;min-width:0!important;padding-left:3px!important;padding-right:3px!important;text-align:center!important;}
  body.page-cart .dhm-cart-qty-step{width:28px!important;height:28px!important;flex:0 0 28px!important;}
  body.page-cart .dhm-cart-line-total{justify-self:end!important;align-self:center!important;width:auto!important;min-width:58px!important;max-width:100%!important;margin-left:0!important;text-align:right!important;white-space:nowrap!important;}
}
@media(max-width:430px){
  body.page-cart .dhm-cart-section>.dhm-wrap{width:calc(100% - 16px)!important;}
  body.page-cart .dhm-cart-discount-control{grid-template-columns:1fr!important;}
  body.page-cart .dhm-cart-discount-control .dhm-btn{width:100%!important;justify-content:center!important;}
  body.page-cart .dhm-cart-line-card{grid-template-columns:56px minmax(0,1fr) 28px!important;padding:10px!important;gap:7px!important;}
  body.page-cart .dhm-cart-line-actions{gap:5px!important;grid-template-columns:minmax(0,max-content) minmax(52px,1fr)!important;}
  body.page-cart .dhm-cart-qty-field span{font-size:.68rem!important;}
  body.page-cart .dhm-cart-qty-step{width:25px!important;height:25px!important;font-size:17px!important;}
  body.page-cart .dhm-cart-qty-field input{width:32px!important;flex-basis:32px!important;}
  body.page-cart .dhm-cart-line-total{min-width:52px!important;font-size:.86rem!important;}
}
body.page-cart .dhm-cart-discount-message{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important;}

/* 2026-05-12: product-detail all fields, centred back button, and discount price styling. */
.dhm-product-detail-back-wrap{display:flex;justify-content:center;margin-bottom:16px}.dhm-product-detail-back-wrap .dhm-product-detail-back{margin-bottom:0!important}.dhm-product-detail-price{color:#718497!important;display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap}.dhm-product-detail-price .dhm-card-price-current.is-struck{color:#718497!important;text-decoration:line-through!important;text-decoration-thickness:2px!important}.dhm-product-detail-price .dhm-card-price-discounted{color:#146c2e!important;font-weight:1000!important}.dhm-product-detail-price .dhm-card-price-discounted[hidden]{display:none!important}.dhm-product-detail-meta--all-fields{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.dhm-product-detail-meta--all-fields dd{overflow-wrap:anywhere;word-break:break-word}.dhm-product-detail-card h2{margin:20px 0 10px;color:#052b4f}

/* 2026-05-12: definitive cart item qty/price alignment. */
.dhm-cart-line-card{
  grid-template-columns:112px minmax(0,1fr) minmax(240px,auto)!important;
}
.dhm-cart-line-actions{
  display:grid!important;
  grid-template-columns:minmax(118px,auto) minmax(92px,auto)!important;
  align-items:center!important;
  justify-content:end!important;
  gap:18px!important;
  min-width:0!important;
}
.dhm-cart-qty-field{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  min-width:0!important;
  width:auto!important;
  white-space:nowrap!important;
}
.dhm-cart-qty-field > span{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  margin:0!important;
  color:#052b4f!important;
  font-weight:950!important;
  text-transform:none!important;
}
.dhm-cart-qty-controls{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:5px!important;
  min-width:0!important;
}
.dhm-cart-line-total{
  justify-self:end!important;
  align-self:center!important;
  text-align:right!important;
  white-space:nowrap!important;
  min-width:92px!important;
  max-width:none!important;
}
@media(max-width:820px){
  body:has([data-retail-cart-root]),
  .dhm-cart-section,
  .dhm-cart-section .dhm-wrap,
  .dhm-cart-layout,
  .dhm-cart-items-column,
  .dhm-cart-summary-card,
  [data-cart-items]{
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }
  .dhm-cart-line-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr) 34px!important;
    grid-template-areas:"image main remove" "actions actions actions"!important;
    gap:10px!important;
    padding:12px!important;
  }
  .dhm-cart-line-image-button{grid-area:image!important;display:block!important;width:64px!important;height:64px!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:hidden!important}
  .dhm-cart-line-image{width:64px!important;height:64px!important;display:block!important;padding:6px!important;box-sizing:border-box!important}
  .dhm-cart-line-main{grid-area:main!important;min-width:0!important;overflow:hidden!important;align-self:center!important}
  .dhm-cart-line-main h3{font-size:17px!important;line-height:1.15!important;margin:0 0 4px!important;overflow-wrap:anywhere!important;word-break:normal!important}
  .dhm-cart-line-main p{font-size:.84rem!important;line-height:1.2!important;margin:0!important;white-space:normal!important}
  .dhm-cart-remove-icon{grid-area:remove!important;position:static!important;justify-self:end!important;align-self:start!important;width:30px!important;height:30px!important;min-width:30px!important;font-size:22px!important}
  .dhm-cart-line-actions{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding-top:8px!important;
    border-top:1px solid rgba(5,43,79,.08)!important;
    box-sizing:border-box!important;
  }
  .dhm-cart-qty-field{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 88px)!important;
    justify-content:flex-start!important;
    gap:6px!important;
  }
  .dhm-cart-qty-field > span{font-size:.78rem!important;letter-spacing:.01em!important}
  .dhm-cart-qty-controls{gap:4px!important;max-width:100%!important;overflow:hidden!important}
  .dhm-cart-qty-step{width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important;font-size:18px!important;line-height:1!important;padding:0!important}
  .dhm-cart-qty-field input{width:44px!important;min-width:44px!important;max-width:44px!important;min-height:32px!important;padding:4px!important;text-align:center!important;font-size:.9rem!important;box-sizing:border-box!important}
  .dhm-cart-line-total{
    flex:0 0 auto!important;
    justify-self:auto!important;
    min-width:78px!important;
    max-width:40vw!important;
    text-align:right!important;
    font-size:1rem!important;
    line-height:1.1!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}
@media(max-width:380px){
  .dhm-cart-line-card{grid-template-columns:54px minmax(0,1fr) 30px!important;padding:10px!important;gap:8px!important}
  .dhm-cart-line-image-button,.dhm-cart-line-image{width:54px!important;height:54px!important}
  .dhm-cart-line-main h3{font-size:15px!important}
  .dhm-cart-qty-field{max-width:calc(100% - 72px)!important;gap:4px!important}
  .dhm-cart-qty-field > span{font-size:.7rem!important}
  .dhm-cart-qty-step{width:27px!important;height:27px!important;min-width:27px!important;flex-basis:27px!important}
  .dhm-cart-qty-field input{width:38px!important;min-width:38px!important;max-width:38px!important;min-height:29px!important;font-size:.84rem!important}
  .dhm-cart-line-total{min-width:66px!important;max-width:34vw!important;font-size:.88rem!important}
}

/* 2026-05-12: product images 33% bigger and tighter mobile product/cart cards. */
.dhm-public-product-card .dhm-public-product-image-button img,
.dhm-public-product-card > img{
  transform:scale(1.33);
  transform-origin:center;
}
.dhm-product-detail-card>img{
  transform:scale(1.33);
  transform-origin:center top;
}
@media(max-width:760px){
  .dhm-public-product-grid{gap:10px!important;margin-top:12px!important;margin-bottom:28px!important;}
  .dhm-public-product-card{
    grid-template-columns:125px minmax(0,1fr)!important;
    gap:8px!important;
    padding:10px!important;
    border-radius:18px!important;
  }
  .dhm-public-product-card .dhm-public-product-image-button,
  .dhm-public-product-card .dhm-public-product-image-button img{
    width:125px!important;
    height:125px!important;
  }
  .dhm-public-product-card .dhm-public-product-image-button img{
    padding:6px!important;
    transform:none!important;
  }
  .dhm-public-product-info{gap:4px!important;}
  .dhm-public-product-card h3{font-size:19px!important;margin-bottom:0!important;padding-right:70px!important;}
  .dhm-public-product-card ul{font-size:.88rem!important;line-height:1.25!important;padding-left:16px!important;}
  .dhm-public-product-card li{margin-bottom:2px!important;}
  .dhm-public-price{font-size:.98rem!important;}
  .dhm-public-product-card .dhm-product-actions{gap:6px!important;padding-top:0!important;}
  .dhm-public-product-card .dhm-product-actions .dhm-btn{min-height:31px!important;padding:7px 8px!important;font-size:.78rem!important;}
  .dhm-cart-line-card{gap:8px!important;padding:10px!important;margin-bottom:10px!important;border-radius:18px!important;}
  .dhm-cart-summary-card{padding:16px!important;border-radius:20px!important;}
}
@media(max-width:420px){
  .dhm-public-product-card{grid-template-columns:109px minmax(0,1fr)!important;}
  .dhm-public-product-card .dhm-public-product-image-button,
  .dhm-public-product-card .dhm-public-product-image-button img{width:109px!important;height:109px!important;}
  .dhm-public-product-card h3{font-size:17px!important;padding-right:64px!important;}
}
