.cookie-consent-banner *{box-sizing:border-box}.cookie-consent-banner{position:fixed;bottom:0;left:0;width:100%;z-index:9999;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:.3rem solid rgb(var(--color-button));box-shadow:0 -.4rem 2rem rgba(var(--color-shadow),.1);transform:translateY(100%);transition:transform var(--duration-long) cubic-bezier(.16,1,.3,1);box-sizing:border-box;overflow:hidden}.cookie-consent-banner.show{transform:translateY(0)}.cookie-consent-container{max-width:100vw;margin:0 auto;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;width:100%;box-sizing:border-box;overflow:hidden}.cookie-consent-content{display:flex;align-items:flex-start;gap:1rem;flex:1;min-width:0;max-width:100%;overflow:hidden}.cookie-consent-icon{color:rgb(var(--color-button));flex-shrink:0;margin-top:.25rem}.cookie-consent-text{flex:1;min-width:0;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.cookie-consent-title{font-size:var(--h6-font-size);font-weight:var(--h6-font-weight);color:rgb(var(--color-foreground));margin:0 0 .5rem;font-family:var(--font-heading-family)}.cookie-consent-description{font-size:var(--small-font-size);color:rgba(var(--color-foreground),.75);margin:0;line-height:var(--small-line-height);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.privacy-link{color:rgb(var(--color-button));text-decoration:underline;margin-left:.5rem;transition:color var(--duration-short) ease}.privacy-link:hover{color:rgba(var(--color-button),.8)}.cookie-consent-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;flex-shrink:0;max-width:100%}.cookie-btn{padding:1.2rem 2rem;border:none!important;border-radius:var(--buttons-radius);font-size:var(--small-font-size);font-weight:500;cursor:pointer;transition:all var(--duration-short) ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-family:var(--font-body-family);line-height:1;box-sizing:border-box;max-width:100%;outline:none!important;box-shadow:none!important}.cookie-btn:focus-visible{outline:none!important}.cookie-btn-primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none!important}.cookie-btn-primary:hover{background:rgb(var(--color-button))}.cookie-btn-secondary{background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));border:none!important}.cookie-btn-secondary:hover{background:rgba(var(--color-foreground),.05)}.cookie-btn-link{background:transparent;color:rgba(var(--color-foreground),.75);padding:.8rem 1rem;text-decoration:underline}.cookie-btn-link:hover{color:rgba(var(--color-foreground),.75)}.cookie-settings-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all var(--duration-default) ease}.cookie-settings-modal.show{opacity:1;visibility:visible}.cookie-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-overlay),.5);-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem)}.cookie-modal-container{position:relative;background:#fff;border-radius:var(--popup-corner-radius);max-width:50rem;width:90%;max-height:80vh;overflow:hidden;box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));border:var(--popup-border-width) solid rgba(var(--color-border),var(--popup-border-opacity));transform:scale(.9);transition:transform var(--duration-default) ease}.cookie-settings-modal.show .cookie-modal-container{transform:scale(1)}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:.1rem solid rgba(var(--color-border),.2)}.cookie-modal-title{font-size:var(--h4-font-size);font-weight:var(--h4-font-weight);color:rgb(var(--color-foreground));margin:0;font-family:var(--font-heading-family)}.cookie-modal-close{background:none;border:none;color:rgba(var(--color-foreground),.75);cursor:pointer;padding:.8rem;border-radius:var(--buttons-radius);transition:all var(--duration-short) ease}.cookie-modal-close:hover{background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground))}.cookie-modal-close:focus-visible{outline:.2rem solid rgba(var(--color-button),.5);outline-offset:.2rem}.cookie-modal-body{padding:2rem;max-height:60vh;overflow-y:auto}.cookie-category{margin-bottom:2rem}.cookie-category:last-child{margin-bottom:0}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.cookie-category-header h3{font-size:var(--h6-font-size);font-weight:var(--h6-font-weight);color:rgb(var(--color-foreground));margin:0;font-family:var(--font-heading-family)}.cookie-required{font-size:var(--small-font-size);color:rgba(var(--color-foreground),.6);background:rgba(var(--color-foreground),.05);padding:.4rem .8rem;border-radius:var(--buttons-radius)}.cookie-category-desc{font-size:var(--small-font-size);color:rgba(var(--color-foreground),.75);line-height:var(--small-line-height);margin:0}.cookie-toggle{position:relative;display:inline-block;width:4.4rem;height:2.4rem;cursor:pointer}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle input:focus+.cookie-toggle-slider{outline:.2rem solid rgba(var(--color-button),.5);outline-offset:.2rem}.cookie-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgba(var(--color-foreground),.2);transition:var(--duration-default) ease;border-radius:2.4rem}.cookie-toggle-slider:before{position:absolute;content:"";height:1.8rem;width:1.8rem;left:.3rem;bottom:.3rem;background:#fff;transition:var(--duration-default) ease;border-radius:50%;box-shadow:0 .2rem .4rem rgba(var(--color-shadow),.2)}.cookie-toggle input:checked+.cookie-toggle-slider{background:rgb(var(--color-button))}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(2rem)}.cookie-modal-footer{padding:2rem;border-top:.1rem solid rgba(var(--color-border),.2);text-align:right}@media screen and (max-width: 749px){.cookie-consent-container{flex-direction:column;gap:1.5rem;padding:1.5rem}.cookie-consent-content{min-width:auto}.cookie-consent-actions{width:100%;justify-content:space-between}.cookie-btn{flex:1;min-width:0;padding:1rem 1.5rem}.cookie-btn-link{flex:0;white-space:nowrap}.cookie-modal-container{margin:1.5rem;width:calc(100% - 3rem)}.cookie-modal-header,.cookie-modal-body,.cookie-modal-footer{padding:1.5rem}}@media screen and (max-width: 479px){.cookie-consent-actions{flex-direction:column;width:100%}.cookie-btn{width:100%}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-contrast: high){.cookie-consent-banner{border-top-width:.2rem}.cookie-btn{border-width:.2rem}}@media (prefers-reduced-motion: reduce){.cookie-consent-banner,.cookie-btn,.cookie-toggle-slider,.cookie-toggle-slider:before,.cookie-modal-container{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-cookie-consent.css.map */
