.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:99999;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 10px #0000001a;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s ease-out}.cookie-banner[aria-hidden=false]{transform:translateY(0);opacity:1;visibility:visible}.cookie-banner__container{max-width:1400px;margin:0 auto;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media only screen and (max-width: 749px){.cookie-banner__container{flex-direction:column;padding:20px 16px;gap:20px}}@media only screen and (max-width: 1199px){.cookie-banner__container{flex-direction:column;align-items:stretch}}.cookie-banner__content{flex:1;min-width:0}.cookie-banner__title{font-family:var(--buttons-font-family, "Poppins", sans-serif);font-size:28px;font-weight:700;line-height:1.3;margin:0 0 8px;color:var(--text-dark, #000)}@media only screen and (max-width: 749px){.cookie-banner__title{font-size:26px}}.cookie-banner__description{font-size:14px;line-height:1.6;color:var(--text, #333);margin:0}.cookie-banner__description p{margin:0 0 8px}.cookie-banner__description p:last-child{margin-bottom:0}.cookie-banner__description a{color:var(--primary, #3858e9);text-decoration:underline}.cookie-banner__description a:hover{color:var(--primary-hover, #2845c7)}.cookie-banner__actions{display:flex;gap:12px;flex-shrink:0}@media only screen and (max-width: 749px){.cookie-banner__actions{width:100%;flex-direction:column}}@media only screen and (max-width: 479px){.cookie-banner__actions{gap:8px}}@media only screen and (max-width: 1199px){.cookie-banner__actions{width:100%;flex-direction:column}}.cookie-banner__button{padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;line-height:1.4;border-radius:4px;border:2px solid rgba(0,0,0,0);cursor:pointer;transition:all .2s ease;white-space:nowrap;text-transform:none;letter-spacing:0}@media only screen and (max-width: 749px){.cookie-banner__button{width:100%;padding:14px 20px}}@media only screen and (max-width: 1199px){.cookie-banner__button{width:100%}}.cookie-banner__button--primary{background:var(--primary, #3858e9);color:#fff;border-color:var(--primary, #3858e9)}.cookie-banner__button--primary:hover{background:var(--primary-hover, #2845c7);border-color:var(--primary-hover, #2845c7)}.cookie-banner__button--primary:active{transform:translateY(1px)}.cookie-banner__button--secondary{background:#0000;color:var(--text-dark, #000);border-color:var(--border, #ddd)}.cookie-banner__button--secondary:hover{background:var(--bg-accent, #f5f5f5);border-color:var(--text-dark, #000)}.cookie-banner__button--tertiary{background:#0000;color:var(--text-dark, #000);border-color:#0000;text-decoration:underline;padding:12px 16px}.cookie-banner__button--tertiary:hover{background:var(--bg-accent, #f5f5f5)}.cookie-preferences{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s ease-out,visibility .3s ease-out}.cookie-preferences[aria-hidden=false]{opacity:1;visibility:visible}.cookie-preferences[aria-hidden=false] .cookie-preferences__modal{transform:scale(1)}@media only screen and (max-width: 749px){.cookie-preferences{padding:0}}.cookie-preferences__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cookie-preferences__modal{position:relative;background:#fff;border-radius:8px;max-width:720px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;transform:scale(.95);transition:transform .3s ease-out}@media only screen and (max-width: 749px){.cookie-preferences__modal{max-height:100vh;border-radius:0;height:100%}}.cookie-preferences__header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid var(--border, #e0e0e0);flex-shrink:0}@media only screen and (max-width: 749px){.cookie-preferences__header{padding:20px 16px}}.cookie-preferences__title{font-family:var(--buttons-font-family, "Poppins", sans-serif);font-size:24px;font-weight:700;line-height:1.3;margin:0;color:var(--text-dark, #000)}@media only screen and (max-width: 749px){.cookie-preferences__title{font-size:20px}}.cookie-preferences__close{background:#0000;border:none;padding:8px;cursor:pointer;color:var(--text, #333);display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.cookie-preferences__close:hover{background:var(--bg-accent, #f5f5f5);color:var(--text-dark, #000)}.cookie-preferences__close svg{width:24px;height:24px}.cookie-preferences__content{flex:1;overflow-y:auto;padding:24px 32px}@media only screen and (max-width: 749px){.cookie-preferences__content{padding:20px 16px}}.cookie-preferences__intro{font-size:14px;line-height:1.6;color:var(--text, #333);margin-bottom:24px}.cookie-preferences__intro p{margin:0 0 12px}.cookie-preferences__intro p:last-child{margin-bottom:0}.cookie-preferences__link{color:var(--primary, #3858e9);text-decoration:underline;font-weight:500;display:inline-block;margin-top:8px}.cookie-preferences__link:hover{color:var(--primary-hover, #2845c7)}.cookie-preferences__categories{display:flex;flex-direction:column;gap:12px}.cookie-category{border:1px solid var(--border, #e0e0e0);border-radius:4px;overflow:hidden;transition:border-color .2s ease}.cookie-category:hover{border-color:var(--text-light, #999)}.cookie-category__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:var(--bg, #fff)}@media only screen and (max-width: 749px){.cookie-category__header{padding:14px 16px}}.cookie-category__toggle{background:#0000;border:none;padding:0;cursor:pointer;display:flex;align-items:center;gap:12px;flex:1;min-width:0;text-align:left;color:var(--text-dark, #000);font-family:Poppins,sans-serif}.cookie-category__toggle:hover .cookie-category__name{color:var(--primary, #3858e9)}.cookie-category__toggle[aria-expanded=true] .cookie-category__icon{transform:rotate(45deg)}.cookie-category__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:300;line-height:1;color:var(--text, #333);transition:transform .2s ease;flex-shrink:0}.cookie-category__name{font-size:16px;font-weight:600;line-height:1.4;transition:color .2s ease}@media only screen and (max-width: 749px){.cookie-category__name{font-size:14px}}.cookie-category__status{font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.cookie-category__status--active{background:var(--success-bg, #e8f5e9);color:var(--success, #56ad6a)}.cookie-category__switch{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0;cursor:pointer}.cookie-category__switch input{opacity:0;width:0;height:0}.cookie-category__switch input:checked+.cookie-category__slider{background-color:var(--primary, #3858e9)}.cookie-category__switch input:checked+.cookie-category__slider:before{transform:translate(24px)}.cookie-category__switch input:focus+.cookie-category__slider{box-shadow:0 0 0 3px #3858e933}.cookie-category__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:all .3s ease;border-radius:26px}.cookie-category__slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:transform .3s ease;border-radius:50%;box-shadow:0 2px 4px #0003}.cookie-category__content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.cookie-category__content.is-expanded{max-height:500px;transition:max-height .5s ease-in}.cookie-category__description{padding:0 20px 20px;font-size:14px;line-height:1.6;color:var(--text, #555);margin:0}@media only screen and (max-width: 749px){.cookie-category__description{padding:0 16px 16px;font-size:13px}}.cookie-preferences__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 32px;border-top:1px solid var(--border, #e0e0e0);background:var(--bg-accent, #f9f9f9);flex-shrink:0}@media only screen and (max-width: 749px){.cookie-preferences__footer{padding:16px;flex-direction:column-reverse}}.cookie-preferences__button{padding:12px 28px;font-family:var(--buttons-font-family, "Poppins", sans-serif);font-size:14px;font-weight:600;line-height:1.4;border-radius:4px;border:2px solid rgba(0,0,0,0);cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}@media only screen and (max-width: 749px){.cookie-preferences__button{width:100%;padding:14px 20px}}.cookie-preferences__button--reject{background:#0000;color:var(--text-dark, #000);border-color:var(--border, #ddd)}.cookie-preferences__button--reject:hover{background:var(--bg, #fff);border-color:var(--text-dark, #000)}.cookie-preferences__button--confirm{background:var(--primary, #3858e9);color:#fff;border-color:var(--primary, #3858e9)}.cookie-preferences__button--confirm:hover{background:var(--primary-hover, #2845c7);border-color:var(--primary-hover, #2845c7)}.cookie-preferences__button--confirm:active{transform:translateY(1px)}.cookie-banner[aria-hidden=true],.cookie-preferences[aria-hidden=true]{pointer-events:none}button:focus-visible,input:focus-visible{outline:2px solid var(--primary, #3858e9);outline-offset:2px}body.cookie-preferences-open{overflow:hidden}@media only screen and (max-width: 749px){body.cookie-preferences-open{position:fixed;width:100%}}.cookie-details{margin-top:16px;padding-top:16px;border-top:1px solid #eee;padding-left:20px;padding-right:20px}@media only screen and (max-width: 749px){.cookie-details{padding-left:16px;padding-right:16px}}.cookie-details__title{font-size:13px;font-weight:600;color:#333;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.cookie-details__table{width:100%;border-collapse:collapse;font-size:13px;background:#f9f9f9;border-radius:4px;overflow:hidden}.cookie-details__table thead{background:#f0f0f0}.cookie-details__table thead th{padding:10px 12px;text-align:left;font-weight:600;color:#555;border-bottom:2px solid #ddd;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.cookie-details__table tbody tr{border-bottom:1px solid #e8e8e8}.cookie-details__table tbody tr:last-child{border-bottom:none}.cookie-details__table tbody tr:hover{background:#fff}.cookie-details__table tbody td{padding:12px;color:#666;vertical-align:top}.cookie-details__table tbody td code{background:#fff;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:12px;color:#d32f2f;border:1px solid #ffe0e0}.ccpa-do-not-sell{display:inline-block;padding:12px 20px;background:#1976d2;color:#fff!important;text-decoration:none;border-radius:4px;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.ccpa-do-not-sell:hover{background:#1565c0;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.ccpa-do-not-sell:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}#ccpa-do-not-sell-container{position:fixed;bottom:20px;left:20px;z-index:9998;animation:slideInLeft .5s ease}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){#ccpa-do-not-sell-container{bottom:10px;left:10px;right:10px}#ccpa-do-not-sell-container .ccpa-do-not-sell{display:block;text-align:center;font-size:13px;padding:10px 16px}}@media print{.cookie-banner,.cookie-preferences,#ccpa-do-not-sell-container{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/264/assets/cookie-consent.css.map */
