.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-top:var(--inputs-border-width) solid rgba(var(--color-foreground),.2);box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .4s ease,opacity .4s ease;opacity:0;padding:2rem 0}.cookie-consent-banner.is-visible{transform:translateY(0);opacity:1}.cookie-consent-banner__container{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.cookie-consent-banner__container{padding:0 5rem}}.cookie-consent-banner__content{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:990px){.cookie-consent-banner__content{flex-direction:row;align-items:center;justify-content:space-between}}.cookie-consent-banner__text{flex:1;font-size:1.4rem;line-height:1.5}.cookie-consent-banner__text p{margin:0 0 .8rem}.cookie-consent-banner__text p:last-child{margin-bottom:0}.cookie-consent-banner__title{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:var(--font-heading-weight);margin:0 0 .6rem}.cookie-consent-banner__links{display:inline}.cookie-consent-banner__links a{text-decoration:underline;text-underline-offset:.2rem}.cookie-consent-banner__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.cookie-consent-banner__button{min-height:4rem;padding:0 2rem;border:var(--buttons-border-width) solid rgba(var(--color-button),var(--buttons-border-opacity));border-radius:var(--buttons-radius);background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.4rem;font-weight:var(--font-body-weight-bold);cursor:pointer;transition:opacity .2s ease,transform .2s ease}.cookie-consent-banner__button:hover{opacity:.9;transform:translateY(-1px)}.cookie-consent-banner__button--secondary{background-color:transparent;color:rgb(var(--color-button))}.cookie-consent-banner__button--text{background-color:transparent;border-color:transparent;color:rgb(var(--color-link));text-decoration:underline;text-underline-offset:.2rem;padding:0 1rem}.cookie-consent-banner__preferences{display:none;margin-top:1.5rem;padding-top:1.5rem;border-top:var(--inputs-border-width) solid rgba(var(--color-foreground),.1)}.cookie-consent-banner__preferences.is-open{display:block}.cookie-consent-banner__preference{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.cookie-consent-banner__preference-label{flex:1}.cookie-consent-banner__preference-title{font-weight:var(--font-body-weight-bold);display:block;margin-bottom:.2rem}.cookie-consent-banner__preference-description{font-size:1.2rem;opacity:.8}.cookie-consent-banner__toggle{position:relative;width:4.4rem;height:2.4rem;flex-shrink:0}.cookie-consent-banner__toggle input{opacity:0;width:0;height:0}.cookie-consent-banner__toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--color-foreground),.2);border-radius:2.4rem;transition:background-color .2s ease}.cookie-consent-banner__toggle-slider:before{content:"";position:absolute;height:1.8rem;width:1.8rem;left:.3rem;bottom:.3rem;background-color:rgb(var(--color-background));border-radius:50%;transition:transform .2s ease}.cookie-consent-banner__toggle input:checked+.cookie-consent-banner__toggle-slider{background-color:rgb(var(--color-button))}.cookie-consent-banner__toggle input:checked+.cookie-consent-banner__toggle-slider:before{transform:translate(2rem)}.cookie-consent-banner__toggle input:disabled+.cookie-consent-banner__toggle-slider{opacity:.5;cursor:not-allowed}.cookie-consent-banner__do-not-sell{margin-top:1rem;font-size:1.2rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cookie-consent.css.map */
