/* Hide empty sections */
div.drawer__inner-section:not(:has(*)) {
  display: none;
}

.drawer__inner-section.shipping-message {
  padding-top: 10px;
}

.drawer__footer p.warranty-message {
  margin-bottom: 0px;
}

.drawer__inner-section:has(.dbtfy-trust_badge) {
  display: none !important;
}