:root{--color-bg:#f4f5f7;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#6b7280;--color-border:#e2e5e9;--color-accent:#f7941d;--color-accent-hover:#e08414;--color-accent-contrast:#fff;--color-error-bg:#fdecea;--color-error-border:#d9534f;--color-error-text:#a4302a;--color-notice-bg:#eef7ea;--color-notice-border:#5cb85c;--color-notice-text:#2e6b2e;--color-info-bg:#e8f1fb;--color-info-border:#4a90d9;--color-info-text:#2a5f96;--color-progress-bg:#f3ecfb;--color-progress-border:#8b5cf6;--color-progress-text:#5b3aa0;--color-warning-bg:#fdf3e0;--color-warning-border:#d9a334;--color-warning-text:#8a5b06;--font-family:"Lato", system-ui, Avenir, Helvetica, Arial, sans-serif;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:0rem;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 8px 24px #0000001f;--shadow-lg:0 16px 48px #0003;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}html{width:100%;height:100%;margin:0;padding:0;overflow-x:clip}body{background:var(--color-bg);width:100%;min-height:100vh;color:var(--color-text);font-family:var(--font-family);margin:0;padding:0;overflow-x:clip}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--color-text);margin:0}p{margin:0}a{color:var(--color-accent)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--color-accent);color:var(--color-accent-contrast);box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-1px)}.btn-secondary{color:var(--color-text);border:1.5px solid var(--color-border);background:0 0}.btn-secondary:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.btn-link{color:var(--color-text-muted);background:0 0;border:none;padding:0;font-size:.875rem;text-decoration:underline}.btn-danger{background:var(--color-error-border);color:var(--color-accent-contrast);box-shadow:var(--shadow-sm)}.btn-danger:hover:not(:disabled){background:var(--color-error-text);transform:translateY(-1px)}.card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.message{align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4);font-size:.9rem;display:flex}.message-error{background:var(--color-error-bg);color:var(--color-error-text)}.message-notice{background:var(--color-notice-bg);color:var(--color-notice-text)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.modal-backdrop{padding:var(--space-4);z-index:100;background:#1a1a1a8c;justify-content:center;align-items:center;animation:.15s ease-out modal-fade-in;display:flex;position:fixed;inset:0}.modal-panel{width:100%;max-width:420px;max-height:calc(100vh - 2 * var(--space-4));padding:var(--space-6);box-shadow:var(--shadow-lg);animation:.2s ease-out modal-slide-up;overflow-y:auto}.modal-panel-register{max-width:640px}.modal-header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.modal-title{font-size:1.35rem;font-weight:700}.modal-close{color:var(--color-text-muted);background:0 0;border:none;padding:0;font-size:1.75rem;line-height:1}.modal-close:hover{color:var(--color-accent)}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.modal-backdrop,.modal-panel{animation:none}}.auth-form{gap:var(--space-3);flex-direction:column;display:flex}.auth-field{gap:var(--space-1);color:var(--color-text-muted);flex-direction:column;font-size:.85rem;font-weight:600;display:flex}.auth-field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);padding:.6rem .75rem;font-size:.95rem;font-weight:400}.auth-field input:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.auth-checkbox-row{align-items:flex-start;gap:var(--space-2);flex-direction:row;font-weight:400}.auth-checkbox-row input{flex-shrink:0;margin-top:.2rem}.auth-checkbox-row a{color:var(--color-accent)}.auth-forgot-password{align-self:flex-start;font-size:.85rem}.auth-form-actions{align-items:center;gap:var(--space-3);margin-top:var(--space-2);display:flex}.auth-switch{margin-top:var(--space-2);color:var(--color-text-muted);font-size:.875rem}.auth-section{gap:var(--space-2);flex-direction:column;display:flex}.auth-section-title{color:var(--color-text);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-1);font-size:.95rem;font-weight:700}.auth-form-grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}@media (width<=640px){.auth-form-grid{grid-template-columns:1fr}}.auth-field-error{color:var(--color-error-text);font-size:.78rem;font-weight:400}.auth-phone-input{align-items:stretch;display:flex}.auth-phone-prefix{border:1px solid var(--color-border);border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:var(--color-bg-muted,#00000008);color:var(--color-text-muted);border-right:none;align-items:center;padding:.6rem;font-weight:600;display:flex}.auth-phone-input input{border-radius:0 var(--radius-sm) var(--radius-sm) 0;flex:1;min-width:0}.password-strength{align-items:center;gap:var(--space-2);margin-top:calc(-1 * var(--space-1));display:flex}.password-strength-track{background:var(--color-border);border-radius:999px;flex:1;max-width:160px;height:6px;overflow:hidden}.password-strength-bar{border-radius:999px;height:100%;transition:width .15s ease-out,background-color .15s ease-out}.password-strength-label{font-size:.78rem;font-weight:600}.password-strength-weak .password-strength-bar{background:var(--color-error-border);width:33%}.password-strength-weak .password-strength-label{color:var(--color-error-text)}.password-strength-medium .password-strength-bar{background:var(--color-accent);width:66%}.password-strength-medium .password-strength-label{color:var(--color-accent-hover)}.password-strength-strong .password-strength-bar{background:#2e7d32;width:100%}.password-strength-strong .password-strength-label{color:#2e7d32}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.site-header-inner{max-width:1200px;padding:var(--space-4) var(--space-6);align-items:center;gap:var(--space-4);grid-template-columns:1fr auto 1fr;margin:0 auto;display:grid}.site-brand{justify-self:start;align-items:center;gap:var(--space-3);color:var(--color-text);text-decoration:none;display:flex}.site-logo{width:auto;height:2.75rem}.site-name{letter-spacing:-.01em;font-size:1.35rem;font-weight:700}.site-nav{align-items:center;gap:var(--space-6);justify-self:center;display:flex}.site-nav-link{color:var(--color-text);padding:var(--space-2) 0;font-size:.95rem;font-weight:600;text-decoration:none;position:relative}.site-nav-link:after{content:"";background:var(--color-accent);transform-origin:0;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.site-nav-link:hover,.site-nav-link.is-active{color:var(--color-accent)}.site-nav-link:hover:after,.site-nav-link.is-active:after{transform:scaleX(1)}.site-auth-nav{justify-self:end;align-items:center;gap:var(--space-3);display:flex}.site-user{align-items:center;gap:var(--space-3);display:flex}.site-profile-link{width:2.25rem;height:2.25rem;color:var(--color-text);justify-content:center;align-items:center;text-decoration:none;transition:color .15s;display:flex}.site-profile-link:hover{color:var(--color-accent)}.site-logout-link{width:2.25rem;height:2.25rem;color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex}.site-logout-link:hover{color:var(--color-accent)}.site-logout-link:disabled{opacity:.5;cursor:not-allowed}.site-cart-link{width:2.25rem;height:2.25rem;color:var(--color-text);border-radius:var(--radius-sm);justify-content:center;align-items:center;transition:color .15s;display:flex;position:relative}.site-cart-link:hover{color:var(--color-accent)}.site-cart-badge{background:var(--color-accent);min-width:1.1rem;height:1.1rem;color:var(--color-accent-contrast);border-radius:999px;justify-content:center;align-items:center;padding:0 .25rem;font-size:.7rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-.35rem;right:-.35rem}@media (width<=640px){.site-header-inner{padding:var(--space-3) var(--space-4)}.site-name{font-size:1.1rem}.site-nav-link-extra{display:none}}.social-links{flex-wrap:wrap;align-items:center;gap:4px 16px;margin:0;padding:0;list-style:none;display:flex}.site-footer{color:var(--color-text);border-top:1px solid var(--color-border);background:#f5f3f0;margin-top:auto}.site-footer-inner{max-width:1200px;padding:var(--space-8) var(--space-6) var(--space-4);margin:0 auto}.site-footer-grid{gap:var(--space-8);grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(140px,1fr));display:grid}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:var(--color-accent)}.site-footer-brand{font-size:.98rem;line-height:1.35}.site-footer-logo-link{display:inline-flex}.site-footer-logo{width:96px;height:auto}.site-footer-company-name{margin-top:var(--space-2)}.site-footer-group-gap,.site-footer-social{margin-top:var(--space-4)}.site-footer-column-title{margin:0 0 var(--space-2);font-size:1.25rem;font-weight:700}.site-footer-list{gap:var(--space-1);margin:0;padding:0;list-style:none;display:grid}.site-footer-cookie-btn{color:inherit;font-size:inherit;cursor:pointer;text-decoration:none}.site-footer-cookie-btn:hover{color:var(--color-accent)}.site-footer-copy{margin:var(--space-8) 0 0;text-align:center;color:var(--color-text-muted);font-size:.95rem}@media (width<=900px){.site-footer-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=640px){.site-footer-inner{padding:var(--space-6) var(--space-4) var(--space-3)}.site-footer-grid{gap:var(--space-6);grid-template-columns:1fr}.site-footer-copy{margin-top:var(--space-6);text-align:left}}.cookie-banner{z-index:90;justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-6);background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:var(--shadow-lg);flex-wrap:wrap;display:flex;position:fixed;bottom:0;left:0;right:0}.cookie-banner-text{color:var(--color-text-muted);flex:320px;margin:0;font-size:.9rem}.cookie-banner-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.cookie-settings-list{gap:var(--space-4);margin-bottom:var(--space-6);flex-direction:column;display:flex}.cookie-settings-row{justify-content:space-between;align-items:flex-start;gap:var(--space-4);cursor:pointer;display:flex}.cookie-settings-row-title{margin:0;font-weight:700}.cookie-settings-row-desc{color:var(--color-text-muted);margin:0;font-size:.85rem}.cookie-settings-row input[type=checkbox]{margin-top:var(--space-1);flex-shrink:0;width:1.15rem;height:1.15rem}.cookie-settings-actions{justify-content:flex-end;display:flex}@keyframes skeleton-shimmer-sweep{to{transform:translate(100%)}}.skeleton-badge{width:35%;height:.7rem}.skeleton-description{width:100%;height:.85rem}.skeleton-description.short{width:60%}.skeleton-price{width:35%;height:1.2rem}.skeleton-link{width:20%;height:.85rem}.home-skeleton{gap:var(--space-8);flex-direction:column;width:100%;display:flex}.home-skeleton-heading{width:220px;height:1.5rem;margin-bottom:var(--space-4)}.home-skeleton-carousel{aspect-ratio:16/9;border-radius:var(--radius-md,8px);width:100%}.home-skeleton-gallery-grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.home-skeleton-gallery-item{aspect-ratio:4/3;border-radius:var(--radius-md,8px);width:100%}.home-skeleton-faq-item{border-bottom:1px solid var(--color-border,#e5e5e5)}.home-skeleton-faq-item:first-child{border-top:1px solid var(--color-border,#e5e5e5)}.home-skeleton-faq-question{width:45%;height:1.05rem;margin:var(--space-4) 0}@media (width<=640px){.home-skeleton-gallery-grid{grid-template-columns:1fr}}.home-page{width:100%;max-width:1400px;padding:var(--space-8) var(--space-6);gap:var(--space-8);flex-direction:column;margin:0 auto;display:flex}.home-page-status{color:var(--color-text-muted);text-align:center}.home-page-status-error{color:var(--color-danger,#c0392b)}.home-section{gap:var(--space-1);flex-direction:column;display:flex}.home-section-hero{text-align:center;padding:var(--space-8) var(--space-4)}.home-section-hero .home-section-heading{letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.home-section-hero .home-section-markdown-body{margin-top:var(--space-4);color:var(--color-text-muted);max-width:640px;margin-left:auto;margin-right:auto;font-size:1.1rem}.home-section-heading{font-size:1.5rem;font-weight:700}.home-section-text{color:var(--color-text-muted)}.home-section-markdown-body{gap:var(--space-4);color:var(--color-text-muted);display:grid}.home-section-markdown-body h1,.home-section-markdown-body h2,.home-section-markdown-body h3{color:var(--color-text,inherit);margin-top:var(--space-4)}.home-section-markdown-body ul,.home-section-markdown-body ol{padding-left:var(--space-6)}.home-section-markdown-body a{color:var(--color-primary,inherit)}.home-section-gallery-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.home-section-gallery-grid a{display:block}.home-section-gallery-grid img{border-radius:var(--radius-md,8px);object-fit:cover;width:100%;height:auto}.home-section-products-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.home-carousel{position:relative}.home-carousel-viewport{aspect-ratio:16/9;border-radius:var(--radius-md,8px);background:var(--color-bg);width:100%;transition:aspect-ratio .4s;position:relative;overflow:hidden}.home-carousel-viewport>*{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .6s;display:block;position:absolute;inset:0}.home-carousel-slide-active{opacity:1;pointer-events:auto}.home-carousel-slide-image{object-fit:contain;width:100%;height:100%;display:block}.home-carousel-arrow{color:#fff;cursor:pointer;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.home-carousel-arrow:hover{background:#0009}.home-carousel-arrow-prev{left:var(--space-4)}.home-carousel-arrow-next{right:var(--space-4)}.home-carousel-dots{bottom:var(--space-4);gap:var(--space-2);display:flex;position:absolute;left:50%;transform:translate(-50%)}.home-carousel-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:.6rem;height:.6rem;padding:0}.home-carousel-dot-active{background:#fff}.home-section-banner{border-radius:var(--radius-md,8px);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:320px;display:flex;position:relative;overflow:hidden}.home-section-banner-overlay{z-index:1;text-align:center;max-width:640px;padding:var(--space-6);align-items:center;gap:var(--space-3);color:#fff;text-shadow:0 1px 4px #00000080;flex-direction:column;display:flex;position:relative}.home-section-banner:before{content:"";background:#00000059;position:absolute;inset:0}.home-section-banner-heading{font-size:2rem;font-weight:800}.home-section-banner-text{font-size:1.1rem}.home-section-banner-button{margin-top:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md,8px);background:var(--color-primary,#1a1a1a);color:#fff;text-shadow:none;font-weight:600;text-decoration:none;transition:opacity .15s}.home-section-banner-button:hover{opacity:.85}.home-section-google-cta{align-items:center;gap:var(--space-6);padding:var(--space-6) var(--space-8);background:var(--color-surface);border:1px solid var(--color-border);flex-wrap:wrap;display:flex}.home-section-google-cta-logo{flex-shrink:0}.home-section-google-cta-copy{gap:var(--space-2);flex-direction:column;flex:320px;display:flex}.home-section-google-cta-heading{color:var(--color-text);font-size:1.4rem;font-weight:800}.home-section-google-cta-text{color:var(--color-text-muted);margin:0;line-height:1.6}.home-section-google-cta-button{padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm,6px);background:var(--color-accent);color:var(--color-accent-contrast);white-space:nowrap;flex-shrink:0;margin-left:auto;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s}.home-section-google-cta-button:hover,.home-section-google-cta-button:focus-visible{opacity:.9;transform:translateY(-1px)}.home-section-link-tiles-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.home-section-link-tile{border-radius:var(--radius-md,8px);background-position:50%;background-size:cover;align-items:flex-end;min-height:200px;text-decoration:none;transition:transform .15s;display:flex;position:relative;overflow:hidden}.home-section-link-tile:hover{transform:translateY(-2px)}.home-section-link-tile:before{content:"";background:linear-gradient(#0000 40%,#000000a6);position:absolute;inset:0}.home-section-link-tile-title{z-index:1;padding:var(--space-4);color:#fff;font-size:1.1rem;font-weight:700;position:relative}.home-section-faq-list{border-top:1px solid var(--color-border,#e5e5e5);flex-direction:column;width:100%;max-width:1000px;margin:0 auto;display:flex}.home-section-faq-item{border-bottom:1px solid var(--color-border,#e5e5e5)}.home-section-faq-question{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) 0;cursor:pointer;font-size:1.05rem;font-weight:700;list-style:none;transition:color .15s;display:flex}.home-section-faq-question::-webkit-details-marker{display:none}.home-section-faq-question::marker{content:""}.home-section-faq-question:after{content:"";border-right:2px solid var(--color-text-muted);border-bottom:2px solid var(--color-text-muted);flex-shrink:0;width:.6rem;height:.6rem;transition:transform .25s,border-color .15s;transform:rotate(45deg)}.home-section-faq-question:hover,.home-section-faq-item[open] .home-section-faq-question{color:var(--color-primary,inherit)}.home-section-faq-item[open] .home-section-faq-question:after{border-color:var(--color-primary,var(--color-text-muted));transform:rotate(-135deg)}.home-section-faq-answer{padding:0 0 var(--space-4);color:var(--color-text-muted);margin:0;line-height:1.6;animation:.2s home-faq-answer-fade}@keyframes home-faq-answer-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.home-section-hero .home-section-heading{font-size:1.85rem}.home-section-banner{min-height:240px}.home-section-banner-heading{font-size:1.5rem}.home-section-google-cta{text-align:center;padding:var(--space-6);flex-direction:column}.home-section-google-cta-copy{align-items:center}.home-section-google-cta-button{margin-left:0}}.breadcrumbs{color:var(--color-text-muted);flex-wrap:wrap;font-size:.85rem;display:flex}.breadcrumbs-segment{align-items:center;display:inline-flex}.breadcrumbs-link{color:var(--color-text-muted);text-decoration:none}.breadcrumbs-link:hover{color:var(--color-accent);text-decoration:underline}.breadcrumbs-current{color:var(--color-text);font-weight:700}.breadcrumbs-separator{margin:0 .4em}.recently-viewed{margin-top:var(--space-8);padding-top:var(--space-8);border-top:1px solid var(--color-border)}.recently-viewed-title{margin-bottom:var(--space-4);font-size:1.25rem;font-weight:700}.recently-viewed-grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}@media (width<=768px){.recently-viewed-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.recently-viewed-grid{grid-template-columns:1fr}}.shop-page{width:100%;max-width:1280px;padding:var(--space-8) var(--space-6);gap:var(--space-8);flex:1;grid-template-columns:260px 1fr;align-items:start;margin:0 auto;display:grid}.shop-sidebar{top:var(--space-6);max-height:calc(100vh - var(--space-6) * 2);margin-left:-1rem;position:sticky;overflow-y:auto}.shop-sidebar .breadcrumbs{margin-bottom:var(--space-2)}.shop-sidebar-title{margin-bottom:var(--space-6);font-size:2rem;font-weight:800}.shop-filter-group{margin-bottom:var(--space-6)}.shop-filter-title{margin-bottom:var(--space-3);font-size:1.05rem;font-weight:700}.shop-filter-list{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.shop-filter-item{justify-content:space-between;align-items:center;gap:var(--space-2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;width:100%;padding:var(--space-2) var(--space-3);color:var(--color-text);text-align:left;background:0 0;border:none;border-left:3px solid #0000;font-size:.95rem;display:flex}.shop-filter-item:hover{background:var(--color-bg)}.shop-filter-item.is-active{border-left-color:var(--color-accent);color:var(--color-accent);background:0 0;font-weight:700}.shop-filter-count{color:var(--color-text-muted);font-size:.85rem}.shop-filter-item.is-active .shop-filter-count{color:var(--color-accent)}.shop-filter-node{align-items:center;display:flex}.shop-filter-node .shop-filter-item{flex:1}.shop-filter-chevron{width:1.25rem;height:1.25rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.shop-filter-chevron-spacer{cursor:default}.shop-filter-chevron-icon{font-size:.65rem;transition:transform .15s;display:inline-block}.shop-filter-chevron-icon.is-open{transform:rotate(90deg)}.shop-filter-subtree{grid-template-rows:0fr;transition:grid-template-rows .2s;display:grid}.shop-filter-subtree.is-expanded{grid-template-rows:1fr}.shop-filter-sublist{margin-top:var(--space-1);min-height:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.shop-filter-subtree{transition:none}}.shop-content{gap:var(--space-6);flex-direction:column;min-width:0;display:flex}.shop-content-header{justify-content:space-between;align-items:flex-end;gap:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border);flex-wrap:wrap;display:flex}.shop-content-title{font-size:1.85rem;font-weight:800}.shop-content-count{margin-top:var(--space-1);color:var(--color-text-muted);font-size:.9rem}.shop-search{width:100%;margin-top:calc(-1 * var(--space-3));margin-bottom:calc(-1 * var(--space-3));align-items:center;gap:var(--space-2);border:1.5px solid var(--color-border);border-radius:var(--radius-sm);padding:.55rem var(--space-3);color:var(--color-text-muted);background:var(--color-surface);display:flex}.shop-search:focus-within{border-color:var(--color-accent);color:var(--color-accent)}.shop-search-input{color:var(--color-text);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.shop-toolbar{align-items:center;gap:var(--space-3);display:flex}.shop-sort-select{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);padding:.55rem var(--space-3);background:var(--color-surface);color:var(--color-text);font-size:.9rem}.shop-view-toggle{gap:var(--space-1);background:var(--color-bg);border-radius:var(--radius-sm);padding:.2rem;display:flex}.shop-view-btn{border-radius:var(--radius-sm);width:2.25rem;height:2.25rem;color:var(--color-text-muted);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.shop-view-btn.is-active{background:var(--color-accent);color:var(--color-accent-contrast)}.shop-loading,.shop-empty{color:var(--color-text-muted)}.shop-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.product-card-link{color:inherit;text-decoration:none;display:contents}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:0;flex-direction:column;transition:border-color .15s;display:flex;overflow:hidden}.product-card-link:hover .product-card,.product-card-link:hover .product-row{border-color:var(--color-accent)}.product-card-image{aspect-ratio:1;background:var(--color-bg)}.product-card-image img{object-fit:cover;width:100%;height:100%;display:block}.product-card-body{padding:var(--space-4);gap:var(--space-2);flex-direction:column;display:flex}.product-title{font-size:1rem;font-weight:700;line-height:1.35}.product-description{color:var(--color-text-muted);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:2.8em;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-footer{padding-top:var(--space-2);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-price{color:var(--color-accent);align-items:baseline;gap:var(--space-2);flex-wrap:wrap;font-size:1.15rem;font-weight:800;display:flex}.product-promo-badge{border-radius:var(--radius-lg);background:var(--color-notice-bg);color:var(--color-notice-text);border:1px solid var(--color-notice-border);align-self:flex-start;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.product-price-original{color:var(--color-text-muted);font-size:.85rem;font-weight:500;text-decoration:line-through}.product-price-discounted,.product-price-sold-out{color:var(--color-accent)}.product-link{color:var(--color-text-muted);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s}.product-card-link:hover .product-link{color:var(--color-accent);text-decoration:underline}.shop-list{gap:var(--space-4);flex-direction:column;display:flex}.product-row{background:var(--color-surface);border:1px solid var(--color-border);gap:var(--space-4);padding:var(--space-4);border-radius:0;transition:border-color .15s;display:flex}.product-row-image{aspect-ratio:1;border-radius:var(--radius-md);background:var(--color-bg);flex:0 0 140px;overflow:hidden}.product-row-image img{object-fit:cover;width:100%;height:100%;display:block}.product-row-body{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.shop-pagination{justify-content:center;align-items:center;gap:var(--space-4);padding-top:var(--space-4);display:flex}.shop-pagination-btn{border:1.5px solid var(--color-border);background:var(--color-surface);width:2.25rem;height:2.25rem;color:var(--color-text);border-radius:50%;font-size:1rem}.shop-pagination-btn:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.shop-pagination-info{color:var(--color-text-muted);font-size:.9rem}@media (width<=900px){.shop-page{grid-template-columns:1fr}.shop-sidebar{max-height:none;margin-left:0;position:static;overflow-y:visible}}.product-page-skeleton{gap:var(--space-6);flex-direction:column;width:100%;display:flex}.product-page-skeleton .product-page-thumbnail{opacity:1;cursor:default}.product-page-skeleton-breadcrumbs{width:260px;max-width:100%;height:.85rem}.product-page-skeleton-title{width:55%;min-width:220px;height:2rem}.product-page-skeleton-price-label{width:4rem;height:.9rem;margin-bottom:var(--space-2)}.product-page-skeleton-price{width:70%;height:3rem;margin-bottom:var(--space-6)}.product-page-skeleton-qty{width:4.5rem;height:2.75rem}.product-page-skeleton-add-btn{flex:auto;height:2.75rem}.product-page-skeleton-tab{width:5rem;height:1rem;margin:var(--space-3) 0}.product-page-skeleton-panel{gap:var(--space-3);white-space:normal;display:grid}.product-page{width:90%;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.product-page-heading{gap:var(--space-2);flex-direction:column;display:flex}.product-page-title{font-size:2rem;font-weight:800}.product-badge{color:var(--color-accent);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:700}.product-page-main{grid-template-columns:10% minmax(0, 40%) var(--space-8) minmax(0, 40%) 10%;align-items:start;gap:var(--space-8);display:grid}.product-page-image-container{gap:var(--space-3);flex-direction:column;grid-column:2;display:flex}.product-page-image{aspect-ratio:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);position:relative;overflow:hidden}.product-page-nav-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:2.75rem;height:2.75rem;color:var(--color-text);cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:background-color .15s,transform .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #00000026}.product-page-nav-btn:hover{background:#fffffffa;transform:translateY(-50%)scale(1.08)}.product-page-nav-prev{left:var(--space-3)}.product-page-nav-next{right:var(--space-3)}.product-page-thumbnails{gap:var(--space-2);flex-wrap:wrap;display:flex}.product-page-thumbnail{border-radius:var(--radius-md);cursor:pointer;background:var(--color-surface);opacity:.7;border:2px solid #0000;width:4.5rem;height:4.5rem;padding:0;transition:border-color .15s,opacity .15s;overflow:hidden}.product-page-thumbnail:hover{opacity:1}.product-page-thumbnail.is-active{border-color:var(--color-accent);opacity:1}.product-page-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.product-page-side{gap:var(--space-6);flex-direction:column;grid-column:4;display:flex}.product-page-image img{object-fit:cover;width:100%;height:100%;display:block}.product-image-placeholder{background:var(--color-bg);width:100%;height:100%}.product-page-purchase{box-sizing:border-box;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:360px;max-width:100%;padding:var(--space-6)}.product-page-price-label,.product-page-qty-label{color:var(--color-text-muted);margin-bottom:var(--space-1);font-size:.9rem}.product-page-price{margin-bottom:var(--space-6);align-items:baseline;gap:var(--space-3);flex-wrap:wrap;font-size:3rem;font-weight:800;display:flex}.product-page-promo-badge{margin-bottom:var(--space-2);border-radius:var(--radius-lg);background:var(--color-notice-bg);color:var(--color-notice-text);border:1px solid var(--color-notice-border);align-self:flex-start;padding:.25rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.product-page-price-original{color:var(--color-text-muted);font-size:1.5rem;font-weight:500;text-decoration:line-through}.product-page-price-discounted{color:var(--color-accent)}.product-page-price-vat{color:var(--color-text-muted);font-size:1.5rem;font-weight:500}.product-page-purchase-sold-out{background:0 0;border:none;padding:0}.product-page-sold-out{color:var(--color-accent);margin:0;font-size:2rem;font-weight:800}.product-page-qty-label{margin-top:0}.product-page-purchase-row{gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.product-page-qty-input{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);width:4.5rem;min-width:0;padding:.65rem var(--space-3);background:var(--color-surface);color:var(--color-text);box-sizing:border-box;flex:0 0 4.5rem;font-size:1rem}.product-page-add-btn{white-space:normal;text-transform:uppercase;letter-spacing:.02em;flex:auto;min-width:0}.product-page-add-note{margin-top:var(--space-3);color:var(--color-text-muted);font-size:.85rem}.product-page-tabs{flex-direction:column;display:flex}.product-page-tab-list{gap:var(--space-6);border-bottom:1px solid var(--color-border);display:flex}.product-page-tab{padding:var(--space-3) 0;color:var(--color-text-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;font-size:1rem}.product-page-tab.is-active{color:var(--color-text);border-bottom-color:var(--color-accent);font-weight:700}.product-page-tab-panel{padding-top:var(--space-6);max-width:70ch;color:var(--color-text);white-space:pre-line;line-height:1.6}.product-page-description{gap:var(--space-3);display:grid}.product-page-description p{margin:0}.product-page-description h1,.product-page-description h2,.product-page-description h3,.product-page-description h4{color:inherit;margin:var(--space-2) 0 0}.product-page-description ul,.product-page-description ol{padding-left:var(--space-6);margin:0}.product-page-description a{color:var(--color-primary,inherit)}.product-page-description code{background:var(--color-bg);border-radius:var(--radius-sm,4px);padding:.1em .4em}.product-description-accent-text{color:var(--color-accent);font-size:1.2em;font-weight:700}.product-description-accordion-list{border-top:1px solid var(--color-border,#e5e5e5);flex-direction:column;display:flex}.product-description-accordion-item{border-bottom:1px solid var(--color-border,#e5e5e5)}.product-description-accordion-question{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) 0;cursor:pointer;font-size:1.05rem;font-weight:700;list-style:none;transition:color .15s;display:flex}.product-description-accordion-question::-webkit-details-marker{display:none}.product-description-accordion-question::marker{content:""}.product-description-accordion-question:after{content:"";border-right:2px solid var(--color-text-muted);border-bottom:2px solid var(--color-text-muted);flex-shrink:0;width:.6rem;height:.6rem;transition:transform .25s,border-color .15s;transform:rotate(45deg)}.product-description-accordion-question:hover,.product-description-accordion-item[open] .product-description-accordion-question{color:var(--color-primary,inherit)}.product-description-accordion-item[open] .product-description-accordion-question:after{border-color:var(--color-primary,var(--color-text-muted));transform:rotate(-135deg)}.product-description-accordion-answer{padding:0 0 var(--space-4);color:var(--color-text-muted);margin:0;line-height:1.6}.product-page-placeholder{color:var(--color-text-muted);background:var(--color-bg);border:1px dashed var(--color-border);border-radius:var(--radius-md);padding:var(--space-6);text-align:center}.product-page-video-placeholder{aspect-ratio:16/9;justify-content:center;align-items:center;max-width:640px;display:flex}.product-page-video-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.product-page-video-item{aspect-ratio:16/9;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;overflow:hidden}.product-page-video-item iframe{width:100%;height:100%;display:block}@media (width<=800px){.product-page-main{flex-direction:column;display:flex}.product-page-image-container{grid-column:auto;width:100%}.product-page-image{width:100%;max-width:none}.product-page-side{grid-column:auto;width:100%}.product-page-purchase{max-width:none}}.image-viewer-overlay{z-index:1000;background:#000000f2;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-viewer-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;transition:background-color .2s;display:flex;position:absolute;top:-3rem;right:0}.image-viewer-controls{align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;display:flex}.image-viewer-btn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#fff3;border:1px solid #ffffff4d;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;transition:background-color .2s;display:flex}.image-viewer-btn:hover:not(:disabled){background:#ffffff4d}.image-viewer-btn:disabled{opacity:.5;cursor:not-allowed}.image-viewer-zoom-level{color:#fff;text-align:center;min-width:4rem;font-size:.9rem;font-weight:600}.image-viewer-nav-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1.5rem;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-viewer-counter{color:#fff;margin-top:var(--space-3);opacity:.8;font-size:.9rem;font-weight:600}.contact-page{width:100%;margin:0;padding:40px 20px}.contact-title{text-align:center;color:#333;margin-bottom:40px;font-size:2.5rem}.contact-container{grid-template-columns:1fr 1.5fr;gap:40px;display:grid}.contact-info,.contact-map{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.contact-info{padding:50px}.contact-map{padding:0}.contact-info h2,.contact-map h2{color:#333;margin-bottom:20px;font-size:1.8rem}.contact-map h2{margin:20px 20px 15px}.contact-section{line-height:1.8}.contact-section p{color:#666;margin-bottom:12px}.contact-section a{color:#007bff;text-decoration:none}.contact-section a:hover{text-decoration:underline}.map-container{aspect-ratio:16/9;border-radius:8px;overflow:hidden}@media (width<=768px){.contact-container{grid-template-columns:1fr}.contact-page{padding:20px 10px}.contact-title{font-size:2rem}}.about-page{width:100%;padding:var(--space-8) var(--space-6);background:var(--color-bg);margin:0}.about-container{gap:var(--space-8);flex-direction:column;max-width:1280px;margin:0 auto;display:flex}.about-title{color:var(--color-text);text-align:center;padding-bottom:var(--space-3);width:fit-content;margin:0 auto;font-size:2.5rem;font-weight:800}.about-top-grid{gap:var(--space-2);grid-template-columns:6fr 4fr;align-items:stretch;display:grid}.about-content{padding:var(--space-8);gap:var(--space-6);flex-direction:column;display:flex}.about-google-review{padding:var(--space-8);text-align:center;align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.google-review-logo{margin-bottom:var(--space-2)}.about-google-review-text{color:var(--color-text-muted);margin:0;font-size:.98rem;line-height:1.7}.about-google-review-highlight{color:var(--color-text);margin:var(--space-2) 0 0;font-weight:700}.about-google-review-button{margin-top:var(--space-3);padding:var(--space-3) var(--space-6);background:var(--color-accent);color:var(--color-accent-contrast);border-radius:var(--radius-sm);font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s}.about-google-review-button:hover,.about-google-review-button:focus-visible{opacity:.9;transform:translateY(-1px)}.about-google-review-thanks{margin-top:var(--space-2);color:var(--color-text-muted);font-style:italic}.about-intro{padding-bottom:var(--space-2)}.about-welcome{color:var(--color-accent);font-size:1.15rem;font-weight:600;line-height:1.6}.about-section h2{margin-bottom:var(--space-4);padding-bottom:var(--space-3);color:var(--color-text);border-bottom:1px solid var(--color-border);font-size:1.3rem;font-weight:700}.about-section p{color:var(--color-text-muted);margin-bottom:0;font-size:1rem;line-height:1.8}.about-events-section{margin-top:var(--space-2)}.event-card-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.event-card{background:var(--color-surface);border:1px solid var(--color-border);width:100%;font:inherit;text-align:left;cursor:pointer;margin:0;padding:0;transition:border-color .15s,box-shadow .15s,transform .15s;display:block}.event-card:hover,.event-card:focus-visible{border-color:var(--color-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.event-card-preview-grid{aspect-ratio:4/3;background:var(--color-border);grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:2px;display:grid}.event-card-preview-thumb{background:var(--color-bg);position:relative;overflow:hidden}.event-card-preview-thumb img{object-fit:cover;width:100%;height:100%;display:block}.event-card-preview-more{color:#fff;background:#0000008c;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;position:absolute;inset:0}.event-card-title{padding:var(--space-4);color:var(--color-text);border-top:1px solid var(--color-border);font-size:1.05rem;font-weight:700}.skeleton-card{pointer-events:none}.skeleton-title{width:70%;height:1.05rem}@media (width<=768px){.about-page{padding:var(--space-6) var(--space-4)}.about-title{font-size:1.6rem}.about-content{padding:var(--space-6)}.about-top-grid{gap:var(--space-6);grid-template-columns:1fr}.about-google-review{padding:var(--space-6)}}.event-page{width:100%;max-width:1100px;padding:var(--space-8) var(--space-6);gap:var(--space-4);flex-direction:column;flex:1;margin:0 auto;display:flex}.event-page-title{color:var(--color-text);font-size:2rem;font-weight:800}.event-page-date{color:var(--color-accent);font-size:.95rem;font-weight:600}.event-page-description{color:var(--color-text-muted);max-width:75ch;margin-bottom:var(--space-4);font-size:1rem;line-height:1.8}.event-page-gallery{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.event-page-thumb{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;aspect-ratio:4/3;padding:0;overflow:hidden}.event-page-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .2s;display:block}.event-page-thumb:hover img{transform:scale(1.05)}.image-viewer-overlay{z-index:1100;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.image-viewer-content{flex-direction:column;justify-content:center;align-items:center;width:90%;max-width:1200px;height:90%;display:flex;position:relative}.image-viewer-container{width:100%;margin-bottom:var(--space-4);flex:1;justify-content:center;align-items:center;display:flex;overflow:auto}.image-viewer-container img{object-fit:contain;max-width:100%;max-height:100%}.image-viewer-close{border-radius:var(--radius-sm);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;transition:background-color .2s;display:flex;position:absolute;top:-3rem;right:0}.image-viewer-close:hover{background:#ffffff4d}.image-viewer-nav-btn{border-radius:var(--radius-sm);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.4rem;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-viewer-nav-btn:hover{background:#ffffff4d}.image-viewer-nav-prev{left:var(--space-4)}.image-viewer-nav-next{right:var(--space-4)}.image-viewer-counter{color:#fff;opacity:.8;font-size:.9rem;font-weight:600}.skeleton-shimmer{background:var(--color-bg);position:relative;overflow:hidden}.skeleton-shimmer:after{content:"";background:linear-gradient(90deg, transparent, var(--color-border) 50%, transparent);animation:1.5s ease-in-out infinite skeleton-shimmer-sweep;position:absolute;inset:0;transform:translate(-100%)}.skeleton-line{border-radius:var(--radius-sm);height:.9rem}.event-page-title-skeleton{background:var(--color-border);width:50%;height:2rem}.event-page-date-skeleton{background:var(--color-border);width:20%;height:1rem}.event-page-description-skeleton{background:var(--color-border);width:100%;max-width:70ch}.event-page-description-skeleton.short{width:40%;max-width:28ch;margin-bottom:var(--space-4)}@media (width<=768px){.event-page{padding:var(--space-6) var(--space-4)}.event-page-title{font-size:1.6rem}}.cart-page{width:100%;max-width:1320px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.cart-page-header{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.cart-page-title{font-size:2rem;font-weight:800}.cart-empty-state{text-align:center;justify-content:center;align-items:center;gap:var(--space-2);min-height:320px;padding:var(--space-8) var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;display:flex}.cart-empty-icon{color:var(--color-border);margin-bottom:var(--space-2)}.cart-empty-title{color:var(--color-text-muted);font-size:1.15rem;font-weight:700}.cart-empty-text{color:var(--color-text-muted)}.cart-page-layout{gap:var(--space-8);grid-template-columns:1fr 340px;align-items:start;display:grid}.cart-page-main{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.cart-page-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-6)}.cart-page-divider{background:var(--color-border);height:1px;margin:var(--space-4) 0}.cart-item{align-items:center;gap:var(--space-4);display:flex}.cart-item-image{aspect-ratio:1;border-radius:var(--radius-md);background:var(--color-bg);flex:0 0 88px;width:88px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%;display:block}.cart-item-body{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.cart-item-name{color:var(--color-text);font-weight:700;text-decoration:none}.cart-item-name:hover{color:var(--color-accent);text-decoration:underline}.cart-item-quantity{color:var(--color-text-muted);font-size:.9rem}.cart-item-price{color:var(--color-accent);white-space:nowrap;flex-direction:column;flex:none;align-items:flex-end;gap:.15rem;font-size:1.1rem;font-weight:800;display:flex}.cart-item-promo-badge{border-radius:var(--radius-lg);background:var(--color-notice-bg);color:var(--color-notice-text);border:1px solid var(--color-notice-border);order:-1;align-self:flex-end;padding:.1rem .5rem;font-size:.7rem;font-weight:700}.cart-item-price-original{color:var(--color-text-muted);font-size:.85rem;font-weight:500;text-decoration:line-through}.cart-item-price-discounted{color:var(--color-accent)}.cart-item-remove{flex:none}.cart-summary{top:var(--space-6);gap:var(--space-3);padding:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;display:flex;position:sticky}.cart-summary-title{margin-bottom:var(--space-1);font-size:1.15rem;font-weight:800}.cart-summary-row{color:var(--color-text);justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.cart-summary-divider{background:var(--color-border);height:1px;margin:var(--space-1) 0}.cart-summary-total{font-size:1.2rem;font-weight:800}.cart-summary-vat{color:var(--color-text-muted);text-align:right;margin-top:calc(var(--space-1) * -1);font-size:.75rem}.cart-summary-login-note{color:var(--color-text-muted);text-align:center;font-size:.85rem}@media (width<=900px){.cart-page-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=640px){.cart-item{flex-wrap:wrap}.cart-item-price{order:3}.cart-item-remove{order:4}}.checkout-steps{width:100%;padding:var(--space-2) 0;margin:0 0 var(--space-2);align-items:center;list-style:none;display:flex}.checkout-step{align-items:center;gap:var(--space-2);flex:none;display:flex}.checkout-step-dot{width:32px;height:32px;color:var(--color-text-muted);background:var(--color-surface);border:2px solid var(--color-border);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.checkout-step-label{color:var(--color-text-muted);white-space:nowrap;font-size:.85rem;font-weight:600}.checkout-step-line{background:var(--color-border);height:2px;margin:0 var(--space-2);flex:auto}.checkout-step-line.is-done{background:var(--color-accent)}.checkout-step.is-done .checkout-step-dot,.checkout-step.is-current .checkout-step-dot{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast)}.checkout-step.is-done .checkout-step-label,.checkout-step.is-current .checkout-step-label{color:var(--color-text)}@media (width<=720px){.checkout-step-label{display:none}.checkout-step-line{margin:0 var(--space-1)}}.checkout-shipping-page{width:100%;max-width:800px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.checkout-shipping-card{padding:var(--space-6);gap:var(--space-4);flex-direction:column;display:flex}.checkout-shipping-title{font-size:1.5rem;font-weight:800}.checkout-shipping-form{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.checkout-field-full{grid-column:1/-1}.checkout-shipping-section-title{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--color-border);grid-column:1/-1;font-size:1rem;font-weight:800}.checkout-shipping-form>.checkout-shipping-section-title:first-child{border-top:none;margin-top:0;padding-top:0}.checkout-field input:disabled{opacity:.6;cursor:not-allowed}.checkout-checkbox-row{align-items:center;gap:var(--space-2);flex-direction:row}.checkout-checkbox-row input{flex-shrink:0}.checkout-shipping-actions{margin-top:var(--space-2);grid-column:1/-1;justify-content:flex-end;display:flex}@media (width<=640px){.checkout-shipping-form{grid-template-columns:1fr}.checkout-field-full{grid-column:auto}.checkout-shipping-actions{justify-content:stretch}.checkout-shipping-actions .btn{width:100%}}.inpost-geowidget-modal-panel{width:100%;max-width:900px}.inpost-geowidget-modal-body{flex-direction:column;min-height:60vh;display:flex}.inpost-geowidget-container{width:100%;height:60vh;display:block}.inpost-geowidget-element{width:100%;height:100%;display:block}@media (width<=640px){.inpost-geowidget-modal-body,.inpost-geowidget-container{height:70vh}}.tooltip{display:inline-flex;position:relative}.tooltip-trigger{background:var(--color-accent);color:#fff;cursor:help;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;font-size:.8rem;line-height:1;display:inline-flex}.tooltip-bubble{bottom:calc(100% + var(--space-2));width:max-content;max-width:14rem;padding:var(--space-2) var(--space-3);background:var(--color-text);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;pointer-events:none;z-index:5;text-align:left;font-size:.75rem;font-weight:400;transition:opacity .12s,transform .12s;position:absolute;right:0;transform:translateY(2px)}.tooltip-trigger:hover+.tooltip-bubble,.tooltip-trigger:focus-visible+.tooltip-bubble{opacity:1;visibility:visible;transform:translateY(0)}.checkout-payment-page{width:100%;max-width:800px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.checkout-payment-card{padding:var(--space-6);gap:var(--space-4);flex-direction:column;display:flex}.checkout-payment-title{font-size:1.5rem;font-weight:800}.checkout-fulfillment-estimate{gap:var(--space-1);color:var(--color-text-muted);flex-direction:column;font-size:.9rem;display:flex}.checkout-fulfillment-estimate p{margin:0}.checkout-fulfillment-estimate-value{color:var(--color-accent);font-weight:700}.checkout-fulfillment-estimate-date{color:var(--color-text-muted);font-weight:400}.checkout-fulfillment-timing-note{font-size:.8rem;font-style:italic}.checkout-methods-form{gap:var(--space-6);flex-direction:column;display:flex}.checkout-methods-section{gap:var(--space-3);flex-direction:column;display:flex}.checkout-methods-section-title{font-size:1rem;font-weight:800}.checkout-methods-list{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));display:grid}.checkout-method-card{align-items:center;gap:var(--space-2);padding:var(--space-4);border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;text-align:center;flex-direction:column;transition:border-color .15s,background .15s;display:flex;position:relative}.checkout-method-card:hover{border-color:var(--color-accent)}.checkout-method-card.is-selected{border-color:var(--color-accent);background:var(--color-notice-bg)}.checkout-method-card.is-disabled{cursor:not-allowed;background:var(--color-bg)}.checkout-method-card.is-disabled:hover{border-color:var(--color-border)}.checkout-method-card.is-disabled .checkout-method-image,.checkout-method-card.is-disabled .checkout-method-name,.checkout-method-card.is-disabled .checkout-method-fee{opacity:.55}.checkout-method-card input[type=radio]{top:var(--space-3);right:var(--space-3);cursor:pointer;margin:0;position:absolute}.checkout-method-card.is-disabled input[type=radio]{cursor:not-allowed;opacity:.55}.checkout-method-warning{top:calc(-1 * var(--space-2));right:calc(-1 * var(--space-2));position:absolute}.checkout-method-card-blocked{align-items:start;column-gap:var(--space-3);row-gap:var(--space-1);text-align:left;background:var(--color-warning-bg);border-color:var(--color-warning-border);cursor:not-allowed;grid-column:1/-1;grid-template-columns:auto 1fr;display:grid}.checkout-method-card-blocked:hover{border-color:var(--color-warning-border)}.checkout-method-card-blocked .checkout-method-name,.checkout-method-card-blocked .checkout-method-blocked-message{opacity:1}.checkout-method-blocked-icon{color:var(--color-warning-text);grid-row:1/3;font-size:1.75rem;line-height:1}.checkout-method-card-blocked .checkout-method-name{grid-column:2}.checkout-method-blocked-message{color:var(--color-warning-text);grid-column:2;margin:0;font-size:.85rem;font-weight:400}.checkout-method-image{object-fit:contain;background:var(--color-bg);border-radius:var(--radius-sm);width:100%;height:6rem}.checkout-method-name{font-weight:600}.checkout-method-fee{color:var(--color-text-muted);font-size:.85rem}.checkout-field{gap:var(--space-1);color:var(--color-text-muted);flex-direction:column;font-size:.85rem;font-weight:600;display:flex}.checkout-field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);padding:.65rem .85rem;font-size:.95rem;font-weight:400}.checkout-field input:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.checkout-parcel-locker-picker{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.checkout-parcel-locker-selected{color:var(--color-text);font-weight:600}.checkout-parcel-locker-manual{max-width:16rem}.checkout-promo-code{gap:var(--space-3);flex-wrap:wrap;max-width:24rem;display:flex}.checkout-promo-code input{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);min-width:12rem;color:var(--color-text);flex:1;padding:.65rem .85rem;font-size:.95rem}.checkout-promo-code-error{color:var(--color-error-text);font-size:.85rem}.checkout-promo-code-success{color:var(--color-accent);font-size:.85rem;font-weight:600}.checkout-methods-actions{justify-content:space-between;gap:var(--space-3);margin-top:var(--space-2);display:flex}@media (width<=640px){.checkout-methods-actions{flex-direction:column-reverse}.checkout-methods-actions .btn{text-align:center;width:100%}}.checkout-summary-page{width:100%;max-width:800px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.checkout-summary-card{padding:var(--space-6);gap:var(--space-5);flex-direction:column;display:flex}.checkout-summary-title{font-size:1.5rem;font-weight:800}.checkout-summary-sections{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}.checkout-summary-section{gap:var(--space-1);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-top:var(--space-3);flex-direction:column;display:flex}.checkout-summary-section-title{margin-bottom:var(--space-1);font-size:.95rem;font-weight:800}.checkout-summary-edit-link{margin-top:var(--space-2);color:var(--color-accent);font-size:.85rem;font-weight:600}.checkout-summary-items{gap:var(--space-3);flex-direction:column;display:flex}.checkout-summary-item{align-items:center;gap:var(--space-3);display:flex}.checkout-summary-item-image{flex-shrink:0;width:3rem;height:3rem}.checkout-summary-item-image img{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:100%}.checkout-summary-item-body{flex-direction:column;flex:1;gap:.15rem;display:flex}.checkout-summary-item-name{font-weight:600}.checkout-summary-item-quantity{color:var(--color-text-muted);font-size:.85rem}.checkout-summary-item-price{flex-direction:column;align-items:flex-end;gap:.15rem;font-weight:600;display:flex}.checkout-summary-item-promo-badge{border-radius:var(--radius-lg);background:var(--color-notice-bg);color:var(--color-notice-text);border:1px solid var(--color-notice-border);order:-1;align-self:flex-end;padding:.1rem .5rem;font-size:.7rem;font-weight:700}.checkout-summary-item-price-original{color:var(--color-text-muted);font-size:.85rem;font-weight:500;text-decoration:line-through}.checkout-summary-item-price-discounted{color:var(--color-accent)}.checkout-summary-totals{gap:var(--space-2);flex-direction:column;display:flex}.checkout-summary-row{justify-content:space-between;font-size:.95rem;display:flex}.checkout-summary-divider{background:var(--color-border);height:1px;margin:var(--space-1) 0}.checkout-summary-total{font-size:1.15rem;font-weight:800}.checkout-summary-actions{justify-content:space-between;gap:var(--space-3);display:flex}@media (width<=640px){.checkout-summary-sections{grid-template-columns:1fr}.checkout-summary-actions{flex-direction:column-reverse}.checkout-summary-actions .btn{text-align:center;width:100%}}.checkout-isk-page{width:100%;max-width:640px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.checkout-isk-card{padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex}.checkout-isk-title{font-size:1.5rem;font-weight:800}.checkout-isk-order-number{font-weight:600}.checkout-isk-message{color:var(--color-text-muted)}.checkout-isk-form{gap:var(--space-4);margin-top:var(--space-2);flex-direction:column;display:flex}.checkout-isk-field{gap:var(--space-1);flex-direction:column;display:flex}.checkout-isk-field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:.65rem .85rem;font-size:1.1rem}.checkout-isk-field input:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.checkout-isk-dropzone{justify-content:center;align-items:center;gap:var(--space-1);padding:var(--space-6);border:2px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);text-align:center;cursor:pointer;flex-direction:column;display:flex;position:relative}.checkout-isk-dropzone:hover,.checkout-isk-dropzone:focus-visible{border-color:var(--color-accent)}.checkout-isk-dropzone-active{border-color:var(--color-accent);background:var(--color-notice-bg)}.checkout-isk-dropzone-disabled{cursor:not-allowed;opacity:.6}.checkout-isk-dropzone-text{overflow-wrap:anywhere;margin:0;font-weight:600}.checkout-isk-dropzone-hint{color:var(--color-text-muted);margin:0;font-size:.85rem}.checkout-isk-dropzone-input{display:none}.checkout-isk-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}@media (width<=640px){.checkout-isk-actions{flex-direction:column}.checkout-isk-actions .btn{text-align:center;width:100%}}.checkout-neox-page{width:100%;max-width:640px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.checkout-neox-card{padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex}.checkout-neox-title{font-size:1.5rem;font-weight:800}.checkout-neox-order-number{font-weight:600}.checkout-neox-message{color:var(--color-text-muted)}.checkout-neox-form{gap:var(--space-4);margin-top:var(--space-2);flex-direction:column;display:flex}.checkout-neox-field{gap:var(--space-1);flex-direction:column;display:flex}.checkout-neox-field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:.65rem .85rem;font-size:1.1rem}.checkout-neox-field input:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.checkout-neox-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}@media (width<=640px){.checkout-neox-actions{flex-direction:column}.checkout-neox-actions .btn{text-align:center;width:100%}}.checkout-neox-access-page{width:100%;max-width:640px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.checkout-neox-access-card{padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex}.checkout-neox-access-title{font-size:1.5rem;font-weight:800}.checkout-neox-access-order-number{font-weight:600}.checkout-neox-access-message{color:var(--color-text-muted)}.checkout-neox-access-form{gap:var(--space-4);margin-top:var(--space-2);flex-direction:column;display:flex}.checkout-neox-access-field{gap:var(--space-1);flex-direction:column;display:flex}.checkout-neox-access-field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:.65rem .85rem;font-size:1.1rem}.checkout-neox-access-field input:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.checkout-neox-access-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}@media (width<=640px){.checkout-neox-access-actions{flex-direction:column}.checkout-neox-access-actions .btn{text-align:center;width:100%}}.bank-transfer{gap:var(--space-2);flex-direction:column;display:flex}.bank-transfer-message{color:var(--color-text-muted)}.bank-transfer-field{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex}.bank-transfer-field-text{flex-direction:column;gap:2px;min-width:0;display:flex}.bank-transfer-field-label{color:var(--color-text-muted);font-size:.8rem}.bank-transfer-field-value{overflow-wrap:anywhere;font-weight:600}.bank-transfer-copy-btn{border:1px solid var(--color-border);border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-text);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.bank-transfer-copy-btn:hover{background:var(--color-bg)}.bank-transfer-copy-feedback{white-space:nowrap;border-radius:var(--radius-sm);background:var(--color-text);color:var(--color-surface);padding:2px 8px;font-size:.75rem;font-weight:600;position:absolute;bottom:calc(100% + 6px);right:0}.checkout-thankyou-page{width:100%;max-width:800px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.checkout-thankyou-card{padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex}.checkout-thankyou-title{font-size:1.5rem;font-weight:800}.checkout-thankyou-order-number{font-weight:600}.checkout-thankyou-total{color:var(--color-accent);font-size:1.1rem;font-weight:700}.checkout-thankyou-message{color:var(--color-text-muted)}.checkout-thankyou-success{align-items:center;gap:var(--space-2);padding:var(--space-4) 0;flex-direction:column;display:flex}.checkout-thankyou-success-icon{background:var(--color-notice-bg);width:64px;height:64px;color:var(--color-notice-border);border-radius:50%;justify-content:center;align-items:center;display:flex}.checkout-thankyou-success-text{color:var(--color-notice-text);font-size:1.1rem;font-weight:700}.checkout-thankyou-actions{gap:var(--space-3);margin-top:var(--space-3);display:flex}@media (width<=640px){.checkout-thankyou-actions{flex-direction:column}.checkout-thankyou-actions .btn{text-align:center;width:100%}}.checkout-cancelled-page{width:100%;max-width:640px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.checkout-cancelled-card{padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex}.checkout-cancelled-title{font-size:1.5rem;font-weight:800}.checkout-cancelled-message{color:var(--color-text-muted)}.checkout-cancelled-actions{gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}@media (width<=640px){.checkout-cancelled-actions{flex-direction:column}.checkout-cancelled-actions .btn{text-align:center;width:100%}}.order-status-timeline{margin:0;padding:0;list-style:none}.order-status-timeline-item{align-items:stretch;gap:var(--space-3);display:flex}.order-status-timeline-marker{flex-direction:column;flex:none;align-items:center;display:flex}.order-status-timeline-dot{width:28px;height:28px;color:var(--color-text-muted);background:var(--color-surface);border:2px solid var(--color-border);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.order-status-timeline-line{width:2px;min-height:var(--space-4);background:var(--color-border);flex:auto;margin:2px 0}.order-status-timeline-content{padding-bottom:var(--space-4);flex-direction:column;gap:2px;display:flex}.order-status-timeline-label{color:var(--color-text-muted);font-weight:600}.order-status-timeline-current{color:var(--color-accent);font-size:.8rem;font-weight:600}.order-status-timeline-item.is-done .order-status-timeline-dot{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast)}.order-status-timeline-item.is-done .order-status-timeline-line{background:var(--color-accent)}.order-status-timeline-item.is-done .order-status-timeline-label,.order-status-timeline-item.is-current .order-status-timeline-label{color:var(--color-text)}.order-status-timeline-item.is-current .order-status-timeline-dot{border-color:var(--color-accent);color:var(--color-accent)}.order-status-timeline-item.is-cancelled .order-status-timeline-dot{background:var(--color-error-bg);border-color:var(--color-error-border);color:var(--color-error-text)}.order-status-timeline-item.is-cancelled .order-status-timeline-label,.order-status-timeline-item.is-cancelled .order-status-timeline-current{color:var(--color-error-text)}.order-status-timeline-item:last-child .order-status-timeline-content{padding-bottom:0}.immo-off-panel{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);flex-direction:column;display:flex}.immo-off-panel-title{font-size:1.05rem;font-weight:700}.immo-off-panel-hint{color:var(--color-text-muted);font-size:.9rem}.immo-off-panel-form{gap:var(--space-4);flex-direction:column;display:flex}.immo-off-panel-field{gap:var(--space-1);flex-direction:column;display:flex}.immo-off-panel-field input{border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:.6rem .8rem;font-size:1rem}.immo-off-panel-field input:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.immo-off-panel-dropzone{justify-content:center;align-items:center;gap:var(--space-1);padding:var(--space-5);border:2px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);text-align:center;cursor:pointer;flex-direction:column;display:flex;position:relative}.immo-off-panel-dropzone:hover,.immo-off-panel-dropzone:focus-visible{border-color:var(--color-accent)}.immo-off-panel-dropzone-active{border-color:var(--color-accent);background:var(--color-notice-bg)}.immo-off-panel-dropzone-disabled{cursor:not-allowed;opacity:.6}.immo-off-panel-dropzone-text{overflow-wrap:anywhere;margin:0;font-weight:600}.immo-off-panel-dropzone-hint{color:var(--color-text-muted);margin:0;font-size:.85rem}.immo-off-panel-dropzone-input{display:none}.immo-off-panel-verified{gap:var(--space-3);flex-direction:column;display:flex}.immo-off-panel-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.immo-off-panel-actions .btn{text-align:center;flex:auto}@media (width<=640px){.immo-off-panel-actions{flex-direction:column}}.order-status-page{width:100%;max-width:640px;padding:var(--space-8) var(--space-6);gap:var(--space-6);flex-direction:column;flex:1;margin:0 auto;display:flex}.order-status-card{padding:var(--space-6);gap:var(--space-5);flex-direction:column;display:flex}.order-status-title{font-size:1.3rem;font-weight:800}.order-status-message{color:var(--color-text-muted)}.order-status-summary{gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.order-status-item-row{justify-content:space-between;align-items:baseline;gap:var(--space-3);color:var(--color-text-muted);display:flex}.order-status-total{justify-content:space-between;align-items:baseline;gap:var(--space-3);padding-top:var(--space-2);border-top:1px solid var(--color-border);font-weight:700;display:flex}.order-status-actions{gap:var(--space-3);margin-top:var(--space-2);display:flex}@media (width<=640px){.order-status-actions{flex-direction:column}.order-status-actions .btn{text-align:center;width:100%}}.page-view{width:100%;padding:var(--space-8) var(--space-6);justify-content:center;display:flex}.page-card{width:100%;max-width:1200px;padding:var(--space-8);border-radius:0}.page-status{color:var(--color-text-muted)}.page-status-error{color:var(--color-danger,#c0392b)}.page-markdown{gap:var(--space-4);color:var(--color-text-muted);display:grid}.page-markdown h1,.page-markdown h2,.page-markdown h3{color:inherit;margin-top:var(--space-4)}.page-markdown ul,.page-markdown ol{padding-left:var(--space-6)}.page-markdown a{color:var(--color-primary,inherit)}@media (width<=640px){.page-view{padding:var(--space-6) var(--space-4)}.page-card{padding:var(--space-6)}}.payment-method-picker-list{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));display:grid}.payment-method-picker-card{align-items:center;gap:var(--space-2);padding:var(--space-4);border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;text-align:center;flex-direction:column;display:flex;position:relative}.payment-method-picker-card:hover{border-color:var(--color-accent)}.payment-method-picker-card.is-selected{border-color:var(--color-accent);background:var(--color-notice-bg)}.payment-method-picker-card input[type=radio]{top:var(--space-3);right:var(--space-3);cursor:pointer;margin:0;position:absolute}.payment-method-picker-name{font-weight:600}.payment-method-picker-fee{color:var(--color-text-muted);font-size:.85rem}.profile-page{width:100%;padding:var(--space-8) var(--space-6);justify-content:center;display:flex}.profile-card{width:100%;max-width:720px;padding:var(--space-8);gap:var(--space-6);border-radius:0;display:grid}.profile-header{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.profile-header-actions{gap:var(--space-3);display:flex}.profile-tabs{gap:var(--space-6);border-bottom:1px solid var(--color-border);margin-top:calc(var(--space-2) * -1);display:flex}.profile-tab{padding:var(--space-2) 0 var(--space-3);color:var(--color-text-muted);background:0 0;border:none;font-size:.9rem;font-weight:600;position:relative}.profile-tab:after{content:"";background:var(--color-accent);transform-origin:0;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}.profile-tab:hover,.profile-tab.is-active{color:var(--color-text)}.profile-tab.is-active:after{transform:scaleX(1)}.profile-form,.profile-card>.profile-fieldset{gap:var(--space-6);display:grid}.profile-fieldset{gap:var(--space-3);border:none;margin:0;padding:0;display:grid}.profile-fieldset legend,.profile-group-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);padding:0;font-size:.8rem;font-weight:700}.profile-grid{gap:var(--space-4) var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.profile-field{gap:var(--space-1);flex-direction:column;display:flex}.profile-field-label{color:var(--color-text-muted);font-size:.8rem}.profile-field-value{font-size:.98rem;font-weight:500}.profile-grid .auth-field{gap:var(--space-1)}.profile-danger-zone{padding-top:var(--space-4);border-top:1px solid var(--color-border);align-items:flex-start;gap:var(--space-2);flex-direction:column;display:flex}.profile-delete-trigger{color:var(--color-text-muted);padding:var(--space-1) 0;background:0 0;border:none;font-size:.85rem;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:color .15s,text-decoration-color .15s}.profile-delete-trigger:hover{color:var(--color-error-text);text-decoration-color:currentColor}.order-loading{color:var(--color-text-muted);font-size:.9rem}.order-history{flex-direction:column;display:flex}.order-row{border-bottom:1px solid var(--color-border)}.order-row-summary{align-items:center;gap:var(--space-4);width:100%;padding:var(--space-4) 0;text-align:left;color:var(--color-text);background:0 0;border:none;grid-template-columns:1fr auto auto auto auto;display:grid}.order-row-summary:hover{color:var(--color-accent)}.order-row-summary:hover .order-date,.order-row-summary:hover .order-items-count{color:inherit}.order-row-main{gap:var(--space-1);flex-direction:column;display:flex}.order-number{font-weight:700}.order-date,.order-items-count{color:var(--color-text-muted);font-size:.85rem}.order-total{white-space:nowrap;font-weight:700}.order-chevron{color:var(--color-text-muted);transition:transform .2s}.order-row-quick-actions{gap:var(--space-2);padding:0 0 var(--space-4);flex-direction:column;display:flex}.order-row-quick-actions-buttons{align-items:center;gap:var(--space-4);display:flex}.order-action{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600;text-decoration:underline}.order-action:disabled{color:var(--color-text-muted);opacity:.6;cursor:default}.order-action-pay:hover:not(:disabled){color:var(--color-notice-text)}.order-action-cancel:hover:not(:disabled){color:var(--color-error-text)}.order-modal-panel{max-width:560px}.order-chevron.is-open{transform:rotate(180deg)}.order-row-details{padding:0 0 var(--space-5);gap:var(--space-4);display:grid}.order-items-list{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.order-item-row{gap:var(--space-4);grid-template-columns:1fr auto auto;font-size:.9rem;display:grid}.order-item-qty,.order-item-total{color:var(--color-text-muted);white-space:nowrap}.order-item-total{color:var(--color-text);font-weight:600}.order-summary-totals{gap:var(--space-1);padding-top:var(--space-3);border-top:1px dashed var(--color-border);max-width:260px;font-size:.9rem;display:grid}.order-summary-totals>div{color:var(--color-text-muted);justify-content:space-between;display:flex}.order-summary-total{font-size:1rem;font-weight:700;color:var(--color-text)!important}.order-shipping{gap:var(--space-1);flex-direction:column;font-size:.9rem;display:flex}.order-submission-info{gap:var(--space-4);flex-wrap:wrap;font-size:.9rem;display:flex}.status-badge{border-radius:var(--radius-sm);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;padding:.25rem .65rem;font-size:.8rem;font-weight:600;display:inline-flex}.status-pending{background:var(--color-bg);border-color:var(--color-border);color:var(--color-text-muted)}.status-paid{background:var(--color-notice-bg);border-color:var(--color-notice-border);color:var(--color-notice-text)}.status-processing{background:var(--color-progress-bg);border-color:var(--color-progress-border);color:var(--color-progress-text)}.status-shipped{background:var(--color-info-bg);border-color:var(--color-info-border);color:var(--color-info-text)}.status-shippedcod{background:var(--color-progress-bg);border-color:var(--color-progress-border);color:var(--color-progress-text)}.status-completed{background:color-mix(in srgb, var(--color-accent) 15%, var(--color-surface));border-color:var(--color-accent);color:var(--color-accent-hover)}.status-cancelled{background:var(--color-error-bg);border-color:var(--color-error-border);color:var(--color-error-text)}@media (width<=640px){.profile-page{padding:var(--space-6) var(--space-4)}.profile-card{padding:var(--space-6)}.profile-grid{grid-template-columns:1fr}.order-row-summary{row-gap:var(--space-2);grid-template-columns:1fr auto;grid-template-areas:"main chevron""items status""total total"}.order-row-main{grid-area:main}.order-items-count{grid-area:items}.status-badge{grid-area:status;justify-self:start}.order-total{grid-area:total}.order-chevron{grid-area:chevron}.order-item-row{gap:var(--space-1);grid-template-columns:1fr}}.reset-password-page{width:100%;padding:var(--space-8) var(--space-6);justify-content:center;display:flex}.reset-password-card{width:100%;max-width:420px;padding:var(--space-8);gap:var(--space-6);border-radius:0;display:grid}@media (width<=640px){.reset-password-page{padding:var(--space-6) var(--space-4)}.reset-password-card{padding:var(--space-6)}}.activate-account-page{width:100%;padding:var(--space-8) var(--space-6);justify-content:center;display:flex}.activate-account-card{width:100%;max-width:420px;padding:var(--space-8);gap:var(--space-6);border-radius:0;display:grid}@media (width<=640px){.activate-account-page{padding:var(--space-6) var(--space-4)}.activate-account-card{padding:var(--space-6)}}.not-found-page{text-align:center;justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-8) var(--space-4);background:var(--color-bg);flex-direction:column;flex:1;min-height:60vh;display:flex}.not-found-code{letter-spacing:-.02em;color:var(--color-bg);text-shadow:-5px -5px 6px #00000052,3px 3px 6px #ffffffe6;-webkit-user-select:none;user-select:none;font-size:clamp(6rem,22vw,13rem);font-weight:800;line-height:1}.not-found-title{max-width:32rem;font-size:1.5rem}.not-found-description{color:var(--color-text-muted);max-width:28rem}.not-found-actions{justify-content:center;gap:var(--space-3);margin-top:var(--space-4);flex-wrap:wrap;display:flex}@media (width<=480px){.not-found-title{font-size:1.25rem}}.app-shell{flex-direction:column;width:100%;min-height:100vh;display:flex}.app-main{flex-direction:column;flex:1;display:flex}
