@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;600;700&display=swap";:root{--color-primary: #3c6b82;--color-primary-dark: #2d5a6e;--color-secondary: #9ac1a7;--color-accent: #f7955d;--color-text: #101820;--color-heading: #2b3137;--color-link: #333333;--color-pdp-accent: #c8a272;--color-pdp-border: #e7ddd2;--color-pdp-surface: #f8f3ee;--color-pdp-text: #304658;--color-success: #28a745;--color-error: #dc3545;--color-warning: #ffc107;--color-footer: #3c6b82;--color-footer-dark: #2d5a6e;--color-bg: #ffffff;--color-bg-alt: #f9f9f9;--color-border: #e0e0e0;--color-divider: #f0f0f0;--font-heading: "Agenda", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Poppins", sans-serif;--font-footer-title: "League Spartan", sans-serif;--text-xs: 12px;--text-sm: 13px;--text-base: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 30px;--text-3xl: 40px;--text-4xl: 50px;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--container-max: 1440px;--content-max: 1190px;--footer-page-max: 900px;--header-offset-desktop: 110px;--header-offset-mobile: 106px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-base: 16px;--space-lg: 20px;--space-xl: 24px;--space-2xl: 32px;--space-3xl: 40px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 22px;--radius-pill: 20px;--radius-full: 50%;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--z-header: 100;--z-drawer: 200;--z-modal: 300;--z-overlay: 150;--z-mobile-toolbar: 90;--z-purchase-bar: 95;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}ul,ol{list-style:none}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-light);color:var(--color-text);background:var(--color-bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-heading);line-height:1.3}h1{font-size:var(--text-4xl);font-weight:var(--weight-medium)}h2{font-size:var(--text-3xl);font-weight:var(--weight-medium)}h3{font-size:var(--text-2xl);font-weight:var(--weight-regular)}h4{font-size:var(--text-xl);font-weight:var(--weight-regular)}a{color:var(--color-link);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-base)}.content-container{max-width:var(--content-max);margin:0 auto;padding:0 var(--space-base)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:14px 24px;font-size:var(--text-md);font-weight:var(--weight-semibold);border-radius:var(--radius-sm);transition:all var(--transition-base);text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #3c6b824d}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{background:#ccc;cursor:not-allowed;transform:none}.btn-secondary{background:#f5f5f5;border:1px solid var(--color-primary);color:var(--color-primary)}.btn-secondary:hover{background:var(--color-primary);color:#fff}.btn-accent{background:var(--color-accent);color:#fff}.btn-accent:hover{background:#e5843e}.price{font-weight:var(--weight-semibold);color:var(--color-text)}.price-original{text-decoration:line-through;color:#999;font-weight:var(--weight-regular)}.price-sale{color:var(--color-error)}.overlay{position:fixed;inset:0;background:#00000080;z-index:var(--z-overlay);opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}.overlay.active{opacity:1;visibility:visible}@media(max-width:767px){h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}body{font-size:var(--text-base)}}.account-dropdown.svelte-4ohnoj{position:relative}.account-trigger.svelte-4ohnoj{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text);transition:color var(--transition-fast)}.account-trigger.svelte-4ohnoj:hover{color:var(--color-primary)}.dropdown-panel.svelte-4ohnoj{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:200px;padding:20px 0 12px;background:#fff;border-radius:var(--radius-sm);box-shadow:0 8px 24px #0000001f;z-index:10}.dropdown-greeting.svelte-4ohnoj{padding:8px 16px 12px;font-size:13px;color:#666;border-bottom:1px solid var(--color-border);margin-bottom:4px}.dropdown-link.svelte-4ohnoj{display:block;padding:8px 16px;font-size:14px;color:var(--color-text);transition:background var(--transition-fast);text-align:left;width:100%}.dropdown-link.svelte-4ohnoj:hover{background:#f5f5f5}.dropdown-logout.svelte-4ohnoj{color:var(--color-error);border-top:1px solid var(--color-border);margin-top:4px;padding-top:12px}.header-desktop.svelte-von6au{position:fixed;top:0;left:0;right:0;z-index:var(--z-header);background:#fff;box-shadow:0 2px 8px #0000000f}.header-inner.svelte-von6au{display:flex;align-items:center;gap:12px;max-width:940px;margin:0 auto;padding:4px 20px}.header-logo.svelte-von6au{flex:0 0 auto}.header-logo.svelte-von6au img:where(.svelte-von6au){display:block;max-height:52px;width:auto}.header-search.svelte-von6au{flex:1 1 0;min-width:0}.search-form.svelte-von6au{display:grid;grid-template-columns:1fr 42px;align-items:center;background:#d9d7d5;height:42px}.search-input.svelte-von6au{width:100%;height:42px;padding:0 14px;border:0;background:transparent;font-size:14px;color:#4e4a45;outline:none}.search-input.svelte-von6au::placeholder{color:#757575}.search-button.svelte-von6au{display:grid;place-items:center;width:42px;height:42px;border-left:1px solid rgba(16,24,32,.12);color:#202020}.header-actions.svelte-von6au{display:flex;align-items:center;gap:12px;flex:0 0 auto}.cart-button.svelte-von6au{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text);transition:color var(--transition-fast)}.cart-button.svelte-von6au:hover{color:var(--color-primary)}.cart-badge.svelte-von6au{position:absolute;top:-6px;right:-8px}.cart-badge-count.svelte-von6au{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;background:var(--color-accent);color:#fff;font-size:11px;font-weight:700;border-radius:var(--radius-full);line-height:1}.category-nav.svelte-von6au{border-top:none}.category-nav-list.svelte-von6au{display:flex;align-items:center;justify-content:center;gap:12px;max-width:940px;margin:0 auto;padding:0 20px;list-style:none}.category-nav-link.svelte-von6au{display:block;padding:10px 18px;font-family:League Spartan,sans-serif;font-size:17px;font-weight:400;letter-spacing:.168em;text-transform:uppercase;color:var(--color-text);transition:color var(--transition-fast);white-space:nowrap}.category-nav-link.svelte-von6au:hover{color:var(--color-primary)}.category-nav-item.svelte-von6au{position:relative}.mega-dropdown.svelte-von6au{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:200px;background:#fff;border:1px solid #e7ddd2;border-top:2px solid #cc9966;border-radius:0 0 6px 6px;box-shadow:0 8px 24px #0000001a;padding:12px 0;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:50}.category-nav-item.svelte-von6au:hover .mega-dropdown:where(.svelte-von6au){opacity:1;visibility:visible}.mega-dropdown-list.svelte-von6au{list-style:none}.mega-dropdown-link.svelte-von6au{display:block;padding:8px 20px;font-size:13px;color:#555;white-space:nowrap;transition:color .15s ease,background .15s ease}.mega-dropdown-link.svelte-von6au:hover{color:#c96;background:#cc99660d}@media(max-width:1024px){.header-desktop.svelte-von6au{display:none}}.header-mobile.svelte-13nbcwo{display:none;position:fixed;top:0;left:0;right:0;z-index:var(--z-header);background:#fff;border-bottom:1px solid rgba(16,24,32,.08)}.header-mobile-inner.svelte-13nbcwo{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;column-gap:8px;height:64px;padding:0 12px}.mobile-logo.svelte-13nbcwo{justify-self:center;min-width:0}.mobile-logo.svelte-13nbcwo img:where(.svelte-13nbcwo){display:block;max-height:40px;width:auto}.mobile-actions.svelte-13nbcwo{display:flex;align-items:center;justify-self:end;gap:8px}.mobile-icon-btn.svelte-13nbcwo{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-text)}.cart-btn.svelte-13nbcwo{position:relative}.mobile-cart-badge.svelte-13nbcwo{position:absolute;top:2px;right:2px}.mobile-cart-count.svelte-13nbcwo{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 3px;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;border-radius:var(--radius-full);line-height:1}.mobile-search-bar.svelte-13nbcwo{background:#d9d7d5;padding:0 12px}.mobile-search-form.svelte-13nbcwo{display:grid;grid-template-columns:1fr 42px;align-items:center;background:#d9d7d5;height:42px}.mobile-search-input.svelte-13nbcwo{width:100%;height:42px;padding:0 14px;border:0;background:transparent;font-size:14px;color:#4e4a45;outline:none}.mobile-search-input.svelte-13nbcwo::placeholder{color:#757575}.mobile-search-submit.svelte-13nbcwo{display:grid;place-items:center;width:42px;height:42px;color:#202020}@media(max-width:1024px){.header-mobile.svelte-13nbcwo{display:block}}.cart-rewards-compact.svelte-1l51hxo{padding:0 22px}.cart-drawer.svelte-278ufs{display:flex;flex-direction:column;height:100%;min-height:0}.cart-drawer-header.svelte-278ufs{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 10px;border-bottom:1px solid #e7ddd2;flex-shrink:0}.cart-drawer-title.svelte-278ufs{font-size:17px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-pdp-accent)}.cart-drawer-close.svelte-278ufs{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#666}.cart-drawer-empty.svelte-278ufs{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 22px;color:#666;font-size:15px}.cart-drawer-continue.svelte-278ufs{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:var(--color-primary);color:#fff;border-radius:var(--radius-md);font-size:14px;font-weight:600}.cart-drawer-items.svelte-278ufs{flex:1 1 auto;min-height:0;overflow-y:auto;padding:22px;overscroll-behavior:contain}.cart-item.svelte-278ufs{display:grid;grid-template-columns:82px 1fr;gap:14px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #e7ddd2}.cart-item.svelte-278ufs:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.cart-item-image.svelte-278ufs img:where(.svelte-278ufs){display:block;width:82px;height:auto;border-radius:var(--radius-sm);background:var(--color-pdp-surface)}.cart-item-placeholder.svelte-278ufs{width:82px;height:109px;background:var(--color-pdp-surface);border-radius:var(--radius-sm)}.cart-item-body.svelte-278ufs{display:flex;flex-direction:column;min-width:0}.cart-item-head.svelte-278ufs{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start;margin-bottom:6px}.cart-item-name.svelte-278ufs{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;line-height:1.35;color:var(--color-heading)}.cart-item-remove.svelte-278ufs{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#b6aca2}.cart-item-options.svelte-278ufs{display:flex;flex-wrap:wrap;gap:4px 10px;margin-bottom:10px;color:#877f78;font-size:12px}.cart-item-pricing.svelte-278ufs{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.cart-item-pricing.svelte-278ufs .price{color:var(--color-pdp-accent);font-size:18px}.cart-item-qty.svelte-278ufs{display:inline-flex;align-items:center;gap:10px}.qty-btn.svelte-278ufs{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);background:#f6ece8;color:#b06a52;font-size:18px;font-weight:500}.qty-btn.svelte-278ufs:disabled{opacity:.5;cursor:not-allowed}.qty-value.svelte-278ufs{width:24px;text-align:center;font-size:20px;font-weight:500;color:var(--color-text)}.cart-drawer-footer.svelte-278ufs{border-top:1px solid #e7ddd2;background:#fff;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.cart-drawer-summary.svelte-278ufs{padding:12px 22px 0}.summary-row.svelte-278ufs{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:8px 0;font-size:15px;font-weight:600;color:var(--color-heading)}.cart-drawer-actions.svelte-278ufs{padding:12px 22px calc(18px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:8px}.btn-checkout.svelte-278ufs{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;background:var(--color-primary);color:#fff;border-radius:var(--radius-md);font-size:14px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.btn-view-cart.svelte-278ufs{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;border:1px solid var(--color-border);color:var(--color-heading);border-radius:var(--radius-md);font-size:14px;font-weight:600}.footer-middle.svelte-mt3a70{background-color:var(--color-footer);padding:60px 0 50px}.footer-container.svelte-mt3a70{max-width:var(--container-max);margin:0 auto;padding:0 20px}.footer-grid.svelte-mt3a70{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;justify-items:center}.footer-col.svelte-mt3a70{width:100%;max-width:280px}.footer-title.svelte-mt3a70{color:#fff;font-family:League Spartan,sans-serif;font-size:16px;font-weight:700;margin-bottom:24px;text-transform:uppercase;letter-spacing:1px;position:relative;padding-bottom:12px}.footer-title.svelte-mt3a70:after{content:"";position:absolute;bottom:0;left:0;width:82px;height:3px;border-radius:999px;background-color:var(--color-accent)}.footer-links.svelte-mt3a70 li:where(.svelte-mt3a70){margin-bottom:10px}.footer-links.svelte-mt3a70 a:where(.svelte-mt3a70){font-family:var(--font-body);color:#fffc;font-size:14px;transition:color var(--transition-base)}.footer-links.svelte-mt3a70 a:where(.svelte-mt3a70):hover{color:#fff;text-decoration:underline}.footer-contact.svelte-mt3a70 .contact-row:where(.svelte-mt3a70){display:flex;flex-direction:column;align-items:flex-start;margin-bottom:16px;font-family:var(--font-body);color:#fffc;font-size:14px;line-height:1.5}.footer-contact.svelte-mt3a70 .contact-row:where(.svelte-mt3a70) strong:where(.svelte-mt3a70){color:#fff;margin-bottom:4px;font-weight:600;font-family:var(--font-body)}.footer-contact.svelte-mt3a70 .contact-row:where(.svelte-mt3a70) a:where(.svelte-mt3a70),.footer-contact.svelte-mt3a70 .contact-row:where(.svelte-mt3a70) span:where(.svelte-mt3a70){color:#fffc;font-family:var(--font-body);font-size:14px;font-weight:400}.footer-trust.svelte-mt3a70{background-color:var(--color-footer);border-top:1px solid rgba(255,255,255,.15);padding:24px 0}.trust-section.svelte-mt3a70{display:flex;align-items:center;justify-content:center}.trust-row.svelte-mt3a70{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.trust-row--text.svelte-mt3a70{gap:10px}.trust-label.svelte-mt3a70{font-family:Agenda,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.trust-separator.svelte-mt3a70{color:#ffffff73;font-size:12px}.footer-bottom.svelte-mt3a70{background-color:var(--color-footer-dark);padding:15px 0}.copyright.svelte-mt3a70{font-family:Agenda,system-ui,-apple-system,Segoe UI,sans-serif;color:#fff9;font-size:12px;text-align:center}@media(max-width:991px){.footer-grid.svelte-mt3a70{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.footer-middle.svelte-mt3a70{padding:30px 0 20px}.footer-grid.svelte-mt3a70{grid-template-columns:1fr;gap:25px}.footer-title.svelte-mt3a70{font-size:14px;margin-bottom:15px}.footer-links.svelte-mt3a70 a:where(.svelte-mt3a70){font-size:13px}.footer-bottom.svelte-mt3a70{padding:12px 0}.copyright.svelte-mt3a70{font-size:11px}}.modal-overlay.svelte-32v57s{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;background:#0000008c;animation:svelte-32v57s-fadeIn var(--transition-fast) ease}.modal-content.svelte-32v57s{position:relative;max-width:92vw;max-height:90vh;overflow:auto;background:#fff;border-radius:var(--radius-lg);box-shadow:0 16px 48px #0003}@keyframes svelte-32v57s-fadeIn{0%{opacity:0}to{opacity:1}}.newsletter-popup.svelte-1q7a5ga{position:relative;width:420px;max-width:92vw;padding:40px 32px}.popup-close.svelte-1q7a5ga{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#666}.popup-title.svelte-1q7a5ga{font-family:var(--font-heading);font-size:28px;font-weight:400;color:var(--color-heading);margin-bottom:12px;text-align:center}.popup-text.svelte-1q7a5ga{font-size:14px;color:#666;text-align:center;margin-bottom:24px;line-height:1.6}.popup-form.svelte-1q7a5ga{display:flex;flex-direction:column;gap:16px}.popup-input.svelte-1q7a5ga{width:100%;height:48px;padding:0 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;outline:none;transition:border-color var(--transition-fast)}.popup-input.svelte-1q7a5ga:focus{border-color:var(--color-primary)}.gdpr-label.svelte-1q7a5ga{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.gdpr-checkbox.svelte-1q7a5ga{margin-top:3px;flex-shrink:0;width:16px;height:16px;accent-color:var(--color-primary)}.gdpr-text.svelte-1q7a5ga{font-size:12px;color:#666;line-height:1.5}.gdpr-text.svelte-1q7a5ga a:where(.svelte-1q7a5ga){color:var(--color-primary);text-decoration:underline}.popup-error.svelte-1q7a5ga{font-size:13px;color:var(--color-error);text-align:center}.popup-btn.svelte-1q7a5ga{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;background:var(--color-primary);color:#fff;border-radius:var(--radius-md);font-size:15px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;transition:background var(--transition-fast)}.popup-btn.svelte-1q7a5ga:hover:not(:disabled){background:var(--color-footer-dark)}.popup-btn.svelte-1q7a5ga:disabled{opacity:.6;cursor:not-allowed}.popup-success.svelte-1q7a5ga{text-align:center}.coupon-box.svelte-1q7a5ga{margin:24px 0;padding:16px;background:#f0f8f4;border-radius:var(--radius-sm)}.coupon-label.svelte-1q7a5ga{font-size:13px;color:#666;margin-bottom:8px}.coupon-code.svelte-1q7a5ga{font-size:24px;font-weight:700;color:var(--color-primary);letter-spacing:.05em}.cookie-banner.svelte-1v8oofh{position:fixed;bottom:0;left:0;right:0;z-index:calc(var(--z-purchase-bar) + 10);background:#1a1a1a;color:#fff;padding:16px 20px calc(16px + env(safe-area-inset-bottom,0px));box-shadow:0 -2px 12px #0003}.cookie-inner.svelte-1v8oofh{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-text.svelte-1v8oofh{font-size:13px;line-height:1.5;color:#ffffffd9;flex:1}.cookie-text.svelte-1v8oofh a:where(.svelte-1v8oofh){color:#c96;text-decoration:underline}.cookie-actions.svelte-1v8oofh{display:flex;gap:10px;flex-shrink:0}.cookie-btn.svelte-1v8oofh{padding:8px 20px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease}.cookie-accept.svelte-1v8oofh{background:#c96;color:#fff;border:none}.cookie-accept.svelte-1v8oofh:hover{background:#b8864f}.cookie-decline.svelte-1v8oofh{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.3)}.cookie-decline.svelte-1v8oofh:hover{border-color:#fff9;color:#fff}@media(max-width:767px){.cookie-banner.svelte-1v8oofh{max-height:calc(100dvh - env(safe-area-inset-top,0px) - 16px);overflow-y:auto;overscroll-behavior:contain;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px))}.cookie-inner.svelte-1v8oofh{flex-direction:column;text-align:center}.cookie-actions.svelte-1v8oofh{width:100%;flex-wrap:wrap;justify-content:center}.cookie-btn.svelte-1v8oofh{min-height:44px;flex:1 1 140px}}@media(max-width:420px){.cookie-actions.svelte-1v8oofh{flex-direction:column}.cookie-btn.svelte-1v8oofh{width:100%;flex:none}}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.main-content.svelte-12qhfyh{flex:1;padding-top:var(--header-offset-desktop)}.is-homepage.svelte-12qhfyh .main-content:where(.svelte-12qhfyh){padding-top:var(--header-offset-desktop)}@media(max-width:1024px){.main-content.svelte-12qhfyh{padding-top:var(--header-offset-mobile)}.is-homepage.svelte-12qhfyh .main-content:where(.svelte-12qhfyh){padding-top:var(--header-offset-mobile)}}.mobile-menu.svelte-12qhfyh{display:flex;flex-direction:column;height:100%}.mobile-menu-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--color-border)}.mobile-menu-title.svelte-12qhfyh{font-family:League Spartan,sans-serif;font-size:18px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:var(--color-heading)}.mobile-menu-close.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#666}.mobile-menu-nav.svelte-12qhfyh{flex:1;overflow-y:auto;padding:8px 0}.mobile-menu-list.svelte-12qhfyh li:where(.svelte-12qhfyh){border-bottom:1px solid rgba(0,0,0,.04)}.mobile-menu-list.svelte-12qhfyh:first-of-type li:where(.svelte-12qhfyh):last-child{border-bottom:0}.mobile-menu-link.svelte-12qhfyh{display:block;padding:14px 20px;font-size:15px;color:var(--color-text);transition:background var(--transition-fast)}.mobile-menu-link.svelte-12qhfyh:hover{background:#f5f5f5}.mobile-menu-divider.svelte-12qhfyh{height:1px;background:var(--color-border);margin:8px 0}
