:root{--color-navy: #1B3A6B;--color-navy-dark: #142D54;--color-blue-light: #EEF3FB;--color-white: #FFFFFF;--color-text: #1a1a2e;--color-text-muted: #6b7a99;--color-border: #dce5f5;--font-main: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-full: 999px;--shadow-card: 0 4px 20px rgba(27, 58, 107, .08);--shadow-btn: 0 4px 16px rgba(27, 58, 107, .3);--transition: .22s ease}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-main);color:var(--color-text);background:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none;margin:0;padding:0}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #dce5f5;box-shadow:0 1px 12px #1b3a6b0f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:24px;max-width:1240px;margin:0 auto;padding:0 24px}.site-logo{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none}.logo-mark{width:40px;height:40px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#1b3a6b}.logo-text{display:flex;flex-direction:column}.logo-name{font-size:15px;font-weight:900;letter-spacing:.04em;color:#1b3a6b;line-height:1.1;text-transform:uppercase}.logo-tagline{font-size:7.5px;font-weight:600;letter-spacing:.12em;color:#6b7a99;text-transform:uppercase}.site-nav{flex:1;display:flex;justify-content:center}.nav-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.nav-link{display:flex;align-items:center;gap:4px;padding:8px 14px;font-size:14.5px;font-weight:500;color:#1a1a2e;border-radius:8px;transition:color .22s ease,background .22s ease;white-space:nowrap}.nav-link:hover{color:#1b3a6b;background:#eef3fb}.nav-item--active .nav-link{color:#1b3a6b;font-weight:700;border-bottom:2.5px solid #1B3A6B;border-radius:0;padding-bottom:6px}.chevron{transition:transform .22s ease;opacity:.6}.nav-item--dropdown:hover .chevron{transform:rotate(180deg)}.header-icons{display:flex;align-items:center;gap:8px;flex-shrink:0}.icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:none;background:transparent;cursor:pointer;transition:background .22s ease;position:relative}.icon-btn:hover{background:#eef3fb}.cart-count{position:absolute;top:4px;right:4px;background:#1b3a6b;color:#fff;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.site-nav{display:none}}.hero-banner{background:#eef3fb;overflow:hidden;min-height:480px}.hero-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0;min-height:480px;max-width:1240px;margin:0 auto;padding:0 24px}.hero-content{padding:56px 0 56px 8px;display:flex;flex-direction:column;gap:24px;position:relative;z-index:2}.hero-headline{font-size:clamp(36px,4.5vw,56px);font-weight:800;line-height:1.1;color:#1b3a6b;letter-spacing:-.02em}.hero-headline--accent{display:block;color:#1b3a6b;font-weight:900}.hero-subtext{font-size:15px;color:#4a5568;line-height:1.65;padding-left:16px;border-left:3px solid #1B3A6B;white-space:pre-line;max-width:380px}.hero-badges{display:flex;flex-wrap:wrap;gap:12px}.badge{display:flex;align-items:center;gap:10px;background:#fff;border:1.5px solid #dce5f5;border-radius:14px;padding:10px 16px;transition:box-shadow .22s ease,transform .22s ease;cursor:default}.badge:hover{box-shadow:0 4px 20px #1b3a6b14;transform:translateY(-2px)}.badge-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#eef3fb;border-radius:8px;flex-shrink:0}.badge-text{display:flex;flex-direction:column;line-height:1.25}.badge-text strong{font-size:13px;font-weight:700;color:#1b3a6b}.badge-text span{font-size:11.5px;color:#6b7a99}.hero-ctas{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;font-size:15px;font-weight:700;white-space:nowrap;border:2px solid transparent;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease;text-decoration:none}.btn--primary{background:#1b3a6b;color:#fff;box-shadow:0 4px 16px #1b3a6b4d}.btn--primary:hover{background:#142d54;transform:translateY(-2px);box-shadow:0 8px 24px #1b3a6b66}.btn--outline{background:transparent;color:#1b3a6b;border-color:#1b3a6b}.btn--outline:hover{background:#1b3a6b;color:#fff;transform:translateY(-2px)}.hero-trust{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#1b3a6b}.hero-image-wrap{position:relative;height:100%;min-height:480px;overflow:hidden;border-radius:24px 0 0 24px}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;border-radius:24px 0 0 24px}.deco{position:absolute;pointer-events:none}.deco--paw.deco--top-left{top:16px;left:16px}.deco--heart{top:48px;right:80px;opacity:.7}.deco--sparkle{top:100px;left:50px;opacity:.5}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;min-height:auto}.hero-content{padding:40px 0 32px;order:2}.hero-image-wrap{min-height:300px;border-radius:0 0 24px 24px;order:1}.hero-img{border-radius:0 0 24px 24px}.hero-headline{font-size:36px}}@media(max-width:480px){.hero-ctas{flex-direction:column;align-items:flex-start}.btn{width:100%;justify-content:center}}.trust-bar{background:#fff;padding:28px 0;border-top:1px solid #dce5f5}.trust-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;max-width:1240px;margin:0 auto;padding:0 24px}.trust-item{display:flex;align-items:center;gap:14px;flex:1;min-width:160px}.trust-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#eef3fb;border-radius:14px;flex-shrink:0}.trust-text{display:flex;flex-direction:column;gap:2px}.trust-text strong{font-size:14.5px;font-weight:700;color:#1b3a6b}.trust-text span{font-size:12.5px;color:#6b7a99}.trust-divider{width:1px;height:48px;background:#dce5f5;flex-shrink:0}@media(max-width:900px){.trust-divider{display:none}.trust-bar-inner{justify-content:flex-start;gap:20px}}@media(max-width:600px){.trust-bar-inner{flex-direction:column;align-items:flex-start}}.site-footer{background:#1b3a6b;color:#ffffffb3;padding:24px 0;text-align:center}.footer-copy{font-size:13px;margin:0}.footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:12px}.footer-links a{font-size:13px;color:#fff9;text-decoration:none;transition:color .22s ease}.footer-links a:hover{color:#fff}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
