/* BJP Store: confirmation after adding to cart, 2026-09-08. */
#colorbox .advanced-order .advancedOrder__buttons {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

#colorbox #cboxLoadedContent .advanced-order .advancedOrder__buttons > .btn {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.35;
  white-space: normal;
  text-align: center;
}

#colorbox #cboxLoadedContent .advanced-order .advancedOrder__buttons > .btn-conversion:hover {
  background-color: #3b3b38;
}

#colorbox .advanced-order .advancedOrder__buttons > .btn:focus-visible,
#colorbox:has(.advanced-order) #cboxClose:focus-visible {
  outline: 3px solid #1e1e1c !important;
  outline-offset: 3px !important;
}

#colorbox:has(.advanced-order) #cboxClose {
  width: 44px;
  height: 44px;
}

/* Hide the two promotional overlays only while this confirmation is open. */
body:has(#colorbox[style*="display: block"] .advanced-order) #hw-87kwowifjjowiklsadh666left,
body:has(#colorbox[style*="display: block"] .advanced-order) .LEAD_GENERATION {
  display: none !important;
}

@media (max-width: 767px) {
  #colorbox .advanced-order .advancedOrder__buttons {
    flex-direction: column;
  }

  #colorbox #cboxLoadedContent .advanced-order .advancedOrder__buttons > .btn {
    flex: 0 0 auto;
    width: 100%;
  }
}
