/* Shared buyer guidance: visible below the fixed site header. */
.customer-toolbar { margin-top: var(--header-h); background: #162051; color: #fbfafa; border-bottom: 1px solid #bbaea2; font-size: .9rem; }
.customer-toolbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 8px 24px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.customer-toolbar nav { display: flex; gap: 8px 20px; flex-wrap: wrap; }
.customer-toolbar a { color: #fbfafa; display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: .2em; }
.customer-toolbar a:hover { color: #bbaea2; }
.customer-policy-links { border-top: 1px solid #bbaea2; margin-top: 28px; padding-top: 20px; }
.customer-policy-links ul { display: flex; flex-wrap: wrap; gap: 8px 24px; list-style: none; padding: 0; }
.customer-policy-links a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: .2em; }
.store-notice p + p { margin-top: 12px; }
.store-notice a, .store-form a { text-decoration: underline; text-underline-offset: .2em; }
.store-consent { align-items: start; }
.product-disclosure { border-left: 3px solid #fc3231; padding: 12px 16px; margin-top: 16px; background: #162051; color: #fbfafa; }
.product-disclosure a { color: #fbfafa; text-decoration: underline; }
@media (max-width: 640px) { .customer-toolbar-inner { align-items: flex-start; } .customer-toolbar nav { width: 100%; justify-content: space-between; } .customer-policy-links ul { display: grid; grid-template-columns: 1fr; gap: 0; } }
