@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Montserrat:wght@700;800&family=Inter:wght@400;500;600;700;800&display=swap";
:root{--navy-900:#0b2545;--navy-800:#123163;--navy-700:#1b5fa8;--navy-050:#eaf0f6;--teal-500:#2ec4b6;--teal-600:#22a99c;--teal-700:#1b8a80;--teal-100:#dcf5f2;--gold-500:#f0b429;--gold-600:#d89b1b;--gold-100:#fdf3dc;--gray-050:#f8fafc;--gray-100:#e7ecee;--gray-300:#c7d0d5;--gray-500:#8a97a0;--gray-700:#5b6670;--gray-900:#222b31;--white:#fff;--success:#2e9e5b;--warning:#c98a1d;--danger:#c63b3b;--grad-hero:linear-gradient(135deg, var(--navy-700) 0%, var(--teal-500) 100%);--color-bg-page:var(--gray-050);--color-bg-surface:var(--white);--color-bg-sunken:var(--gray-100);--color-bg-inverse:var(--navy-900);--color-text-primary:var(--navy-900);--color-text-body:var(--gray-900);--color-text-secondary:var(--gray-500);--color-text-inverse:var(--white);--color-text-link:var(--navy-700);--color-brand-primary:var(--navy-900);--color-brand-accent:var(--teal-500);--color-brand-accent-hover:var(--teal-600);--color-brand-accent-press:var(--teal-700);--color-border-default:var(--gray-300);--color-border-strong:var(--navy-900);--color-badge-savings-bg:var(--teal-100);--color-badge-savings-text:var(--teal-700);--color-success-bg:#e6f5ec;--color-warning-bg:#fbf0dc;--color-danger-bg:#fbeaea;--font-display:"Inter", sans-serif;--font-display-alt:"Inter", sans-serif;--font-body:"Inter", sans-serif;--fs-display:3.5rem;--lh-display:1.05;--fs-h1:2.5rem;--lh-h1:1.1;--fs-h2:2rem;--lh-h2:1.15;--fs-h3:1.5rem;--lh-h3:1.25;--fs-h4:1.25rem;--lh-h4:1.3;--fs-body-lg:1.125rem;--lh-body-lg:1.5;--fs-body:1rem;--lh-body:1.55;--fs-body-sm:.875rem;--lh-body-sm:1.5;--fs-caption:.75rem;--lh-caption:1.4;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--ls-tight:-.01em;--ls-wide:.06em;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-pill:999px;--container-max:1200px;--shadow-sm:0 1px 2px #0b25450f;--shadow-md:0 4px 12px #0b25451a;--shadow-lg:0 12px 32px #0b254524;--shadow-focus:0 0 0 3px #2ec4b659;--ease-standard:cubic-bezier(.2, .7, .3, 1);--duration-fast:.12s;--duration-base:.2s;--border-w:1px}*{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-body);color:var(--color-text-body);background:var(--color-bg-page);margin:0}a{color:var(--color-text-link);text-decoration:none}a:hover{color:var(--color-brand-accent-hover)}.bw-navlink{color:var(--gray-700);font-weight:var(--fw-semibold);font-size:14px}.bw-navlink:hover{color:var(--navy-900)}.bw-footlink{color:var(--gray-300);font-size:14px}.bw-footlink:hover{color:var(--white)}@media (max-width:860px){.hero-video-wrap{display:none}}.header-desktop{display:flex}.header-mobile-toggle{display:none}@media (max-width:900px){.header-desktop{display:none}.header-mobile-toggle{display:flex!important}}.section-x{padding-left:40px;padding-right:40px}@media (max-width:600px){.section-x{padding-left:20px;padding-right:20px}}@media (max-width:560px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.site-footer{padding:48px 40px 28px}@media (max-width:600px){.site-footer{padding:40px 20px 24px}}.footer-grid{grid-template-columns:1fr}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr 1.3fr}}@media (max-width:860px){.bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.shop-layout{grid-template-columns:1fr}@media (min-width:760px){.shop-layout{grid-template-columns:200px 1fr!important}}.shop-categories{flex-direction:row}.shop-categories a{border:1px solid var(--color-border-default)}@media (min-width:760px){.shop-categories{flex-direction:column!important;overflow-x:visible!important}.shop-categories a{border:none!important}}.product-layout{grid-template-columns:1fr;grid-template-areas:"cats""gallery""details"}.product-layout>:first-child{grid-area:cats}.product-layout>:nth-child(2){grid-area:gallery}.product-layout>:nth-child(3){grid-area:details}@media (min-width:760px){.product-layout{grid-template-columns:1fr 1fr;grid-template-areas:"cats cats""gallery details"}}@media (min-width:1024px){.product-layout{grid-template-columns:200px 1fr 1fr!important;grid-template-areas:"cats gallery details"!important}}.product-categories{flex-direction:row;padding-bottom:4px;overflow-x:auto}.product-categories a{border:1px solid var(--color-border-default)}@media (min-width:1024px){.product-categories{flex-direction:column!important;overflow-x:visible!important}.product-categories a{border:none!important}}@media (min-width:900px){.checkout-layout{grid-template-columns:1fr 380px!important}}.account-shell{flex-direction:column}.account-sidebar{flex-direction:row;align-items:center;gap:4px;width:100%;min-width:0;padding:12px 0;display:flex;overflow-x:auto}.account-signout-wrap{flex-shrink:0}@media (min-width:860px){.account-shell{flex-direction:row!important}.account-sidebar{flex-direction:column;flex-shrink:0;align-items:stretch;width:220px;min-height:calc(100vh - 73px);padding:24px 0;overflow-x:visible}.account-nav{flex-direction:column!important}.account-signout-wrap{margin-top:auto;padding-top:24px}}@media (min-width:640px){.dashboard-top-row{grid-template-columns:1.2fr 1fr!important}}
