.cart-overlay{z-index:9998;touch-action:none;-webkit-overflow-scrolling:none;background-color:#00000080;animation:.2s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar{z-index:9999;background-color:#fff;flex-direction:column;width:100%;max-width:420px;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #0000001a}.cart-sidebar.open{transform:translate(0)}.cart-header{background-color:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cart-header-title{color:#111827;align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.cart-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .15s,color .15s;display:flex}.cart-close-btn:hover{color:#111827;background-color:#f3f4f6}.cart-content{flex:1;padding:0;overflow-y:auto}.cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px 20px;display:flex}.cart-continue-btn{background-color:var(--color-primary,#06c);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:background-color .15s}.cart-continue-btn:hover{background-color:var(--color-primary-hover,#0052a3)}.cart-items{margin:0;padding:0;list-style:none}.cart-item{border-bottom:1px solid #f3f4f6;gap:16px;padding:16px 20px;display:flex}.cart-item:last-child{border-bottom:none}.cart-item-image{background-color:#f9fafb;border-radius:8px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.cart-item-placeholder{background-color:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cart-item-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cart-item-name{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;display:-webkit-box;overflow:hidden}.cart-item-name:hover{color:var(--color-primary,#06c)}.cart-item-sku{color:#9ca3af;font-size:12px}.cart-item-price{align-items:center;gap:8px;margin-top:4px;display:flex}.cart-item-current-price{color:#111827;font-size:15px;font-weight:600}.cart-item-original-price{color:#9ca3af;font-size:13px;text-decoration:line-through}.cart-item-actions{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.cart-quantity-controls{border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:0;display:flex;overflow:hidden}.cart-quantity-btn{color:#374151;cursor:pointer;background-color:#f9fafb;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .15s;display:flex}.cart-quantity-btn:hover:not(:disabled){background-color:#e5e7eb}.cart-quantity-btn:disabled,.cart-quantity-btn--disabled{opacity:.5;cursor:not-allowed}.cart-quantity-btn:disabled:hover,.cart-quantity-btn--disabled:hover{background-color:#f9fafb}.cart-item-stock-limit{color:#ea580c;font-size:11px;font-weight:500}.cart-quantity-value{text-align:center;color:#111827;background-color:#fff;width:40px;font-size:14px;font-weight:500}.cart-remove-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .15s,color .15s;display:flex}.cart-remove-btn:hover{color:#ef4444;background-color:#fef2f2}.cart-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;flex-shrink:0;padding:20px}.cart-subtotal{color:#374151;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:16px;display:flex}.cart-subtotal-price{color:#111827;font-size:20px;font-weight:700}.cart-shipping-note{color:#6b7280;margin-bottom:16px;font-size:13px}.cart-checkout-btn{background-color:var(--color-primary,#06c);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:8px;width:100%;margin-bottom:12px;padding:14px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .15s;display:block}.cart-checkout-btn:hover{background-color:var(--color-primary-hover,#0052a3)}.cart-continue-link{color:#374151;text-align:center;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:12px 24px;font-size:14px;font-weight:500;transition:background-color .15s,border-color .15s;display:block}.cart-continue-link:hover{background-color:#f3f4f6;border-color:#d1d5db}.dark .cart-sidebar{background-color:#1f2937}.dark .cart-header{background-color:#1f2937;border-color:#374151}.dark .cart-header-title{color:#f9fafb}.dark .cart-close-btn{color:#9ca3af}.dark .cart-close-btn:hover{color:#f9fafb;background-color:#374151}.dark .cart-item{border-color:#374151}.dark .cart-item-name,.dark .cart-item-current-price{color:#f9fafb}.dark .cart-quantity-controls{border-color:#374151}.dark .cart-quantity-btn{color:#d1d5db;background-color:#374151}.dark .cart-quantity-btn:hover{background-color:#4b5563}.dark .cart-quantity-value{color:#f9fafb;background-color:#1f2937}.dark .cart-footer{background-color:#111827;border-color:#374151}.dark .cart-subtotal{color:#d1d5db}.dark .cart-subtotal-price{color:#f9fafb}.dark .cart-shipping-note{color:#9ca3af}.dark .cart-continue-link{color:#d1d5db;border-color:#374151}.dark .cart-continue-link:hover{background-color:#374151}@supports (padding:env(safe-area-inset-right)){.cart-sidebar{padding-right:env(safe-area-inset-right)}}@keyframes shake-attention{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes pulse-attention{0%{box-shadow:0 0 0 0 rgba(var(--color-primary-rgb,30, 58, 95), .7)}70%{box-shadow:0 0 0 6px rgba(var(--color-primary-rgb,30, 58, 95), 0)}to{box-shadow:0 0 0 0 rgba(var(--color-primary-rgb,30, 58, 95), 0)}}.hint-shake{animation:.5s cubic-bezier(.36,.07,.19,.97) both shake-attention;border-color:var(--color-primary,#06c)!important}.hint-pulse{animation:1s infinite pulse-attention;border-color:var(--color-primary,#06c)!important}.cart-scroll-hint-msg{color:#fff;text-align:center;z-index:10000;opacity:0;pointer-events:none;background-color:#111827;border-radius:8px;width:90%;padding:10px 16px;font-size:14px;font-weight:500;transition:opacity .3s,transform .3s;position:absolute;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.cart-scroll-hint-msg.visible{opacity:1;transform:translate(-50%)translateY(-10px)}.dark .cart-scroll-hint-msg{color:#111827;background-color:#f9fafb}
.user-overlay{z-index:9998;touch-action:none;-webkit-overflow-scrolling:none;background-color:#00000080;animation:.2s ease-out userFadeIn;position:fixed;inset:0}@keyframes userFadeIn{0%{opacity:0}to{opacity:1}}.user-sidebar{z-index:9999;background-color:#fff;flex-direction:column;width:100%;max-width:100%;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #0000001a}@media (min-width:640px){.user-sidebar{max-width:420px}}@media (min-width:1024px){.user-sidebar{width:35vw;min-width:450px;max-width:650px}}.user-sidebar.open{transform:translate(0)}.user-header{background:#1a1a1a;border-bottom:none;flex-shrink:0;justify-content:space-between;align-items:center;min-height:80px;padding:20px;display:flex}.klubben-logo{align-items:center;gap:0;display:flex;position:relative}.klubben-logo-icon{color:#0a2816;background:linear-gradient(135deg,#00fc86 0%,#00b862 100%);justify-content:center;align-items:center;width:36px;height:36px;margin-right:8px;display:flex;transform:skew(-12deg);box-shadow:0 4px 12px #00fc8666}.klubben-logo-icon svg{transform:skew(12deg)}.klubben-icon-img{filter:brightness(0)invert();transform:skew(12deg)}.klubben-logo-text{align-items:baseline;gap:6px;display:flex}.klubben-logo-outlet{color:#00fc86;letter-spacing:-.02em;text-transform:uppercase;font-size:24px;font-weight:900}.klubben-logo-klubben{color:#fff;letter-spacing:-.01em;font-size:24px;font-weight:400}.klubben-hero{flex-shrink:0;width:100%;height:120px;position:relative;overflow:hidden}.klubben-hero-img{object-fit:cover;object-position:center 20%;width:100%;height:100%}@media (min-width:640px){.klubben-hero{height:140px}}@media (min-width:1024px){.klubben-hero{height:160px}}.klubben-welcome{text-align:center;padding:0 0 20px}.klubben-welcome-title{color:#111827;margin-bottom:8px;font-size:20px;font-weight:700}.klubben-welcome-text{color:#6b7280;font-size:14px;line-height:1.6}.klubben-welcome-text strong{color:#16a34a;font-weight:600}.dark .klubben-welcome-title{color:#f9fafb}.dark .klubben-welcome-text{color:#9ca3af}.dark .klubben-welcome-text strong{color:#4ade80}.user-close-btn{color:#9ca3af;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .15s,color .15s;display:flex}.user-close-btn:hover{color:#fff;background-color:#fff3}.user-content{flex:1;padding:0;overflow-y:auto}.user-info{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);border-bottom:1px solid #dcfce7;align-items:flex-start;gap:16px;padding:24px 20px;display:flex}.user-avatar{color:#0a2816;background:linear-gradient(135deg,#00fc86 0%,#00b862 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px #00fc864d}.user-details{flex-direction:column;gap:4px;display:flex}.user-name{color:#111827;font-size:16px;font-weight:600}.user-email{color:#6b7280;font-size:14px}.user-menu{padding:12px 0}.user-menu-item{color:#111827;align-items:center;gap:14px;padding:14px 20px;text-decoration:none;transition:background-color .15s;display:flex}.user-menu-item:hover{background-color:#f3f4f6}.user-menu-icon{color:#6b7280;flex-shrink:0;width:22px;height:22px}.user-menu-text{flex-direction:column;gap:2px;display:flex}.user-menu-label{color:#111827;font-size:15px;font-weight:500}.user-menu-description{color:#9ca3af;font-size:13px}.user-help{border-top:1px solid #e5e7eb;padding:12px 20px}.user-help-link{color:#6b7280;border-radius:8px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.user-help-link:hover{color:#111827;background-color:#f3f4f6}.user-footer{border-top:1px solid #e5e7eb;margin-top:auto;padding:16px 20px}.user-logout-btn{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:background-color .15s,border-color .15s;display:flex}.user-logout-btn:hover{background-color:#fef2f2;border-color:#fecaca}.user-guest{text-align:center;padding:24px 20px}.user-guest-icon{color:#16a34a;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;display:flex;box-shadow:0 4px 12px #00fc8626}.user-guest-title{color:#111827;margin-bottom:8px;font-size:20px;font-weight:600}.user-guest-text{color:#6b7280;margin-bottom:24px;font-size:14px;line-height:1.5}.user-guest-actions{flex-direction:column;gap:12px;display:flex}.user-login-btn{background-color:var(--color-primary,#06c);color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .15s;display:flex}.user-login-btn:hover{background-color:var(--color-primary-hover,#0052a3)}.user-register-btn{color:#374151;background:0 0;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .15s,border-color .15s;display:flex}.user-register-btn:hover{background-color:#f3f4f6;border-color:#d1d5db}.user-bankid-btn{color:#fff;cursor:pointer;background-color:#183e4f;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px 24px;font-size:16px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.user-bankid-btn:hover{background-color:#112b37;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.user-bankid-btn:active{box-shadow:none;transform:translateY(0)}.user-login-prompt{text-align:center;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border:1px solid #bbf7d0;border-radius:16px;margin-bottom:20px;padding:20px}.user-login-prompt-icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;display:flex;box-shadow:0 2px 8px #00fc8633}.user-login-prompt-title{color:#166534;margin-bottom:8px;font-size:16px;font-weight:600}.user-login-prompt-text{color:#15803d;font-size:14px;line-height:1.6}.dark .user-login-prompt{background:linear-gradient(135deg,#14532d 0%,#166534 100%);border-color:#22c55e}.dark .user-login-prompt-icon{background-color:#1f2937}.dark .user-login-prompt-title{color:#86efac}.dark .user-login-prompt-text{color:#bbf7d0}.user-bankid-card{text-align:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px 24px}.user-bankid-card-logo{margin:0 auto 16px}.user-bankid-card-title{color:#111827;margin-bottom:8px;font-size:18px;font-weight:600}.user-bankid-card-text{color:#6b7280;margin-bottom:24px;font-size:14px;line-height:1.5}.dark .user-bankid-card{background-color:#1e293b;border-color:#334155}.dark .user-bankid-card-title{color:#f9fafb}.dark .user-bankid-card-text{color:#9ca3af}.user-benefits{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border:1px solid #bbf7d0;border-radius:16px;margin:0 20px 20px;padding:20px}.user-benefits-title{color:#166534;align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:700;display:flex}.user-benefits-title:before{content:"";background:linear-gradient(#00fc86 0%,#00b862 100%);border-radius:2px;width:4px;height:16px;display:inline-block}.user-benefits-list{margin:0;padding:0;list-style:none}.user-benefits-list li{color:#6b7280;padding-left:20px;font-size:13px;line-height:1.8;position:relative}.user-benefits-list li:before{content:"✓";color:#10b981;font-weight:600;position:absolute;left:0}.dark .user-sidebar{background-color:#1f2937}.dark .user-header{background:#1a1a1a}.dark .user-close-btn{color:#9ca3af;background:#ffffff1a}.dark .user-close-btn:hover{color:#fff;background-color:#fff3}.dark .user-info{background:linear-gradient(135deg,#14532d 0%,#1f2937 100%);border-color:#22c55e}.dark .user-avatar{color:#0a2816;background:linear-gradient(135deg,#00fc86 0%,#00b862 100%)}.dark .user-name{color:#f9fafb}.dark .user-email{color:#9ca3af}.dark .user-menu-item{color:#f9fafb}.dark .user-menu-item:hover{background-color:#374151}.dark .user-menu-label{color:#f9fafb}.dark .user-menu-icon{color:#9ca3af}.dark .user-help{border-color:#374151}.dark .user-help-link{color:#9ca3af}.dark .user-help-link:hover{color:#f9fafb;background-color:#374151}.dark .user-footer{border-color:#374151}.dark .user-logout-btn{color:#ef4444;border-color:#374151}.dark .user-logout-btn:hover{background-color:#ef44441a;border-color:#ef44444d}.dark .user-guest-icon{color:#4ade80;background:linear-gradient(135deg,#14532d 0%,#166534 100%)}.dark .user-guest-title{color:#f9fafb}.dark .user-guest-text{color:#9ca3af}.dark .user-register-btn{color:#d1d5db;border-color:#374151}.dark .user-register-btn:hover{background-color:#374151}.dark .user-bankid-btn{background-color:var(--color-primary,#1e3a5f)}.dark .user-bankid-btn:hover{background-color:var(--color-primary-hover,#2a4a73)}.dark .user-benefits{background:linear-gradient(135deg,#14532d 0%,#166534 100%);border-color:#22c55e}.dark .user-benefits-title{color:#bbf7d0}.dark .user-benefits-title:before{background:linear-gradient(#00fc86 0%,#4ade80 100%)}.dark .user-benefits-list li{color:#d1fae5}@supports (padding:env(safe-area-inset-right)){.user-sidebar{padding-right:env(safe-area-inset-right)}}.waitlist-tabs{background:#f3f4f6;border-radius:12px;gap:0;margin-bottom:20px;padding:4px;display:flex}.waitlist-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.waitlist-tab:hover{color:#374151;background:#ffffff80}.waitlist-tab--active{color:#111827;background:#fff;font-weight:600;box-shadow:0 1px 3px #0000001a}.waitlist-tab--active:hover{background:#fff}.waitlist-tab-icon{width:18px;height:18px;font-size:16px}.waitlist-tab--klubben{gap:0}.waitlist-tab-logo-wrapper{background:linear-gradient(135deg,#00fc86 0%,#00b862 100%);justify-content:center;align-items:center;width:22px;height:22px;margin-right:6px;display:flex;transform:skew(-12deg)}.waitlist-tab-logo{object-fit:contain;filter:brightness(0)invert();width:14px;height:14px;transform:skew(12deg)}.waitlist-tab-logotype{align-items:baseline;gap:4px;display:flex}.waitlist-tab-outlet{text-transform:uppercase;letter-spacing:-.02em;color:#00b862;font-size:13px;font-weight:800}.waitlist-tab-klubben-text{color:#374151;font-size:14px;font-weight:400}.waitlist-tab--klubben.waitlist-tab--active,.waitlist-tab--klubben.waitlist-tab--active:hover{background:#1a1a1a}.waitlist-tab--klubben.waitlist-tab--active .waitlist-tab-outlet{color:#00fc86}.waitlist-tab--klubben.waitlist-tab--active .waitlist-tab-klubben-text{color:#fff}.dark .waitlist-tab-outlet{color:#00b862}.dark .waitlist-tab-klubben-text{color:#d1d5db}.dark .waitlist-tab--klubben.waitlist-tab--active{background:#1a1a1a}.dark .waitlist-tab--klubben.waitlist-tab--active .waitlist-tab-outlet{color:#00fc86}.dark .waitlist-tab--klubben.waitlist-tab--active .waitlist-tab-klubben-text{color:#fff}.dark .waitlist-tabs{background:#374151}.dark .waitlist-tab{color:#9ca3af}.dark .waitlist-tab:hover{color:#d1d5db;background:#ffffff1a}.dark .waitlist-tab--active{color:#f9fafb;background:#4b5563}.dark .waitlist-tab--active:hover{background:#4b5563}.waitlist-header{text-align:center;margin-bottom:20px}.waitlist-header-icon{color:#d97706;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 12px;display:flex}.waitlist-header-title{color:#111827;margin-bottom:4px;font-size:18px;font-weight:700}.waitlist-header-subtitle{color:#6b7280;font-size:14px}.waitlist-header-product{color:#111827;font-weight:600}.dark .waitlist-header-icon{color:#fde68a;background:linear-gradient(135deg,#78350f 0%,#92400e 100%)}.dark .waitlist-header-title{color:#f9fafb}.dark .waitlist-header-subtitle{color:#9ca3af}.dark .waitlist-header-product{color:#f9fafb}.waitlist-intro{text-align:left;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:16px;padding:14px 16px}.waitlist-intro-text{color:#166534;margin-bottom:6px;font-size:13px;line-height:1.5}.waitlist-intro-text strong{font-weight:600}.waitlist-intro-options{color:#15803d;margin:0;font-size:12px;line-height:1.4}.dark .waitlist-intro{background:linear-gradient(135deg,#14532d 0%,#166534 100%);border-color:#22c55e}.dark .waitlist-intro-text{color:#bbf7d0}.dark .waitlist-intro-options{color:#86efac}.guest-waitlist-form{text-align:center}.guest-waitlist-product{text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;margin-bottom:16px;padding:12px;display:flex}.guest-waitlist-product-img{object-fit:contain;background:#fff;border-radius:8px;width:60px;height:60px}.guest-waitlist-product-info{flex-direction:column;gap:2px;display:flex}.guest-waitlist-product-name{color:#111827;font-size:14px;font-weight:600;line-height:1.3}.guest-waitlist-product-sku{color:#6b7280;font-size:12px}.guest-waitlist-product--success{text-align:center;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#86efac;flex-direction:column;padding:20px}.guest-waitlist-product--success .guest-waitlist-product-img{width:80px;height:80px;margin-bottom:8px}.guest-waitlist-text{color:#6b7280;margin-bottom:16px;font-size:14px;line-height:1.5}.guest-waitlist-btn{color:#0a2816;cursor:pointer;background:linear-gradient(135deg,#00fc86 0%,#00b862 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #00fc864d}.guest-waitlist-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #00fc8666}.guest-waitlist-btn:disabled{opacity:.6;cursor:not-allowed}.guest-waitlist-hint{color:#9ca3af;margin-top:12px;font-size:12px}.guest-waitlist-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.guest-waitlist-icon--success{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.guest-waitlist-subtitle{color:#111827;margin-bottom:8px;font-size:18px;font-weight:700}.guest-waitlist-back{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;margin-bottom:16px;padding:8px 12px;font-size:13px;transition:all .15s;display:inline-flex}.guest-waitlist-back:hover{color:#374151;background:#f3f4f6}.guest-waitlist-success-badge{color:#166534;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:10px 16px;font-size:13px;font-weight:500;display:inline-flex}.guest-waitlist-form--success{padding-top:8px}.dark .guest-waitlist-product{background:#374151;border-color:#4b5563}.dark .guest-waitlist-product-name{color:#f9fafb}.dark .guest-waitlist-product-sku,.dark .guest-waitlist-text{color:#9ca3af}.dark .guest-waitlist-subtitle{color:#f9fafb}.dark .guest-waitlist-back:hover{color:#d1d5db;background:#4b5563}.dark .guest-waitlist-icon--success{background:linear-gradient(135deg,#14532d 0%,#166534 100%)}.dark .guest-waitlist-success-badge{color:#86efac;background:#14532d;border-color:#22c55e}.dark .guest-waitlist-product--success{background:linear-gradient(135deg,#14532d 0%,#166534 100%);border-color:#22c55e}.klubben-upsell{text-align:center;border-top:1px solid #e5e7eb;margin-top:24px;padding-top:20px}.klubben-upsell-text{color:#6b7280;margin-bottom:12px;font-size:13px}.klubben-upsell-link{color:#16a34a;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:600;transition:color .15s;display:inline-flex}.klubben-upsell-link:hover{color:#15803d}.dark .klubben-upsell{border-color:#4b5563}.dark .klubben-upsell-text{color:#9ca3af}.dark .klubben-upsell-link{color:#4ade80}.dark .klubben-upsell-link:hover{color:#86efac}
.content-overlay{z-index:9998;touch-action:none;-webkit-overflow-scrolling:none;background-color:#00000080;animation:.2s ease-out contentFadeIn;position:fixed;inset:0}@keyframes contentFadeIn{0%{opacity:0}to{opacity:1}}.content-drawer{z-index:9999;background-color:#fff;flex-direction:column;width:100%;max-width:500px;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 20px #0000001a}.content-drawer.open{transform:translate(0)}.content-header{background-color:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.content-header-title{color:#111827;align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.content-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .15s,color .15s;display:flex}.content-close-btn:hover{color:#111827;background-color:#f3f4f6}.content-body{flex:1;padding:20px;overflow-y:auto}.content-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex}.content-spinner{border:3px solid #e5e7eb;border-top-color:var(--color-primary,#06c);border-radius:50%;width:32px;height:32px;margin-bottom:12px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.content-error{text-align:center;color:#ef4444;flex-direction:column;justify-content:center;align-items:center;height:200px;padding:20px;display:flex}.content-error-icon{margin-bottom:12px}.faq-category{margin-bottom:24px}.faq-category:last-child{margin-bottom:0}.faq-category-title{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;margin-bottom:12px;padding-bottom:8px;font-size:14px;font-weight:600}.faq-item{margin-bottom:8px}.faq-item:last-child{margin-bottom:0}.faq-question{color:#111827;text-align:left;cursor:pointer;background-color:#f9fafb;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:15px;font-weight:500;transition:background-color .15s;display:flex}.faq-question:hover{background-color:#f3f4f6}.faq-question.active{background-color:#e5e7eb;border-radius:8px 8px 0 0}.faq-chevron{color:#6b7280;flex-shrink:0;width:20px;height:20px;transition:transform .2s}.faq-question.active .faq-chevron{transform:rotate(180deg)}.faq-answer{color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;padding:16px;font-size:14px;line-height:1.6}.faq-answer p{margin:0 0 12px}.faq-answer p:last-child{margin-bottom:0}.legal-content{color:#374151;font-size:14px;line-height:1.7}.legal-meta{color:#6b7280;border-bottom:1px solid #e5e7eb;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;font-size:13px;display:flex}.legal-content h1,.legal-content h2,.legal-content h3{color:#111827;margin-top:24px;margin-bottom:12px}.legal-content h1{font-size:24px}.legal-content h2{font-size:20px}.legal-content h3{font-size:16px}.legal-content p{margin-bottom:16px}.legal-content ul,.legal-content ol{margin-bottom:16px;padding-left:24px}.legal-content li{margin-bottom:8px}.legal-content a{color:var(--color-primary,#06c);text-decoration:underline}.legal-content a:hover{text-decoration:none}.dark .content-drawer{background-color:#1f2937}.dark .content-header{background-color:#1f2937;border-color:#374151}.dark .content-header-title{color:#f9fafb}.dark .content-close-btn{color:#9ca3af}.dark .content-close-btn:hover{color:#f9fafb;background-color:#374151}.dark .content-body{color:#d1d5db}.dark .faq-category-title{color:#9ca3af;border-color:#374151}.dark .faq-question{color:#f9fafb;background-color:#374151}.dark .faq-question:hover,.dark .faq-question.active{background-color:#4b5563}.dark .faq-answer{color:#d1d5db;background-color:#1f2937;border-color:#374151}.dark .legal-content{color:#d1d5db}.dark .legal-meta{color:#9ca3af;border-color:#374151}.dark .legal-content h1,.dark .legal-content h2,.dark .legal-content h3{color:#f9fafb}@media (max-width:640px){.content-drawer{max-width:100%}}@supports (padding:env(safe-area-inset-left)){.content-drawer{padding-left:env(safe-area-inset-left)}}