.dsd-cookie-banner[hidden] { display: none !important; }
.dsd-cookie-banner { position: fixed; inset: auto 0 0; z-index: 100001; display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1rem max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)); background: #fff; color: #222; border-top: 2px solid #7c4519; box-shadow: 0 -3px 16px #0002; font-size: 1rem; max-height: 65vh; overflow: auto; }
.dsd-cookie-banner p { margin: 0; max-width: 58rem; }
.dsd-cookie-banner a { color: #71380b; text-decoration: underline; }
.dsd-cookie-actions { display: flex; gap: .6rem; flex-shrink: 0; }
.dsd-cookie-actions button, .dsd-cookie-settings button { min-height: 44px; padding: .65rem 1rem; border: 2px solid #71380b; background: #fff; color: #522900; cursor: pointer; font: inherit; }
.dsd-cookie-banner :focus-visible, .dsd-cookie-settings button:focus-visible { outline: 3px solid #1b4dab; outline-offset: 3px; }
.dsd-cookie-settings { padding: 1rem; text-align: center; }
.dsd-cookie-open .dsd-whatsapp { visibility: hidden; }
@media (max-width: 700px) { .dsd-cookie-banner { flex-direction: column; align-items: stretch; } .dsd-cookie-actions button { flex: 1; } }

/* Keep the last footer control above Storefront’s fixed mobile navigation. */
@media (max-width: 767px) { .dsd-cookie-settings { padding-bottom: calc(96px + env(safe-area-inset-bottom)); } }
