:root{--hh-consent-forest: var(--hh-forest, #183f32);--hh-consent-deep: var(--hh-deep-forest, #0f3026);--hh-consent-cream: var(--hh-cream, #f6f1e8);--hh-consent-soft: var(--hh-cream-soft, #fbf8f2);--hh-consent-sand: var(--hh-sand, #e7ddcf);--hh-consent-ink: var(--hh-ink, #1d2823);--hh-consent-muted: var(--hh-muted, #65716a)}.hh-consent-modal-open{overflow:hidden}.hh-consent [hidden]{display:none!important}.hh-consent-banner{position:fixed;z-index:1200;left:50%;bottom:max(18px,env(safe-area-inset-bottom));width:min(1100px,calc(100vw - 36px));transform:translate(-50%);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:end;padding:24px 26px;border:1px solid rgba(24,63,50,.14);border-radius:24px;background:#fbf8f2fa;color:var(--hh-consent-ink);box-shadow:0 20px 60px #0f30262e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hh-consent-banner__copy{max-width:720px}.hh-consent-eyebrow{margin:0 0 7px;color:var(--hh-consent-forest);font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hh-consent-banner h2,.hh-consent-dialog h2{margin:0;color:var(--hh-consent-deep);font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.025em}.hh-consent-banner h2{font-size:clamp(2.4rem,3vw,3.5rem)}.hh-consent-banner__copy>p:not(.hh-consent-eyebrow),.hh-consent-dialog>p,.hh-consent-boundary{color:var(--hh-consent-muted);line-height:1.65}.hh-consent-banner__copy>p:not(.hh-consent-eyebrow){margin:9px 0 0;max-width:68ch}.hh-consent-gpc-note{padding-top:4px;color:var(--hh-consent-forest)!important;font-weight:650}.hh-consent-banner__actions,.hh-consent-dialog__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.hh-consent-banner__actions{justify-content:flex-end}.hh-consent-button,.hh-consent-text-button,.hh-footer-privacy-button{font:inherit}.hh-consent-button{-webkit-appearance:none;appearance:none;min-height:46px;padding:0 20px;border:1px solid var(--hh-consent-forest);border-radius:999px;background:var(--hh-consent-forest);color:#fff;cursor:pointer;font-weight:650;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.hh-consent-button:hover{transform:translateY(-1px);background:var(--hh-consent-deep);border-color:var(--hh-consent-deep)}.hh-consent-button--secondary{background:transparent;color:var(--hh-consent-forest)}.hh-consent-button--secondary:hover{background:#183f3212;color:var(--hh-consent-deep)}.hh-consent-text-button{-webkit-appearance:none;appearance:none;padding:10px 4px;border:0;background:transparent;color:var(--hh-consent-forest);cursor:pointer;font-weight:650;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.hh-consent-overlay{position:fixed;z-index:1250;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:16px;background:#081813a3;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.hh-consent-dialog{position:relative;width:min(680px,100%);max-height:calc(100vh - 32px);overflow:auto;padding:34px;border:1px solid rgba(255,255,255,.4);border-radius:26px;background:var(--hh-consent-soft);color:var(--hh-consent-ink);box-shadow:0 28px 90px #0000004d;outline:none}.hh-consent-dialog h2{max-width:560px;font-size:clamp(3rem,5vw,4.6rem);line-height:1.04}.hh-consent-dialog>p:not(.hh-consent-eyebrow){margin:14px 0 0}.hh-consent-close{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(24,63,50,.16);border-radius:50%;background:#fff;color:var(--hh-consent-deep);cursor:pointer;font-size:2.6rem;line-height:1}.hh-consent-state,.hh-consent-gpc-box{margin-top:20px;padding:14px 16px;border-radius:16px;background:#183f3212;color:var(--hh-consent-forest);font-size:1.35rem;line-height:1.5}.hh-consent-gpc-box{display:grid;gap:3px;border:1px solid rgba(24,63,50,.14)}.hh-consent-gpc-box span{color:var(--hh-consent-muted)}.hh-consent-options{display:grid;gap:12px;margin-top:24px}.hh-consent-option{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px;border:1px solid rgba(24,63,50,.13);border-radius:18px;background:#fff}.hh-consent-option>div{display:grid;gap:4px}.hh-consent-option strong{color:var(--hh-consent-deep);font-size:1.55rem}.hh-consent-option span:not(.hh-consent-switch):not(.hh-consent-always){color:var(--hh-consent-muted);line-height:1.5}.hh-consent-always{color:var(--hh-consent-forest);font-size:1.25rem;font-weight:700;white-space:nowrap}.hh-consent-switch{position:relative;display:inline-block;flex:0 0 auto;width:52px;height:30px}.hh-consent-switch input{position:absolute;width:1px;height:1px;opacity:0}.hh-consent-switch>span{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(24,63,50,.22);border-radius:999px;background:#d9dedb;cursor:pointer;transition:background-color .16s ease,border-color .16s ease}.hh-consent-switch>span:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0f302633;transition:transform .16s ease}.hh-consent-switch input:checked+span{border-color:var(--hh-consent-forest);background:var(--hh-consent-forest)}.hh-consent-switch input:checked+span:after{transform:translate(22px)}.hh-consent-switch input:disabled+span{cursor:not-allowed;opacity:.58}.hh-consent-switch input:focus-visible+span,.hh-consent-button:focus-visible,.hh-consent-text-button:focus-visible,.hh-consent-close:focus-visible,.hh-footer-privacy-button:focus-visible{outline:3px solid rgba(24,63,50,.3);outline-offset:3px}.hh-consent-boundary{margin-top:22px!important;padding-top:19px;border-top:1px solid rgba(24,63,50,.12);font-size:1.3rem}.hh-consent-links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:16px}.hh-consent-links a{color:var(--hh-consent-forest);font-weight:650;text-underline-offset:4px}.hh-consent-dialog__actions{margin-top:25px}.hh-footer-privacy-button{-webkit-appearance:none;appearance:none;width:fit-content;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left;text-decoration:none}.hh-footer-privacy-button:hover{text-decoration:underline;text-underline-offset:4px}@media screen and (max-width:749px){.hh-consent-banner{bottom:max(10px,env(safe-area-inset-bottom));width:calc(100vw - 20px);grid-template-columns:1fr;gap:17px;padding:20px;border-radius:20px}.hh-consent-banner__actions{justify-content:flex-start}.hh-consent-banner__actions .hh-consent-button{flex:1 1 150px}.hh-consent-dialog{padding:28px 20px 24px;border-radius:22px}.hh-consent-close{top:12px;right:12px}.hh-consent-option{gap:14px;padding:16px}}@media(prefers-reduced-motion:reduce){.hh-consent *,.hh-consent *:before,.hh-consent *:after{scroll-behavior:auto!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/hemes-consent.css.map */
