:root{--blue:#123F70;--orange:#F36C32;--ink:#183042;--bg:#FFFFFF;--sky:#eaf4fc;--soft:#f5f7f8;--line:#dce3e8;--radius:14px;--page:1240px;--shadow:0 10px 35px rgba(19,63,112,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08;letter-spacing:-.025em}.page-width{width:min(100% - 40px,var(--page));margin-inline:auto}.page-narrow{max-width:850px}.section{padding:76px 0}.eyebrow{margin:0 0 8px;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.14em}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-heading h2{font-size:clamp(32px,4vw,48px);margin:0;color:var(--blue)}.section-heading--center{text-align:center;justify-content:center}.text-link{font-weight:750;color:var(--blue);white-space:nowrap}.rte{line-height:1.75}.rte a{text-decoration:underline}.button{appearance:none;border:2px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 25px;font-weight:800;transition:.2s}.button:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(18,63,112,.15)}.button--orange{background:var(--orange);color:white}.button--blue{background:var(--blue);color:white}.button--white{background:white;color:var(--blue)}.button--outline{border-color:var(--blue);background:white;color:var(--blue)}.button--full{width:100%}.skip-link{position:absolute;left:-999px;z-index:1000;background:white;padding:12px}.skip-link:focus{left:12px;top:12px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.announcement{background:var(--announcement-bg);color:var(--announcement-text);font-size:13px;text-align:center;padding:9px}.announcement a{font-weight:800;text-decoration:underline;margin-left:5px}.site-header{background:#fff;position:relative;z-index:20}.header-main{height:82px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:38px}.header-logo{width:190px}.header-logo img{max-height:52px;width:auto}.brand-logo{display:flex;align-items:center;color:var(--blue);font-size:27px;font-weight:900;letter-spacing:-1.7px;white-space:nowrap}.brand-logo>span>span{color:var(--orange)}.brand-logo__mark{width:39px;height:39px;fill:var(--orange);margin-right:8px}.header-search{height:46px;background:#f4f7f9;border:1px solid #d8e0e5;border-radius:30px;display:flex;overflow:hidden}.header-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 2px rgba(18,63,112,.12)}.header-search input{flex:1;border:0;background:transparent;padding:0 20px;min-width:0;outline:none}.header-search button{width:55px;border:0;background:var(--blue);color:white;display:grid;place-items:center}.header-search svg{width:21px;fill:none;stroke:currentColor;stroke-width:2}.header-actions{display:flex;gap:18px}.header-actions a{display:flex;flex-direction:column;align-items:center;position:relative;font-size:11px;font-weight:700}.header-actions svg{width:25px;height:25px;fill:none;stroke:var(--blue);stroke-width:1.8;margin-bottom:3px}.cart-link b{position:absolute;top:-8px;right:3px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:white;font-size:10px}.desktop-nav{border-block:1px solid var(--line)}.desktop-nav .page-width{height:49px;display:flex;align-items:center;gap:34px}.desktop-nav a{font-size:14px;font-weight:750}.desktop-nav a:hover{color:var(--orange)}.desktop-nav .nav-sale{color:var(--orange);margin-left:auto}.mobile-only,.mobile-menu,.menu-overlay{display:none}.hero{background:var(--hero-bg);color:var(--hero-text);min-height:570px;position:relative;overflow:hidden}.hero__media{position:absolute;inset:0 0 0 47%}.hero__media img,.hero__media svg{width:100%;height:100%;object-fit:cover}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--hero-bg),transparent 28%)}.hero__inner{min-height:570px;display:flex;align-items:center}.hero__content{width:47%;padding:70px 30px 70px 0;position:relative;z-index:1}.hero h1{font-size:clamp(52px,5.3vw,75px);margin:0 0 22px;letter-spacing:-.055em}.hero__text{font-size:19px;max-width:500px;margin-bottom:30px}.hero__buttons{display:flex;gap:12px}.hero__placeholder{height:100%;background:#d5e8f8}.hero__placeholder svg{opacity:.35}.shop-by-pet{background:white}.pet-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.pet-tile{text-align:center}.pet-tile__media{aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--sky);margin-bottom:15px;transition:.2s}.pet-tile__media img,.pet-tile__media svg{width:100%;height:100%;object-fit:cover}.pet-tile h3{margin:0;color:var(--blue);font-size:19px}.pet-tile span{font-size:12px;color:#647685}.pet-tile:hover .pet-tile__media{transform:translateY(-5px);box-shadow:var(--shadow)}.featured-products:nth-of-type(even){background:var(--soft)}.product-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 15px);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:none}.product-slider::-webkit-scrollbar{display:none}.product-card{min-width:0;scroll-snap-align:start;background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card__media{display:block;position:relative;aspect-ratio:1;background:#f6f7f8;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:.3s}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__placeholder,.product-card__placeholder svg{height:100%;width:100%}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--orange);color:white;border-radius:20px;padding:5px 10px;font-size:11px;font-weight:800}.product-card__badge--dark{background:var(--blue)}.product-card__content{padding:16px}.product-card__vendor{margin:0 0 4px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;color:#70808c}.product-card h3{font-size:15px;min-height:34px;margin:0 0 10px}.product-card__price{font-weight:800;color:var(--blue);margin-bottom:14px}.product-card__price s{font-weight:400;color:#7c8993;margin-left:5px}.product-card .button{min-height:42px;padding:8px;font-size:13px}.collection-empty{text-align:center;border:2px dashed #cbd7df;background:white;border-radius:var(--radius);padding:50px 20px}.collection-empty__icon{font-size:34px}.collection-empty h3{color:var(--blue);margin:12px 0 6px}.collection-empty p{margin:0 auto 4px;color:#647685}.promise{padding:70px 0;background:var(--blue);color:white}.promise .eyebrow{color:#ffb28e}.promise .section-heading h2{color:white}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.promise-item{text-align:center;padding:10px 20px}.promise-icon{width:64px;height:64px;margin:0 auto 17px;border-radius:50%;background:white;color:var(--orange);display:grid;place-items:center;font-size:26px}.promise-item h3{font-size:19px;margin-bottom:7px}.promise-item p{font-size:14px;color:#d5e5f4;margin:0}.brand-story{padding:80px 0;background:var(--sky)}.brand-story__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.brand-story__media{aspect-ratio:4/3;overflow:hidden;border-radius:18px;background:white}.brand-story__media img,.brand-story__media svg,.brand-story__media video{width:100%;height:100%;object-fit:cover}.brand-story__content h2{font-size:clamp(38px,4vw,54px);color:var(--blue);margin:0 0 18px}.brand-story__content .button{margin-top:15px}.newsletter{padding:55px 0;background:var(--orange);color:white}.newsletter__inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.newsletter .eyebrow{color:white}.newsletter h2{font-size:36px;margin:0 0 7px}.newsletter p{margin:0}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px;position:relative}.newsletter-form input{height:52px;border:0;border-radius:8px;padding:0 17px;min-width:0}.newsletter-form .button{background:var(--blue)}.form-message{grid-column:1/-1!important}.site-footer{background:#0c2e52;color:white;padding:65px 0 25px}.footer-top{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}.footer-brand .brand-logo{color:white}.footer-brand p{color:#b9ccdf;max-width:300px;margin-top:20px}.social-links{display:flex;gap:18px;font-size:13px;font-weight:700}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column h3{font-size:15px;margin-bottom:6px}.footer-column a{color:#cbd9e6;font-size:13px}.footer-column a:hover{color:white}.footer-bottom{border-top:1px solid #345370;margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;color:#9fb5ca;font-size:11px}.page-section{padding:65px 0}.page-section h1{color:var(--blue);font-size:clamp(40px,5vw,60px)}.collection-header{max-width:750px;margin-bottom:35px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;border-block:1px solid var(--line);padding:15px 0;margin-bottom:25px}.collection-toolbar p{margin:0}.collection-toolbar select{border:1px solid var(--line);padding:8px;border-radius:6px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-page{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery__item{background:#f7f8f8;border-radius:12px;overflow:hidden}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery__item img{width:100%;aspect-ratio:1;object-fit:contain}.product-info{position:sticky;top:24px}.product-info h1{font-size:42px}.product-price{font-size:25px;font-weight:800;color:var(--blue);margin-bottom:25px}.product-price s{font-size:17px;color:#7b8992;margin-left:8px}.product-form{display:flex;flex-direction:column;gap:9px}.product-form select,.product-form input{border:1px solid var(--line);border-radius:8px;height:48px;padding:0 13px;margin-bottom:8px}.product-form input[type=number]{width:90px}.product-reassurance{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:#4f6677;padding:18px 0;border-bottom:1px solid var(--line)}.product-description{margin-top:20px}.cart-page>h1{text-align:center}.cart-page form{display:grid;grid-template-columns:1fr 360px;gap:45px}.cart-item{display:grid;grid-template-columns:110px 1fr 70px 90px;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0}.cart-item img{width:100px;height:100px;object-fit:contain;background:#f6f7f8}.cart-item h2{font-size:16px;margin-bottom:5px}.cart-item p,.cart-item a{font-size:12px}.cart-item input{width:60px;padding:8px;border:1px solid var(--line)}.cart-summary{background:var(--soft);padding:25px;border-radius:12px;height:max-content}.cart-summary p{display:flex;justify-content:space-between;font-size:19px}.cart-summary small{display:block;margin-bottom:20px}.cart-summary .button{width:100%;margin-top:10px}.empty-page{text-align:center;padding:80px 20px}.empty-page>div{font-size:55px}.empty-page h2{color:var(--blue)}.error-code{font-weight:900;color:var(--orange);font-size:100px!important}.search-page{max-width:760px;margin:auto;text-align:center}.search-page form{display:flex}.search-page input{flex:1;min-width:0;border:1px solid var(--line);border-radius:8px 0 0 8px;padding:15px}.search-page button{border-radius:0 8px 8px 0}.search-count{margin:45px 0 20px}.toast{position:fixed;right:20px;bottom:20px;z-index:50;background:var(--blue);color:white;padding:14px 20px;border-radius:8px;box-shadow:var(--shadow);transform:translateY(100px);opacity:0;transition:.25s}.toast.is-visible{transform:none;opacity:1}.no-js [data-quick-add]{display:none}@media(max-width:900px){.page-width{width:min(100% - 32px,var(--page))}.section{padding:58px 0}.mobile-only{display:block}.announcement{font-size:12px}.header-main{height:64px;grid-template-columns:40px 1fr auto;gap:10px}.header-logo{width:auto;justify-self:center}.header-logo .brand-logo{font-size:23px}.brand-logo__mark{width:32px;height:32px}.header-search,.desktop-nav{display:none}.icon-button{border:0;background:transparent;width:40px;padding:8px}.icon-button span{display:block;width:23px;height:2px;background:var(--blue);margin:5px 0}.header-actions a:first-child{display:none}.header-actions a span{display:none}.header-actions svg{width:27px;height:27px}.mobile-search{padding:0 16px 11px}.mobile-search form{display:flex;height:43px;border:1px solid var(--line);border-radius:22px;overflow:hidden}.mobile-search input{border:0;background:var(--soft);padding:0 16px;min-width:0;flex:1}.mobile-search button{border:0;background:var(--blue);color:white;padding:0 16px;font-weight:700}.mobile-menu{display:block;position:fixed;top:0;left:0;bottom:0;width:min(88vw,380px);background:white;z-index:50;padding:18px 20px;transform:translateX(-105%);transition:.25s;overflow:auto}.mobile-menu.is-open{transform:none}.menu-overlay{position:fixed;inset:0;background:#102b47aa;z-index:40}.menu-overlay.is-open{display:block}.mobile-menu__top{display:flex;justify-content:space-between;align-items:center;font-size:19px;padding-bottom:18px;border-bottom:1px solid var(--line)}.mobile-menu__top button{border:0;background:none;font-size:32px;color:var(--blue)}.mobile-menu details{border-bottom:1px solid var(--line)}.mobile-menu summary{list-style:none;padding:16px 0;font-weight:750;display:flex;justify-content:space-between}.mobile-menu details div{padding:0 0 12px 15px}.mobile-menu a{display:block;padding:10px 0}.mobile-menu .nav-sale{color:var(--orange);font-weight:800}.hero{min-height:auto;display:flex;flex-direction:column}.hero__media{position:relative;inset:auto;order:2;height:52vw;min-height:285px;max-height:450px}.hero__media:after{display:none}.hero__inner{min-height:auto;order:1;width:100%}.hero__content{width:100%;padding:48px 4px 42px}.hero h1{font-size:clamp(45px,12vw,64px)}.hero__text{font-size:17px}.hero__buttons .button{flex:1;padding-inline:10px}.pet-grid{grid-template-columns:repeat(3,1fr);gap:22px 14px}.pet-tile h3{font-size:17px}.product-slider{grid-auto-columns:42%}.promise-grid{grid-template-columns:1fr 1fr;gap:35px 10px}.brand-story__grid{grid-template-columns:1fr;gap:35px}.newsletter__inner{grid-template-columns:1fr;gap:25px}.footer-top{grid-template-columns:1.5fr 1fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.product-page{grid-template-columns:1fr;gap:35px}.product-info{position:static}.cart-page form{grid-template-columns:1fr}.cart-summary{position:static}}
@media(max-width:600px){.page-width{width:min(100% - 28px,var(--page))}.section-heading{align-items:start}.section-heading h2{font-size:32px}.text-link{font-size:13px}.pet-grid{grid-template-columns:repeat(3,1fr)}.pet-tile__media{margin-bottom:9px}.pet-tile span{display:none}.product-slider{grid-auto-columns:76%}.promise{padding:55px 0}.promise-grid{grid-template-columns:1fr 1fr}.promise-item{padding:0 5px}.promise-item p{font-size:12px}.brand-story{padding:55px 0}.newsletter h2{font-size:30px}.newsletter-form{grid-template-columns:1fr}.newsletter-form .button{width:100%}.footer-top{grid-template-columns:1fr 1fr;gap:38px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card__content{padding:11px}.product-card h3{font-size:13px}.product-card .button{font-size:12px}.collection-toolbar{font-size:12px}.product-gallery{gap:6px}.product-info h1{font-size:35px}.cart-item{grid-template-columns:75px 1fr 55px}.cart-item img{width:70px;height:70px}.cart-item>strong{grid-column:2}.search-page form{flex-direction:column;gap:8px}.search-page input,.search-page button{border-radius:8px}.page-section{padding:45px 0}}
