#cookie.lula-cookie{position:fixed;left:0;right:0;bottom:0;width:100%;height:auto;z-index:9500;background:var(--stitch-cream,#fff7f0);color:var(--stitch-text,#3a3632);border-top:1px solid var(--stitch-border,#e8e0d8);box-shadow:0 -6px 24px rgba(45,42,39,.08);font-family:var(--stitch-font-body, inherit);opacity:1;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0));animation:lulaCookieFadeIn .2s ease-out}@keyframes lulaCookieFadeIn{from{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}#cookie.lula-cookie .lula-cookie__inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap}#cookie.lula-cookie .lula-cookie__copy{flex:1 1 auto;min-width:0;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;line-height:1.45}#cookie.lula-cookie .lula-cookie__title{font-weight:600;color:var(--stitch-sage,#4c6358);font-size:15px;letter-spacing:.01em}#cookie.lula-cookie .lula-cookie__text{color:var(--stitch-text,#3a3632);font-size:14px}#cookie.lula-cookie .lula-cookie__learn{color:var(--stitch-sage,#4c6358);font-size:14px;text-decoration:underline;text-underline-offset:3px}#cookie.lula-cookie .lula-cookie__learn:focus-visible,#cookie.lula-cookie .lula-cookie__learn:hover{color:var(--stitch-rose,#7c554c);outline:0}#cookie.lula-cookie .lula-cookie__actions{flex:0 0 auto;display:flex;align-items:center;gap:8px}#cookie.lula-cookie .lula-cookie__btn{appearance:none;border:1px solid transparent;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:500;line-height:1.2;cursor:pointer;transition:background-color 150ms ease,color 150ms ease,border-color 150ms ease,box-shadow 150ms ease;white-space:nowrap;font-family:inherit}#cookie.lula-cookie .lula-cookie__btn--primary{background:var(--stitch-sage,#4c6358);color:#fff;border-color:var(--stitch-sage,#4c6358)}#cookie.lula-cookie .lula-cookie__btn--primary:hover{background:#3d5046;border-color:#3d5046}#cookie.lula-cookie .lula-cookie__btn--ghost{background:0 0;color:var(--stitch-text,#3a3632);border-color:var(--stitch-border,#e8e0d8)}#cookie.lula-cookie .lula-cookie__btn--ghost:hover{background:var(--stitch-cream-dark,#f5ede7);color:var(--stitch-sage,#4c6358)}#cookie.lula-cookie .lula-cookie__btn:focus-visible{outline:0;box-shadow:0 0 0 3px var(--stitch-sage-lighter,rgba(212,228,220,.6))}#cookie.lula-cookie *{color:inherit}#cookie.lula-cookie p{margin:0}@media (max-width:767px){#cookie.lula-cookie{bottom:calc(64px + env(safe-area-inset-bottom,0));padding:10px 12px}#cookie.lula-cookie .lula-cookie__inner{flex-direction:column;align-items:stretch;gap:10px}#cookie.lula-cookie .lula-cookie__copy{flex-direction:column;align-items:flex-start;gap:4px;line-height:1.4}#cookie.lula-cookie .lula-cookie__text{font-size:13px}#cookie.lula-cookie .lula-cookie__title{font-size:14px}#cookie.lula-cookie .lula-cookie__actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}#cookie.lula-cookie .lula-cookie__btn{padding:10px 12px;width:100%;text-align:center}}body:has(#checkout-checkout) #cookie.lula-cookie,body:has(#checkout-confirm) #cookie.lula-cookie,body:has(#checkout-success) #cookie.lula-cookie{display:none!important}