.hl-cgate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:20px;background:#26211c9e;-webkit-backdrop-filter:saturate(120%) blur(2px);backdrop-filter:saturate(120%) blur(2px)}.hl-cgate[hidden]{display:none!important}.hl-cgate__panel{width:100%;max-width:440px;max-height:calc(100vh - 40px);overflow-y:auto;box-sizing:border-box;padding:30px 26px 26px;background:var(--hl-ivory, #F4EFE7);color:var(--hl-espresso, #26211C);border:1px solid var(--hl-stone, #D9CFC2);border-radius:2px;box-shadow:0 24px 60px #26211c4d;text-align:left;animation:hl-cgate-in .26s ease-out both}.hl-cgate__step[hidden]{display:none!important}@keyframes hl-cgate-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.hl-cgate__panel{animation:none}}.hl-cgate__eyebrow{font-family:var(--hl-sans, sans-serif);font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--hl-gold, #A88A5E);margin:0 0 10px}.hl-cgate__title{font-family:var(--hl-serif, Georgia, serif);font-size:27px;font-weight:500;line-height:1.1;letter-spacing:-.01em;margin:0 0 12px}.hl-cgate__body{font-family:var(--hl-sans, sans-serif);font-size:14px;font-weight:300;line-height:1.6;margin:0 0 20px;color:#26211cd1}.hl-cgate__body a{color:var(--hl-espresso, #26211C);text-decoration:underline;text-underline-offset:2px}.hl-cgate__body a:hover{color:var(--hl-gold, #A88A5E)}.hl-cgate__actions{display:flex;gap:10px}.hl-cgate__btn{flex:1 1 0;min-height:50px;padding:13px 10px;box-sizing:border-box;font-family:var(--hl-sans, sans-serif);font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;border-radius:0;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.hl-cgate__btn--primary{color:var(--hl-ivory, #F4EFE7);background:var(--hl-espresso, #26211C);border:1px solid var(--hl-espresso, #26211C)}.hl-cgate__btn--primary:hover{background:#3a322a;border-color:#3a322a}.hl-cgate__btn--secondary{color:var(--hl-espresso, #26211C);background:transparent;border:1px solid var(--hl-stone, #D9CFC2)}.hl-cgate__btn--secondary:hover{background:var(--hl-stone, #D9CFC2);border-color:var(--hl-stone, #D9CFC2)}@media(prefers-reduced-motion:reduce){.hl-cgate__btn{transition:none}}.hl-cgate__btn:focus-visible{outline:2px solid var(--hl-gold, #A88A5E);outline-offset:2px}.hl-cgate__reject-row{display:flex;justify-content:center;margin-top:6px}.hl-cgate__reject{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;background:none;border:0;font-family:var(--hl-sans, sans-serif);font-size:15px;font-weight:400;line-height:1.4;letter-spacing:.01em;text-transform:none;color:var(--hl-espresso, #26211C);text-decoration:underline!important;text-underline-offset:3px;text-decoration-thickness:1px;cursor:pointer}.hl-cgate__reject:hover{color:var(--hl-gold, #A88A5E)}.hl-cgate__reject:focus-visible{outline:2px solid var(--hl-gold, #A88A5E);outline-offset:2px}.hl-cgate__cats{border-top:1px solid var(--hl-stone, #D9CFC2);margin:0 0 20px}.hl-cgate__cat{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--hl-stone, #D9CFC2)}.hl-cgate__cat-text{flex:1 1 auto;min-width:0}.hl-cgate__cat-label{display:block;font-family:var(--hl-sans, sans-serif);font-size:14px;font-weight:500;color:var(--hl-espresso, #26211C);cursor:pointer}.hl-cgate__cat-note{font-family:var(--hl-sans, sans-serif);font-size:12.5px;font-weight:300;line-height:1.5;margin:3px 0 0;color:#26211cb3}.hl-cgate__switch{position:relative;flex:0 0 auto;width:46px;height:44px;display:inline-flex;align-items:center;justify-content:center}.hl-cgate__switch input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.hl-cgate__switch.is-locked input{cursor:default}.hl-cgate__switch-track{pointer-events:none;width:42px;height:24px;border-radius:12px;background:transparent;border:1px solid var(--hl-espresso, #26211C);transition:background .16s ease,border-color .16s ease}.hl-cgate__switch-track:after{content:"";display:block;width:16px;height:16px;margin:3px;border-radius:50%;background:var(--hl-espresso, #26211C);transition:transform .16s ease,background .16s ease}.hl-cgate__switch input:checked~.hl-cgate__switch-track{background:var(--hl-espresso, #26211C)}.hl-cgate__switch input:checked~.hl-cgate__switch-track:after{transform:translate(18px);background:var(--hl-ivory, #F4EFE7)}.hl-cgate__switch.is-locked .hl-cgate__switch-track{background:var(--hl-stone, #D9CFC2);border-color:var(--hl-stone, #D9CFC2)}.hl-cgate__switch.is-locked .hl-cgate__switch-track:after{background:#26211c8c}.hl-cgate__switch input:focus-visible~.hl-cgate__switch-track{outline:2px solid var(--hl-gold, #A88A5E);outline-offset:2px}@media(prefers-reduced-motion:reduce){.hl-cgate__switch-track,.hl-cgate__switch-track:after{transition:none}}@media(max-width:359px){.hl-cgate__actions{flex-direction:column}}html.hl-cgate-open,html.hl-cgate-open body{overflow:hidden!important;touch-action:none}html.hl-cgate-open #analyzely-consent-banner,html.hl-cgate-open #analyzely-consent-banner-wrapper,html.hl-cgate-open #attentive_creative,html.hl-cgate-open #attentive_overlay,html.hl-cgate-open [id^=attentive_]{display:none!important}:root{--gp-consent-banner-bg-color: #26211C !important;--gp-consent-banner-text-color: #F4EFE7 !important;--gp-consent-banner-accept-btn-bg-color: #F4EFE7 !important;--gp-consent-banner-accept-btn-text-color: #26211C !important;--gp-consent-banner-decline-btn-bg-color: transparent !important;--gp-consent-banner-decline-btn-text-color: #F4EFE7 !important;--gp-consent-banner-privacy-link-text-color: #F4EFE7 !important}#analyzely-consent-banner .analyzely-consent-banner__accept-button,#analyzely-consent-banner .analyzely-consent-banner__decline-button{border-radius:0!important;min-height:44px;letter-spacing:.14em;text-transform:uppercase;font-size:12px!important}#analyzely-consent-banner .analyzely-consent-banner__decline-button{border:1px solid #F4EFE7!important}
/*# sourceMappingURL=/cdn/shop/t/58/assets/hl-consent-gate.css.map */
