@import url("https://fonts.cdnfonts.com/css/punchline");:root{color:#0f172a;background-color:#f1f5f9;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--feature-title-size:1.25rem;--page-max-width:clamp(960px,85vw,1500px);--page-padding-x:clamp(16px,3vw,48px)}@media (min-width:1025px){:root{--page-max-width:100%}.account-page,.cart-page__container,.dog-page__inner,.home-page__inner,.page-content,.product-page__inner,.site-header__inner{width:100%;margin-left:0;margin-right:0}.product-page__inner{width:100%;padding-left:0;padding-right:0}}@media (min-width:641px) and (max-width:1024px){:root{--page-max-width:100%}.account-page,.cart-page__container,.dog-page__inner,.home-page__inner,.page-content,.product-page__inner,.site-header__inner{max-width:none;margin-left:0;margin-right:0;width:100%}.product-page__inner{padding-left:0;padding-right:0}}*,:after,:before{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:inherit;background-color:#f1f5f9;color:inherit;overflow-x:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-shell{display:flex;flex-direction:column;min-height:100vh;background:#fff;overflow-x:hidden}.site-header{background:#254f9e;color:#fff;padding:0;position:sticky;top:0;z-index:1200;transition:box-shadow .3s ease}.site-header__placeholder{width:100%;flex:0 0 auto}.site-header__inner{width:100%;max-width:var(--page-max-width);margin:0 auto;padding-left:12px;padding-right:12px;transition:padding .3s ease;position:relative;z-index:30}.site-header--condensed{position:sticky;top:0}.site-header__dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;background:rgba(15,23,42,.45);pointer-events:auto;z-index:20}.site-header--ipad .site-header__dropdown-backdrop{z-index:40}.site-header--ipad .site-header__inner{z-index:50}.site-header--ipad .site-header__actions,.site-header--ipad .site-nav{position:relative;z-index:40}.site-header--ipad .dropdown-panel{z-index:60}.site-header__top{display:flex;align-items:center;gap:16px;justify-content:flex-start;flex-wrap:wrap}.site-header__promo-message{margin:0;padding:6px 0;font-size:.9rem;font-weight:400;text-align:center;color:#fde68a;letter-spacing:.02em}.site-header__nav-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:0}.site-header__nav-row .site-nav{flex:1 1 auto}.site-header__promo-message--inline{padding:0;margin-left:auto;text-align:right;align-self:flex-end;letter-spacing:.015em}.site-header__identity{display:flex;align-items:center;gap:28px;flex:0 0 auto}.site-header__menu-toggle{display:none;width:40px;height:40px;background:transparent;color:#fff;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.site-header__menu-toggle-bar{width:30px;height:5px;background:currentColor;transition:transform .25s ease,opacity .25s ease}.site-header__menu-toggle--open .site-header__menu-toggle-bar:first-child{transform:translateY(5px) rotate(45deg)}.site-header__menu-toggle--open .site-header__menu-toggle-bar:nth-child(2){opacity:0}.site-header__menu-toggle--open .site-header__menu-toggle-bar:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.site-header--condensed .site-header__menu-toggle,.site-header--responsive .site-header__menu-toggle{display:inline-flex}.site-header__menu-toggle{border:none;outline:none;box-shadow:none}.site-header__brand{font-family:Punchline,Poppins,sans-serif;font-size:2.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;display:inline-flex;color:#fff;text-shadow:0 4px 0 rgba(13,42,100,.35);text-decoration:none}.site-header__search{flex:1;min-width:210px;max-width:360px;display:flex;align-items:center;background:#fff;border-radius:8px;padding:6px 9px;gap:12px;border:2px solid hsla(0,0%,100%,.2);cursor:text}.site-header__search input{flex:1;border:none;background:transparent;font-size:1rem;color:#0f172a;outline:none}.site-header__search button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:transparent;color:#2563eb;cursor:pointer;transition:color .2s ease}.site-header__search button:hover{color:#1d4ed8}.site-header__search button svg{width:20px;height:20px}.site-header__actions{display:flex;align-items:center;gap:20px;margin-left:auto}.site-header__mobile-action-bar{display:flex;align-items:center;justify-content:flex-end;gap:24px;width:100%}.site-header__mobile-icon{display:inline-flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.site-header__cart,.site-header__sign-in{position:relative;display:flex;align-items:center}.site-header__cart{gap:0}.site-header__cart-link{position:relative;display:inline-flex;align-items:center;gap:8px;color:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s ease;border:none;background:transparent;cursor:pointer;padding:0}.site-header__cart-count{position:absolute;top:0;right:0;left:auto;min-width:22px;height:22px;padding:0 4px;border-radius:999px;background:#fcd34d;border:2px solid #1d4ed8;color:#0f172a;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1;transform:translate(50%,-50%)}.site-header__cart-link:hover{color:#bfdbfe}.site-header__cart-link:focus-visible{outline:2px solid #bfdbfe;outline-offset:2px}.site-header__cart-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.site-header__cart-toggle-icon{width:16px;height:16px;transition:transform .2s ease}.site-header__cart-toggle-icon--open{transform:rotate(180deg)}.site-header__action{display:flex;align-items:center;gap:8px;padding:4px 0;border-radius:0;border:none;background:transparent;color:inherit;font-size:1rem;font-weight:500;cursor:pointer;transition:color .2s ease}.site-header__action:hover{color:#bfdbfe}.campaign-banner__cta:focus-visible,.deals-arrow:focus-visible,.hero-control:focus-visible,.hero-dot:focus-visible,.highlight-item__button:focus-visible,.highlight-item__link:focus-visible,.site-footer__legal a:focus-visible,.site-footer__links a:focus-visible,.site-header__action:focus-visible,.site-header__nav-button:focus-visible{outline:2px solid #bfdbfe;outline-offset:2px}.site-header__action-text{display:inline-flex;align-items:center;gap:6px}.site-header__action-text svg{width:16px;height:16px;transition:transform .2s ease}.site-header__action[aria-expanded=true] .site-header__action-text svg{transform:rotate(180deg)}.site-header__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative}.site-header__icon svg{width:100%;height:100%;color:inherit}.dropdown-panel{top:calc(100% + 12px);right:0;transform:none;z-index:70;width:389px;padding:16px;border-radius:20px;box-shadow:0 16px 40px rgba(15,23,42,.18)}.dropdown-panel,.dropdown-panel:before{position:absolute;left:auto;background:#fff}.dropdown-panel:before{content:"";top:-8px;right:32px;width:16px;height:16px;transform:rotate(45deg);box-shadow:-3px -3px 12px rgba(15,23,42,.05);border-radius:2px}@media (min-width:641px) and (max-width:1025px){.dropdown-panel.cart-dropdown{width:320px;padding:14px}.dropdown-panel.cart-dropdown:before{right:24px}}@media (max-width:640px){.dropdown-panel.cart-dropdown{width:calc(100vw - 32px);right:16px;padding:12px;border-radius:16px}.dropdown-panel.cart-dropdown:before{right:24px}}.sign-in-dropdown{display:flex;flex-direction:column;gap:16px;width:200px}.sign-in-dropdown--signed-out{width:280px}.sign-in-dropdown__content{display:flex;flex-direction:column;gap:16px;width:100%}.sign-in-dropdown__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;width:100%}.sign-in-dropdown__link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-radius:10px;color:#0f172a;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s ease,color .2s ease}.sign-in-dropdown__link:focus-visible,.sign-in-dropdown__link:hover{color:#1d4ed8;outline:none;text-decoration:underline}.sign-in-dropdown__sign-out{border:none;background:none;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0;font-size:.875rem;font-weight:500;color:#1f2937;cursor:pointer;text-align:left}.sign-in-dropdown__sign-out:focus-visible .sign-in-dropdown__sign-out-action,.sign-in-dropdown__sign-out:hover .sign-in-dropdown__sign-out-action{color:#b91c1c;text-decoration:underline}.sign-in-dropdown__sign-out-text{color:#475569}.sign-in-dropdown__sign-out-action{color:#dc2626;font-weight:600}.cart-dropdown,.cart-dropdown__body{display:flex;flex-direction:column}.cart-dropdown__body{align-items:flex-start;gap:12px;text-align:left;width:100%}.cart-dropdown__heading{margin:0;font-size:.9375rem;font-weight:600;color:#0f172a}.cart-dropdown__message{margin:0;display:inline;font-size:.8125rem;line-height:1.5;color:#111827}.cart-dropdown__message a,.cart-dropdown__message span{display:inline}.cart-dropdown__link{color:#254f9e;font-weight:600;text-decoration:underline}.cart-dropdown__body--filled{gap:16px}.cart-dropdown__summary{display:flex;flex-direction:column;gap:6px;width:100%}.cart-dropdown__heading span{color:#b91c1c}.cart-dropdown__shipping-message{margin:0;font-size:.8125rem;color:#0f172a;font-weight:500}.cart-dropdown__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cart-dropdown__button{border-radius:999px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cart-dropdown__button--secondary{border:1px solid #254f9e;color:#254f9e;background:#fff}.cart-dropdown__button--secondary:focus-visible,.cart-dropdown__button--secondary:hover{background:#e2e8f0;outline:none}.cart-dropdown__button--primary{border:none;background:#f17b19;color:#fff}.cart-dropdown__button--primary:focus-visible,.cart-dropdown__button--primary:hover{background:#d76810;outline:none}.cart-dropdown__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.cart-dropdown__item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;align-items:flex-start}.cart-dropdown__item-image{width:52px;height:64px;border-radius:12px;background:#f1f5f9;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-dropdown__item-image-media{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-dropdown__item-details{display:flex;flex-direction:column;gap:4px}.cart-dropdown__item-brand{margin:0;font-size:.6875rem;font-weight:600;color:#475569;text-transform:uppercase}.cart-dropdown__item-name{margin:0;font-size:.8125rem;font-weight:600;color:#0f172a;line-height:1.4}.cart-dropdown__item-meta{margin:0;font-size:.75rem;color:#475569}.cart-dropdown__view-all{align-self:flex-start;font-size:.8125rem;font-weight:600;color:#254f9e;text-decoration:none}.cart-dropdown__view-all:focus-visible,.cart-dropdown__view-all:hover{text-decoration:underline;outline:none}.cart-page{background:#f7f7f7;padding:48px 0}.cart-page__container{width:100%;max-width:var(--page-max-width);padding-left:16px;padding-right:16px}.cart-empty{display:flex;justify-content:center;width:100%;padding:0 16px}.cart-empty__panel{width:100%;max-width:720px;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 40px rgba(15,23,42,.08);padding:32px;display:flex;flex-direction:column;align-items:center;gap:24px}.cart-empty__panel--signed-in{max-width:960px;flex-direction:row;justify-content:space-between;align-items:center;gap:40px;padding:48px}.cart-empty__content{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.cart-empty__heading{margin:0;font-size:1.75rem;font-weight:600;color:#0f172a}.cart-empty__message--signed-in{font-size:.9375rem;color:#475569;text-align:center;max-width:360px}.cart-empty__button--primary{background:#0f172a;padding:12px 26px}.cart-empty__button--primary:hover{background:#1e293b}.cart-empty__illustration--signed-in{flex-shrink:0;display:flex;align-items:center;justify-content:center}@media (max-width:900px){.cart-empty__panel--signed-in{flex-direction:column}.cart-empty__content,.cart-empty__panel--signed-in{text-align:center;align-items:center}.cart-empty__message--signed-in{text-align:center}}.cart-empty__section{background:transparent;display:flex;justify-content:center;align-items:center;padding:0;text-align:center}.cart-empty__section--cta,.cart-empty__section--heading,.cart-empty__section--illustration,.cart-empty__section--message{width:100%}.cart-empty__section--heading h1{margin:0;font-size:1.5rem;font-weight:600;text-align:center}.cart-empty__message{margin:0;display:flex;flex-wrap:wrap;gap:4px;justify-content:center;font-size:.75rem;color:#111827}.cart-empty__link{color:#254f9e;text-decoration:underline}.cart-empty__button{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:28px;background:#254f9e;color:#fff;font-weight:600;text-decoration:none;transition:background .2s ease}.cart-empty__button:hover{background:#1e3f7a}.cart-empty__button:focus-visible{outline:2px solid #bfdbfe;outline-offset:2px}.sign-in-dropdown__cta{width:100%;height:43px;border:none;border-radius:28px;background:#254f9e;color:#fff;font-size:.875rem;font-weight:600;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 18px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;text-decoration:none}.sign-in-dropdown__cta:focus-visible,.sign-in-dropdown__cta:hover{background:#1d3f82;transform:translateY(-1px);text-decoration:none}.site-header__action:hover .site-header__icon{color:#bfdbfe}.site-nav{margin-top:0}.site-nav:not(.site-nav--condensed){display:flex;align-items:center;gap:16px;flex-wrap:wrap}.site-header__condensed-menu{position:fixed;inset:0 auto 0 0;width:min(420px,100vw);max-width:420px;height:100vh;transform:translateX(-100%);opacity:0;pointer-events:none;visibility:hidden;transition:transform .32s ease,opacity .32s ease,visibility 0s linear .32s;will-change:transform,opacity;display:flex;z-index:1300}.site-header__condensed-menu--open{transform:translateX(0);opacity:1;pointer-events:auto;visibility:visible;transition:transform .32s ease,opacity .32s ease,visibility 0s linear 0s}.site-header__condensed-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:1250;pointer-events:auto}.site-nav--condensed{display:flex;flex-direction:column;background:#0b1220;color:#0f172a;width:100%;height:100%;border-radius:0}.site-nav--condensed,.site-nav--condensed-open{box-shadow:4px 0 40px rgba(15,23,42,.35)}.site-nav ul{list-style:none;margin:0;padding:0}.site-nav:not(.site-nav--condensed) ul{display:flex;gap:12px;flex-wrap:wrap;flex:1;justify-content:flex-start}.site-nav li{display:flex}.site-nav--condensed li{display:block;width:100%}.site-nav__condensed-container{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.site-nav__condensed-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 24px 20px;background:#25479e;border-bottom:1px solid rgba(148,163,184,.25)}.site-nav__greeting-heading{margin:0;font-size:1.125rem;font-weight:600;color:#fff}.site-nav__greeting-subtitle{margin:4px 0 0;font-size:.875rem;color:rgba(226,232,240,.7)}.site-nav__condensed-content{position:relative;overflow:hidden;color:#000}.site-nav__condensed-content,.site-nav__main{flex:1;display:flex;flex-direction:column;background:#fff}.site-nav__main{overflow-y:auto;transition:opacity .2s ease}.site-nav__main--hidden{opacity:0;pointer-events:none}.site-nav__main-groups{display:flex;flex-direction:column;min-height:100%}.site-nav__main-section{border-bottom:1px solid rgba(148,163,184,.14)}.site-nav__main-section--account{margin-top:auto;background:#fff;border-top:1px solid rgba(148,163,184,.25);border-bottom:none}.site-nav__main-title{margin:18px 24px 8px;font-size:.9rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#000}.site-nav__main-list,.site-nav__secondary-list{list-style:none;margin:0;padding:0}.site-nav__main-list li+li,.site-nav__secondary-list li+li{border-top:1px solid rgba(148,163,184,.14)}.site-nav__main-link{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 24px;border:none;background:none;color:#000;font-size:.8rem;font-weight:400;text-align:left;cursor:pointer;transition:background .2s ease,padding-left .2s ease}.site-nav__main-link svg{width:16px;height:16px;color:rgba(203,213,225,.8);transition:transform .2s ease}.site-nav__main-link:focus-visible,.site-nav__main-link:hover{background:rgba(148,163,184,.2);outline:none;padding-left:26px}.site-nav__secondary-link{display:block;padding:14px 24px;color:#000;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s ease,padding-left .2s ease}.site-nav__secondary-link:focus-visible,.site-nav__secondary-link:hover{background:rgba(148,163,184,.2);outline:none;padding-left:26px}.site-nav__sign-out-button{align-self:flex-start;margin:14px 24px 18px;padding:0;border:none;background:none;color:#25479e;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .2s ease}.site-nav__sign-out-button:focus-visible,.site-nav__sign-out-button:hover{text-decoration:underline}.site-nav__drilldown-container{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .2s ease}.site-nav__drilldown-container--active{opacity:1;pointer-events:auto}.site-nav__drilldown{position:absolute;inset:0;display:flex;flex-direction:column;background:#fff;color:#0f172a}.site-nav__drilldown-header{display:flex;flex-direction:column;gap:12px;padding:20px 24px 16px;background:#25479e;color:#f8fafc}.site-nav__drilldown-back{display:inline-flex;align-items:center;gap:10px;padding:0;border:none;background:none;color:rgba(248,250,252,.78);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:color .2s ease,transform .2s ease}.site-nav__drilldown-back svg{width:16px;height:16px}.site-nav__drilldown-back:focus-visible,.site-nav__drilldown-back:hover{color:#f8fafc;outline:none;transform:translateX(-2px)}.site-nav__drilldown-heading{margin:0;font-size:1.25rem;font-weight:600}.site-nav__drilldown-body{flex:1;overflow-y:auto;background:#fff}.site-nav__drilldown-section{border-bottom:1px solid #e2e8f0}.site-nav__drilldown-title{margin:18px 24px 10px;font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#475569}.site-nav__drilldown-list{list-style:none;margin:0;padding:0}.site-nav__drilldown-list li+li{border-top:1px solid #e2e8f0}.site-nav__drilldown-link{width:100%;padding:14px 24px;border:none;background:none;color:#0f172a;font-size:.8rem;text-align:left;cursor:pointer;transition:background .2s ease,padding-left .2s ease}.site-nav__drilldown-link:focus-visible,.site-nav__drilldown-link:hover{background:#f1f5f9;outline:none;padding-left:28px}.site-nav__drilldown-section--tags{padding-bottom:20px}.site-nav__drilldown-tags{display:flex;flex-wrap:wrap;gap:10px;padding:0 24px}.site-nav__drilldown-tag{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:#e0f2fe;color:#0c4a6e;font-size:.85rem;font-weight:600}.site-nav__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#f8fafc;cursor:pointer;transition:color .2s ease,background .2s ease}.site-nav__close:focus-visible,.site-nav__close:hover{background:rgba(15,23,42,.32);color:#bfdbfe;outline:none}.site-nav__condensed-footer{padding:20px 24px 24px;display:flex;flex-direction:column;background:#25479e;border-top:1px solid rgba(148,163,184,.25)}.site-nav__help-text{margin:0;text-align:center;font-size:.95rem;font-weight:500;color:rgba(248,250,252,.9)}.site-nav__help-text a{color:#93c5fd;text-decoration:none;font-weight:600}.site-nav__help-text a:focus-visible,.site-nav__help-text a:hover{text-decoration:underline;outline:none}.site-header__nav-button{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;border:none;background:transparent;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:color .2s ease}.site-header__nav-button:hover{color:#bfdbfe}.site-nav--condensed .site-header__nav-button{width:100%;justify-content:space-between;padding:10px 16px;font-size:1.05rem;transition:background .2s ease,border-color .2s ease}.site-header__nav-button svg{width:16px;height:16px;transition:transform .2s ease}.site-header__nav-button[aria-expanded=true] svg{transform:translateX(4px)}.site-nav__promo{margin-left:auto;font-size:1rem;font-weight:500;color:#e2b835;text-align:right;white-space:nowrap}.site-nav--condensed .site-nav__promo{margin-left:0;text-align:left;white-space:normal;font-size:.95rem}.page-content{flex:1;display:flex;flex-direction:column;gap:15px;width:100%;max-width:var(--page-max-width);margin:0 auto;padding:15px;padding-left:var(--page-padding-x);padding-right:var(--page-padding-x)}.page-content.cart-page{padding-left:0;padding-right:0;padding-bottom:0}.home-page{background:#fefefe;padding:12px 0 0;overflow-x:hidden}.home-page__inner{width:100%;max-width:var(--page-max-width);margin:0 auto;padding-left:12px;padding-right:12px;display:flex;flex-direction:column;gap:8px}@media (max-width:640px){.page-content{gap:10px;padding-top:12px;padding-bottom:12px}.account-page,.cart-page,.dog-page,.home-page,.product-page{padding-top:16px;padding-bottom:16px}.account-layout,.cart-page__container,.dog-page__inner,.home-page__inner,.product-page__inner{gap:16px}.account-page{padding-left:var(--page-padding-x);padding-right:var(--page-padding-x)}}.hero-section{border-radius:0;padding:0}.hero-carousel{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:16/3;min-height:180px}.hero-track{display:flex;transition:transform .6s ease-in-out;height:100%}.hero-slide{flex:0 0 100%;min-width:100%;position:relative;height:100%}.hero-slide img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}@media (max-width:1024px){.hero-carousel{aspect-ratio:16/5;min-height:200px}}@media (max-width:640px){.hero-carousel{aspect-ratio:auto;height:240px;min-height:240px}}.hero-controls{position:absolute;bottom:16px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:16px;pointer-events:none}.hero-playback-group{gap:8px;pointer-events:auto}.hero-control,.hero-playback-group{display:inline-flex;align-items:center}.hero-control{width:40px;height:40px;border-radius:999px;border:none;justify-content:center;background:rgba(15,23,42,.6);color:#fff;cursor:pointer;transition:background .2s ease,opacity .2s ease}.hero-control:hover:not(:disabled){background:rgba(15,23,42,.8)}.hero-control:disabled{opacity:.5;cursor:not-allowed}.hero-control--toggle,.hero-dots{pointer-events:auto}.hero-dots{display:flex;justify-content:center;gap:10px}.hero-dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;background:hsla(0,0%,100%,.2);cursor:pointer;padding:0}.hero-dot.is-active{background:#fff}.campaign-banner,.content-card,.deals-section,.highlight-card{background:#fff;border-radius:4px}.highlight-card{padding:22px 24px;background:#f3f5f9}.highlight-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.highlight-grid__primary,.highlight-grid__secondary{min-width:0}.highlight-grid__secondary{display:flex;flex-direction:column;gap:12px;min-height:100%}.highlight-grid__secondary-track{display:flex;gap:16px;flex:1 1 auto;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.highlight-grid__secondary-track::-webkit-scrollbar{display:none}.highlight-grid__secondary-track .highlight-item{flex:0 0 100%;scroll-snap-align:start}.highlight-grid__primary .highlight-item{height:100%}@media (max-width:640px){.highlight-grid{display:flex;align-items:stretch;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.highlight-grid::-webkit-scrollbar{display:none}.highlight-grid__primary,.highlight-grid__secondary{flex:0 0 clamp(280px,85vw,360px);scroll-snap-align:start}.highlight-grid__secondary{padding:0}.highlight-grid__secondary-track{flex-direction:column;gap:12px;min-width:100%}.highlight-grid__secondary-track .highlight-item{flex:1 1 auto}}@media (min-width:641px) and (max-width:1024px){.highlight-grid{display:flex;align-items:stretch;gap:18px}.highlight-grid__primary{flex:0 0 55%}.highlight-grid__secondary{display:flex;flex:1 1 auto}.highlight-grid__secondary-track .highlight-item{flex:0 0 clamp(240px,calc((100% - 16px) / 2),300px)}}@media (min-width:1025px){.highlight-grid{display:flex;flex-wrap:nowrap;align-items:stretch;gap:20px}.highlight-grid__primary{flex:0 0 clamp(440px,54%,640px)}.highlight-grid__secondary{flex:1 1 auto;padding:0;display:flex}.highlight-grid__secondary-track{flex:1 1 auto;gap:20px;justify-content:flex-end;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.highlight-grid__secondary-track .highlight-item{flex:0 0 clamp(240px,calc((100% - 20px) / 2),320px);min-width:clamp(240px,calc((100% - 20px) / 2),320px);scroll-snap-align:start}}.highlight-item{background:#fff;border-radius:22px;border:1px solid #dbeafe;padding:20px 22px;display:flex;align-items:center;gap:16px;justify-content:space-between;min-height:100px}.highlight-item__icon{flex-shrink:0;width:52px;height:52px;border-radius:18px;background:#eff6ff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px rgba(37,79,158,.12)}.highlight-item__icon svg{width:100%;height:100%}.highlight-item__content{display:flex;flex-direction:column;gap:6px;flex:1;justify-content:left}.highlight-item__content h3{margin:0;font-size:.8rem;font-weight:500}.highlight-item--greeting.highlight-item--button{background:transparent;border:none;box-shadow:none;padding:12px 0;justify-content:flex-start;gap:12px}.highlight-item--greeting .highlight-item__icon{display:none}.highlight-item--greeting.highlight-item--button .highlight-item__content h3{font-size:1.3rem}.highlight-item--summary{background:#f4f5f9;border:none;align-items:center;justify-content:flex-start}.highlight-item--greeting.highlight-item--summary{padding:22px 0 22px 15px;gap:16px}.highlight-item--greeting.highlight-item--summary .highlight-item__content{align-items:flex-start;gap:0}.highlight-item--greeting.highlight-item--summary .highlight-item__content h3{font-size:1.3rem;font-weight:600;color:#0f172a}.highlight-item__eyebrow{margin:0;font-size:.75rem;font-weight:400;color:#475569;display:inline-flex;align-items:center;gap:6px}.highlight-item__eyebrow-icon{width:14px;height:14px}.highlight-item--autoship .highlight-item__content,.highlight-item--delivery .highlight-item__content{gap:2px}.highlight-item--add-pet-profile .highlight-item__icon{background:rgba(99,102,241,.12);box-shadow:0 12px 24px rgba(67,56,202,.18)}.highlight-item--add-pet-profile .highlight-item__icon svg{width:40px;height:40px}.highlight-item--add-pet-profile .highlight-item__link{color:#254f9e}.highlight-item--add-pet-profile .highlight-item__link:focus-visible,.highlight-item--add-pet-profile .highlight-item__link:hover{color:#312e81}.highlight-item--autoship .highlight-item__content h3,.highlight-item--delivery .highlight-item__content h3{font-size:.8rem}.highlight-item__content p{margin:0;font-size:.8rem;color:#475569}.highlight-item--link{align-items:center;justify-content:flex-start}.highlight-item__content--inline{flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.highlight-item__button{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:999px;background:#254f9e;color:#fff;font-weight:600;text-decoration:none;transition:background .2s ease;border:none;font-size:1.0625rem}.highlight-item__button--inline{margin:0}.highlight-item__button:hover{background:#1d3f7f}.highlight-item__link{display:inline-flex;align-items:center;font-weight:500;font-size:.8rem;color:#1d4ed8;text-decoration:underline;margin-top:0}.highlight-item--button{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.highlight-item--button.highlight-item--greeting{background:transparent;border:none;box-shadow:none}.highlight-item--button .highlight-item__icon{background:rgba(37,79,158,.08);box-shadow:none}.highlight-item--button .highlight-item__content h3{color:#0f172a;font-size:1.4rem;font-weight:600}.highlight-item--button .highlight-item__button{background:#254f9e;color:#fff}.highlight-item--button .highlight-item__button:hover{background:#1d3f7f}.content-card{padding:10px;display:flex;flex-direction:column;gap:20px}.content-card__header h2{margin:0;font-size:var(--feature-title-size);font-weight:600;color:#020000}.content-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.content-card__carousel{position:relative}.content-card__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:none;background:rgba(37,79,158,.92);color:#fff;display:none;align-items:center;justify-content:center;box-shadow:0 12px 26px rgba(15,23,42,.18);cursor:pointer;transition:background .2s ease,opacity .2s ease;z-index:2;opacity:0}.content-card__arrow[data-visible=true]{display:inline-flex;opacity:1}.content-card__arrow svg{width:20px;height:20px}.content-card__arrow:hover{background:rgba(29,78,216,.98)}.content-card__arrow:disabled{background:rgba(148,163,184,.9);cursor:not-allowed;opacity:.4}.content-card__arrow--left{left:8px}.content-card__arrow--right{right:8px}.dog-supplies .content-card__grid,.shopping-audiences .content-card__grid{display:flex;gap:8px;overflow-x:auto;padding:0;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;scroll-padding:0 16px}.dog-supplies .content-card__grid::-webkit-scrollbar,.shopping-audiences .content-card__grid::-webkit-scrollbar{display:none}.dog-supplies .dog-supplies__item,.shopping-audiences .content-card__item{flex:0 0 clamp(120px,22vw,200px);scroll-snap-align:start;padding:0;background:transparent;gap:12px}.content-card--categories .content-card__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.content-card__item{background:#fff;border-radius:20px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;border:none;box-shadow:none;transition:transform .25s ease,box-shadow .25s ease}.content-card__image{width:clamp(120px,16vw,180px);height:clamp(120px,16vw,180px);display:flex;align-items:center;justify-content:center}.content-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:140px}.shopping-audiences .content-card__image{width:clamp(120px,22vw,200px);height:clamp(120px,22vw,200px);border-radius:50%}.shopping-audiences .content-card__image img{border-radius:50%;box-sizing:border-box;background:#fff}.shopping-audiences .content-card__item--interactive:focus-visible{box-shadow:none;transform:none;outline:3px solid #254f9e;outline-offset:6px}.content-card__item p{margin:0;font-size:.8rem;font-weight:300;color:#020000}.content-card__item:hover{transform:translateY(-6px);box-shadow:none}.content-card__item:hover p{text-decoration:underline}.content-card__item--interactive{cursor:pointer;outline:none}.content-card__item--interactive:focus-visible{box-shadow:0 0 0 3px rgba(37,79,158,.3);transform:translateY(-6px)}@media (max-width:640px){.content-card.shopping-audiences{padding:20px 0 0}.dog-supplies .content-card__grid,.shopping-audiences .content-card__grid{gap:5px;scroll-padding:0}.dog-supplies .content-card__header h2,.shopping-audiences .content-card__header h2{font-size:16px}.dog-supplies .dog-supplies__item,.shopping-audiences .content-card__item{padding:0;gap:8px;flex:0 0 140px;max-width:140px;min-height:176px;background:transparent;box-shadow:none;border-radius:0}.shopping-audiences .content-card__image{width:140px;height:140px;margin:0 auto}.shopping-audiences .content-card__image img{border-width:8px}.content-card--categories .content-card__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;justify-items:center}.content-card--categories .content-card__header h2{font-size:16px}.content-card--categories .content-card__item{width:103px;height:139px;padding:0;gap:8px}.content-card--categories .content-card__image{width:103px;height:103px}}@media (min-width:641px){.content-card--categories .content-card__grid{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;gap:clamp(12px,2vw,24px)}.content-card--categories .content-card__item{flex:1 1 0;min-width:0}.content-card--categories .content-card__image{width:clamp(90px,10vw,150px);height:clamp(90px,10vw,150px)}.content-card--categories .content-card__item p,.dog-supplies .dog-supplies__item p,.shopping-audiences .content-card__item p{font-size:clamp(.85rem,1.05vw,1rem)}}.dog-page{background:#fefefe;padding:32px 0}.dog-page__inner{width:100%;max-width:var(--page-max-width);margin:0 auto;padding-left:12px;padding-right:12px;display:flex;flex-direction:column;gap:32px}.dog-section-heading{display:flex;flex-direction:column;gap:0}.dog-section-heading h1{margin:0;font-size:1rem;font-weight:600;color:#020000}.dog-section-heading p{margin:0;color:#475569;font-size:1rem}.dog-supplies{padding:0}.dog-supplies .content-card__header{margin-bottom:12px}.dog-supplies .content-card__grid{overflow-y:hidden;-ms-overflow-style:none}.dog-supplies .dog-supplies__item{flex-shrink:0;transition:transform .25s ease,box-shadow .25s ease}.dog-supplies .dog-supplies__item,.dog-supplies .dog-supplies__item:link,.dog-supplies .dog-supplies__item:visited{text-decoration:none;color:inherit}.dog-supplies .dog-supplies__icon{width:clamp(96px,10vw,132px);height:clamp(96px,10vw,132px);border-radius:9999px;background:radial-gradient(circle at 30% 30%,rgba(241,245,249,.9),rgba(226,232,240,.6));border:1px solid rgba(148,163,184,.35);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.dog-supplies .dog-supplies__icon svg{width:clamp(60px,7vw,76px);height:clamp(60px,7vw,76px)}.dog-supplies .dog-supplies__photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}@media (min-width:1025px){.dog-supplies .content-card__grid{padding-bottom:10px}.dog-supplies .dog-supplies__item{flex:0 0 clamp(112px,10.5vw,140px)}}@media (min-width:641px) and (max-width:1024px){.dog-supplies .content-card__grid{gap:12px;padding:6px 24px 16px}.dog-supplies .dog-supplies__item{flex:0 0 clamp(140px,22vw,200px)}.dog-supplies .dog-supplies__icon{width:clamp(110px,20vw,160px);height:clamp(110px,20vw,160px)}.dog-supplies .dog-supplies__icon svg{width:clamp(64px,12vw,96px);height:clamp(64px,12vw,96px)}}@media (max-width:640px){.dog-supplies .content-card__carousel{padding-inline:0;height:126px}.dog-supplies .content-card__grid{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:6px 12px 14px;scroll-padding-inline:12px;gap:0 12px;-webkit-overflow-scrolling:touch}.dog-supplies .dog-supplies__item{min-height:156px;height:156px}.content-card--audiences.dog-supplies .content-card__item.dog-supplies__item,.dog-supplies .dog-supplies__item{flex:0 0 100px;max-width:100px;width:100px}.dog-supplies .dog-supplies__icon{width:104px;height:104px}.dog-supplies .dog-supplies__icon svg{width:64px;height:64px}}.site-footer__support{max-width:var(--page-max-width);margin:0;padding:0 32px 16px;display:flex;justify-content:center}.site-footer__support .support-strip{width:100%;border:none;padding:10px 0}.dog-results-layout{display:grid;grid-template-columns:280px 1fr;gap:10px;align-items:flex-start}.dog-filter-panel{background:#fff;border-radius:32px;padding:20px 0;display:flex;flex-direction:column;gap:15px;overflow:hidden}.dog-filter-panel__header h2{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.dog-filter-panel__header p{margin:6px 0 0;color:#475569;font-size:.95rem}.dog-filter-autoship{background:#f8fafc;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:10px;border:1px solid rgba(148,163,184,.35)}.dog-filter-autoship__toggle{display:inline-flex;align-items:center;gap:12px;font-weight:600;color:#122660;cursor:pointer}.dog-filter-autoship__toggle input{width:20px;height:20px;accent-color:#2563eb}.dog-filter-autoship__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#e6edff;color:#122660;font-size:.9rem;line-height:1}.dog-filter-autoship__icon{width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.25 4.75A6.25 6.25 0 0 1 16 7.05' stroke='%23122660' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M12.9 3.5 16 7.05l-4.4.3' stroke='%23122660' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.75 15.25A6.25 6.25 0 0 1 4 12.95' stroke='%23122660' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M7.1 16.5 4 12.95l4.4-.3' stroke='%23122660' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% /contain}.dog-filter-autoship p{margin:0;font-size:.9rem;color:#475569}.dog-filter-panel__sections{display:flex;flex-direction:column;gap:20px;margin:0;padding:0}.dog-filter-section{display:flex;flex-direction:column;gap:0}.dog-filter-section__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.dog-filter-section__header h3{margin:0;font-size:1.05rem;font-weight:600;color:#0f172a}.dog-filter-section__clear{background:none;border:none;color:#2563eb;font-weight:500;cursor:pointer;padding:0}.dog-filter-section__clear:focus-visible,.dog-filter-section__clear:hover{text-decoration:underline}.dog-filter-search input{width:100%;border:1px solid rgba(148,163,184,.5);border-radius:12px;padding:10px 12px;font-size:.95rem}.dog-filter-options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.dog-filter-option{display:flex;align-items:center;gap:10px;font-size:.95rem;color:#1f2937;cursor:pointer}.dog-filter-option:focus-within span:not(.sr-only):not(.dog-filter-option__stars),.dog-filter-option:hover span:not(.sr-only):not(.dog-filter-option__stars){text-decoration:underline}.dog-filter-option__label{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#1f2937}.dog-filter-option__stars{display:inline-flex;gap:4px}.dog-filter-option__stars svg{width:18px;height:18px}.dog-filter-option__text{font-size:.9rem;color:#f97316;text-transform:uppercase;letter-spacing:.05em}.dog-filter-option input{width:18px;height:18px;accent-color:#2563eb}.dog-results{background:#fff;border-radius:32px;padding-left:22px;padding-top:15px;padding-right:0;display:flex;flex-direction:column;gap:32px}.dog-results__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}@media (min-width:768px) and (max-width:1194px){.dog-results__toolbar{flex-wrap:nowrap;gap:16px}}.dog-results__summary{display:flex;flex-direction:column;gap:4px}.dog-results__summary p{margin:0;font-size:1rem;font-weight:500;color:#0f172a}.dog-results__summary span{color:#475569;font-size:.85rem;font-weight:500}.dog-results__actions{display:flex;align-items:center;gap:16px;margin-left:auto}@media (min-width:768px) and (max-width:1194px){.dog-results__actions{gap:12px}}.dog-results__sort{display:flex;justify-content:flex-end;width:100%}.dog-results__sort-control{display:flex;min-width:220px}.dog-results__mobile-actions{display:none;align-items:center;gap:12px}@media (max-width:1024px){.dog-results__sort-control{display:none}.dog-results__mobile-actions{display:inline-flex;justify-content:flex-end;margin-left:auto}}@media (max-width:767px){.dog-results__toolbar{flex-direction:column;align-items:stretch;gap:16px}.dog-results__actions{width:100%}.dog-results__mobile-actions{width:100%;justify-content:space-between}}.dog-results__action-button{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(15,23,42,.15);border-radius:999px;padding:8px 16px;background:#fff;font-weight:600;font-size:.9rem;color:#0f172a;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease}.dog-results__action-button:focus-visible,.dog-results__action-button:hover{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.45);outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.2)}.dog-results__action-button--primary{background:#1d4ed8;color:#fff;border-color:#1d4ed8;box-shadow:0 8px 16px rgba(37,99,235,.18)}.dog-results__action-button--primary:focus-visible,.dog-results__action-button--primary:hover{background:#1e40af;border-color:#1e40af}.dog-results__action-icon{display:inline-flex;align-items:center;justify-content:center;color:#2563eb}.dog-results__action-button--primary .dog-results__action-icon{color:#fff}.dog-results__action-icon svg{width:18px;height:18px}.dog-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.dog-product-grid__sentinel{height:1px}.dog-results__status{padding:36px 24px;border-radius:24px;background:#f8fafc;border:1px solid rgba(148,163,184,.35);text-align:center;color:#475569;font-weight:500}.dog-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:stretch;justify-content:flex-end}.dog-overlay__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.4);border:none;cursor:pointer;padding:0}.dog-overlay__panel{position:relative;background:#fff;width:min(100%,360px);height:100%;display:flex;flex-direction:column;border-radius:24px 0 0 24px;box-shadow:-12px 0 28px rgba(15,23,42,.12);overflow:hidden;animation:dog-overlay-slide .28s ease forwards}.dog-overlay--sort .dog-overlay__panel{width:min(100%,320px)}.dog-overlay__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(226,232,240,.8)}.dog-overlay__title{margin:0;font-size:1.2rem;font-weight:600;color:#0f172a}.dog-overlay__close{border:none;background:rgba(148,163,184,.18);border-radius:999px;width:32px;height:32px;font-size:1.4rem;line-height:1;color:#0f172a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.dog-overlay__close:focus-visible,.dog-overlay__close:hover{background:rgba(37,99,235,.18);color:#1e3a8a;outline:none}.dog-overlay__content{flex:1 1 auto;overflow-y:auto;padding:20px 24px 24px}.dog-overlay__footer{display:flex;gap:12px;padding:16px 24px 24px;border-top:1px solid rgba(226,232,240,.8)}.dog-overlay__button{flex:1;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#fff;padding:12px 16px;font-weight:600;cursor:pointer;color:#0f172a;transition:background .2s ease,border-color .2s ease,color .2s ease}.dog-overlay__button:focus-visible,.dog-overlay__button:hover{border-color:rgba(37,99,235,.45);color:#1e40af;outline:none}.dog-overlay__button--primary{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.dog-overlay__button--primary:focus-visible,.dog-overlay__button--primary:hover{background:#1e3a8a;border-color:#1e3a8a}@keyframes dog-overlay-slide{0%{transform:translateX(18px);opacity:0}to{transform:translateX(0);opacity:1}}.dog-sort-options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.dog-sort-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.45);cursor:pointer;transition:border-color .2s ease,background .2s ease}.dog-sort-option:focus-within,.dog-sort-option:hover{border-color:rgba(37,99,235,.55);background:rgba(37,99,235,.08)}.dog-sort-option input{width:18px;height:18px}.dog-filter-panel--drawer{display:flex;flex-direction:column;gap:20px;height:100%}.dog-filter-panel--drawer .dog-filter-panel__sections{flex:1 1 auto;display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding-right:6px}.dog-filter-panel--drawer .dog-filter-section{min-width:0}.dog-filter-panel--drawer .dog-filter-autoship{padding:0;border:none;background:transparent}.dog-filter-panel--drawer .dog-filter-autoship__toggle{border:1px solid rgba(148,163,184,.45);padding:10px 14px}.dog-filter-panel--drawer .dog-filter-autoship p{margin:12px 0 0}.dog-product-card{display:flex;flex-direction:column;height:100%;min-height:480px}.dog-product-card .deal-image{flex:0 0 auto;min-height:260px}.dog-product-card__image{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.dog-product-card .deal-body{flex:1 1 auto;display:flex;flex-direction:column;gap:14px}.dog-product-card .deal-shipping{align-items:flex-start;text-align:left}.dog-product-card__media-footer{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px 0}.dog-product-card__variant{width:100%;font-size:.82rem;font-weight:500;color:#475569;line-height:1.45;letter-spacing:normal;text-transform:none}.dog-product-card__mobile-variant{display:none;font-size:11px;line-height:1.4}.dog-product-card__variant--body{display:none}.dog-product-card__media-footer .deal-variant{align-self:stretch;text-align:center}.dog-product-card__image-nav{display:inline-flex;align-items:center;justify-content:center;gap:6px}.dog-product-card__image-nav-dot{width:8px;height:8px;border-radius:999px;border:none;background:rgba(148,163,184,.5);padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,width .2s ease}.dog-product-card__image-nav-dot[data-active=true]{width:18px;background:rgba(37,99,235,.8)}.dog-product-card__image-nav-dot:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.dog-product-card__variant-label{display:none;font-weight:600;color:inherit}.dog-product-card__body-extra,.dog-product-card__body-main{display:flex;flex-direction:column;gap:12px}.dog-product-card__actions{display:none}.dog-product-card__action-button{display:inline-flex;align-items:center;justify-content:center;width:100%;border-radius:999px;border:1px solid rgba(148,163,184,.55);background:#f8fafc;color:#0f172a;font-size:11px;font-weight:400;padding:6px 16px;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dog-product-card__action-button:hover{background:#eef2ff;border-color:rgba(99,102,241,.8);box-shadow:0 8px 20px rgba(99,102,241,.15);transform:translateY(-1px)}.dog-product-card__action-button:focus-visible{outline:3px solid rgba(79,70,229,.9);outline-offset:2px;box-shadow:0 0 0 4px rgba(129,140,248,.35)}@media (max-width:640px){.dog-product-card__media-footer{padding:12px 12px 0;gap:6px}.dog-product-card__image-nav{gap:4px}.dog-product-card__image-nav-dot{width:6px;height:6px;background:rgba(148,163,184,.35)}.dog-product-card__image-nav-dot[data-active=true]{width:20px;background:rgba(30,64,175,.85)}}.dog-product-card__nav-button{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:none;background:hsla(0,0%,100%,.9);color:#1f2937;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(15,23,42,.15);cursor:pointer;transition:background .2s ease,transform .2s ease,opacity .2s ease;opacity:0;pointer-events:none}.dog-product-card__nav-button:hover{background:#f1f5f9;transform:translateY(-50%) scale(1.05)}.dog-product-card:focus-within .dog-product-card__nav-button,.dog-product-card:hover .dog-product-card__nav-button{opacity:1;pointer-events:auto}.dog-product-card__nav-button:focus-visible{outline:3px solid #2563eb;outline-offset:2px}.dog-product-card__nav-button--prev{left:12px}.dog-product-card__nav-button--next{right:12px}.dog-product-card .deal-rating{gap:12px}.dog-product-card .deal-rating-reviews{font-size:.85rem;color:#64748b}.dog-product-card .deal-shipping{margin-top:auto}.dog-product-card:not(.dog-product-card--has-autoship) .deal-shipping{margin-top:0}.dog-pagination{display:flex;align-items:center;justify-content:center;gap:16px}.dog-pagination__button{border:1px solid rgba(148,163,184,.6);background:#fff;color:#1f2937;padding:10px 18px;border-radius:999px;font-weight:500;cursor:pointer}.dog-pagination__button:disabled{opacity:.5;cursor:not-allowed}.dog-pagination__pages{display:flex;align-items:center;gap:8px}.dog-pagination__page{width:40px;height:40px;border-radius:50%;border:1px solid rgba(148,163,184,.6);background:#fff;cursor:pointer;font-weight:600;color:#0f172a}.dog-pagination__page--active{background:#2563eb;border-color:#2563eb;color:#fff}.dog-pagination__ellipsis{color:#94a3b8;font-weight:600}.dog-info{display:flex;flex-direction:column;gap:20px;color:#1f2937}.dog-info h2{margin:0;font-size:1.5rem;font-weight:600}.dog-info h3{margin:8px 0 0;font-size:1.25rem;font-weight:600}.dog-info__list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.dog-info__faq{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.dog-info__faq article,.dog-info__faq-item{background:#f8fafc;border-radius:20px;padding:20px;border:1px solid rgba(148,163,184,.4);display:flex;flex-direction:column;gap:10px}.dog-info__faq-item--highlight{background:linear-gradient(145deg,#dbeafe,#eff6ff);border-color:rgba(59,130,246,.45);box-shadow:0 20px 35px rgba(59,130,246,.18)}.dog-info__faq h4{margin:0;font-size:16px;font-weight:600;color:#0f172a}.dog-info__faq p{margin:0;color:#475569;font-size:13px!important;line-height:1.6}@media (max-width:640px){.dog-info h3{font-size:14.4px}.dog-info,.dog-info p,.dog-info__faq p,.dog-info__list,.dog-info__list li{font-size:12.8px}.dog-info__faq,.dog-info__faq p{font-size:inherit}}@media (max-width:1024px){.dog-page__inner{width:min(100%,1040px);padding:0 20px}.dog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1024px) and (min-width:641px){.dog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:641px) and (max-width:1024px){.dog-supplies .content-card__carousel{padding-inline:0}.dog-supplies .content-card__grid{gap:clamp(20px,3.4vw,32px);padding:6px 12px 16px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scroll-padding-inline:12px;scroll-padding-left:12px;scroll-padding-right:12px;scroll-snap-type:x mandatory}.dog-supplies .dog-supplies__item{flex:0 0 clamp(170px,22vw,210px)}.dog-results__sort-control{display:none}.dog-results__mobile-actions{display:inline-flex;width:100%;justify-content:flex-end}}@media (max-width:1024px){.dog-page{padding:28px 0 72px}.dog-page__inner{width:100%;padding:0 18px;gap:28px}.dog-results-layout{grid-template-columns:1fr}.dog-results-layout>.dog-filter-panel{display:none}.dog-results{padding:0}.dog-results__actions{width:100%;justify-content:flex-end}.dog-results__sort-control{display:none}.dog-results__mobile-actions{display:inline-flex;margin-left:auto}.dog-results__toolbar{flex-direction:row;align-items:flex-start;gap:16px}.dog-results__summary{width:100%}.dog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media (min-width:641px) and (max-width:820px){.dog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.dog-product-card{min-height:440px}.dog-product-card .deal-image{min-height:200px}.dog-product-card .deal-body{padding:20px;gap:0}}@media (min-width:641px) and (max-width:1024px){.deal-card.dog-product-card,.deal-card.dog-product-card.dog-product-card--has-autoship,.dog-product-card{min-height:auto;height:auto}.dog-product-card .deal-body{flex:0 0 auto}}@media (min-width:1025px){.deal-card.dog-product-card,.deal-card.dog-product-card.dog-product-card--has-autoship,.dog-product-card{min-height:auto;height:auto}.dog-product-card .deal-body{flex:0 0 auto}}@media (min-width:769px) and (max-width:1024px){.dog-results__toolbar{flex-wrap:nowrap;align-items:center}.dog-results__summary{width:auto}.dog-results__actions{width:auto;justify-content:flex-end}.dog-results__mobile-actions{width:auto}}@media (max-width:768px){.dog-page{padding:24px 0 64px}.dog-page__inner{padding:0 16px;gap:24px}.dog-supplies{padding:24px}.dog-supplies__icon{width:96px;height:96px}.dog-results{padding:20px 0}.dog-page__support{padding:0 20px 24px}.dog-results-layout>.dog-filter-panel .dog-filter-panel__sections{flex-direction:row;gap:16px;overflow-x:auto;padding-bottom:12px;margin:0;scroll-snap-type:x proximity;scrollbar-width:thin}.dog-results-layout>.dog-filter-panel .dog-filter-panel__sections::-webkit-scrollbar{height:6px}.dog-results-layout>.dog-filter-panel .dog-filter-panel__sections::-webkit-scrollbar-thumb{background:rgba(37,79,158,.3);border-radius:999px}.dog-results-layout>.dog-filter-panel .dog-filter-panel__sections::-webkit-scrollbar-track{background:rgba(226,232,240,.4);border-radius:999px}.dog-results-layout>.dog-filter-panel .dog-filter-section{flex:0 0 220px;min-width:220px;scroll-snap-align:start}.dog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dog-results__toolbar{gap:14px}.dog-results__mobile-actions{width:100%;justify-content:flex-end}.dog-product-card .deal-rating{gap:8px}.dog-overlay__panel{border-radius:0}}@media (max-width:640px){.dog-results__sort-control{display:none}.dog-results__mobile-actions{display:flex;width:100%;justify-content:flex-start;margin-left:0;flex-direction:row;align-items:stretch;gap:12px}.dog-results__summary p{font-size:.9rem}.dog-results__summary span{font-size:.78rem}.deal-card{min-height:460px}.dog-product-grid{display:flex;flex-direction:column;gap:16px}.dog-product-card{display:grid;grid-template-columns:minmax(0,132px) 1fr;grid-template-rows:1fr auto;-moz-column-gap:16px;column-gap:16px;row-gap:10px;min-height:auto;height:auto;padding:16px;border-radius:8px;border:1px solid rgba(148,163,184,.45);background:#fff}.dog-product-card .deal-image{grid-column:1;grid-row:1;min-height:0;padding:0;justify-self:center;align-self:stretch;max-width:128px;width:100%;height:auto;display:flex;align-items:center;justify-content:center;background:none;border-radius:12px}.dog-product-card .deal-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.dog-product-card__media-footer{grid-column:1;grid-row:2;padding:0;gap:10px;align-items:center;justify-content:center;width:100%;justify-self:center;align-self:start;text-align:center}.dog-product-card__variant--media{display:none}.dog-product-card__variant--body{display:block}.dog-product-card__image-nav{justify-content:center}.dog-product-card .deal-body{grid-column:2;grid-row:1/span 2;padding:0;gap:8px}.dog-product-card .deal-title{flex-direction:row;align-items:center;gap:6px;flex-wrap:wrap}.dog-product-card .deal-brand{display:inline;color:inherit;font-size:12.8px;white-space:normal}.dog-product-card .deal-name{font-size:12.8px}.dog-product-card .deal-body .deal-shipping{margin-top:0}.dog-product-card .deal-variant{text-align:center;align-self:center;font-size:11px;line-height:1.45;font-weight:500;text-transform:none;letter-spacing:normal;color:#475569}.dog-product-card__variant-label{display:inline;margin-right:4px;color:inherit;font-weight:inherit}.dog-product-card__mobile-variant{display:block;text-align:left}.dog-product-card__actions{display:flex;margin-top:0;padding-top:0;margin-bottom:0;width:100%}.dog-product-grid .dog-product-card__actions{display:none}.dog-supplies .content-card__carousel{padding-inline:0}.dog-supplies{gap:12px}.dog-supplies .content-card__header{margin-bottom:4px}.dog-supplies .content-card__grid{gap:6px;padding:0 8px 12px}.dog-supplies .dog-supplies__item{flex:0 0 100px;max-width:100px;width:100px;min-height:126px;height:126px;gap:6px}.dog-supplies .dog-supplies__item p{font-size:.78rem}.dog-supplies .dog-supplies__icon{width:88px;height:88px}.dog-supplies .dog-supplies__icon svg{width:52px;height:52px}.dog-results__action-button{flex:1 1 0;min-width:0;width:auto;justify-content:center}.dog-supplies .content-card__arrow{display:none}.dog-supplies .content-card__arrow[data-visible=true]{display:inline-flex;opacity:1;pointer-events:auto}.dog-supplies .content-card__arrow[disabled]{display:none}}@media (max-width:600px){.dog-pagination{flex-direction:column;gap:12px}}.deals-section{padding:12px}.deals-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.deals-header h2{margin:0;font-size:var(--feature-title-size);font-weight:600;color:#020000}@media (max-width:640px){.content-card__header h2,.deals-header h2{font-size:16px;line-height:1.4}#top-deals-heading{font-size:16px;line-height:1.3}}.deals-carousel{position:relative}.deals-grid{display:flex;gap:20px;padding-top:4px;padding-bottom:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:24px;scrollbar-width:none;flex:1;align-items:stretch}.deals-grid::-webkit-scrollbar{display:none}.deals-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:rgba(37,79,158,.92);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,opacity .2s ease,visibility .2s ease;box-shadow:0 12px 24px rgba(15,23,42,.18);opacity:0;visibility:hidden;pointer-events:none}.deals-arrow[data-visible=true]{opacity:1;visibility:visible;pointer-events:auto}.deals-arrow:disabled{opacity:0;visibility:hidden;pointer-events:none}.deals-arrow:hover:not(:disabled){background:#1d3f7f}.deals-arrow--left{left:12px}.deals-arrow--right{right:12px}.deals-arrow--up{top:16px;bottom:auto;left:50%;transform:translate(-50%)}.deals-arrow--down{bottom:16px;top:auto;left:50%;transform:translate(-50%)}@media (max-width:640px){.deals-arrow{width:36px;height:36px;box-shadow:0 10px 22px rgba(15,23,42,.18)}.deals-arrow svg{width:18px;height:18px}.deals-arrow--left{left:8px}.deals-arrow--right{right:8px}}.deal-card{background:linear-gradient(165deg,#f8fbff,#fff);border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;flex:1 0 260px;min-height:480px;height:100%;overflow:hidden;scroll-snap-align:start;transition:transform .25s ease,box-shadow .25s ease}@media (max-width:640px){.dog-product-grid .dog-product-card{display:grid;grid-template-columns:minmax(0,132px) 1fr;grid-template-rows:1fr auto;-moz-column-gap:16px;column-gap:16px;row-gap:10px;flex:none;min-height:auto;height:auto;padding:5px;border-radius:4px;border:.5px solid rgba(148,163,184,.15);background:#fff}.dog-product-grid .dog-product-card .deal-image{grid-column:1;grid-row:1;min-height:0;padding:0;justify-self:center;align-self:stretch;max-width:128px;width:100%;height:auto;display:flex;align-items:center;justify-content:center;background:none;border-radius:12px}.dog-product-grid .dog-product-card__media-footer{grid-column:1;grid-row:2;padding:0;gap:10px;align-items:center;justify-content:center;width:100%;justify-self:center;align-self:start;text-align:center}.dog-product-grid .dog-product-card__image-nav{justify-content:center}.dog-product-grid .dog-product-card .deal-body{grid-column:2;grid-row:1/span 2;padding:0;gap:8px}.dog-product-grid .dog-product-card .deal-variant{text-align:left;align-self:flex-start;font-size:11px;line-height:1.45;font-weight:500;color:#475569}}.deal-image{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:#fff;min-height:260px}.deal-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.deal-card:hover .deal-brand,.deal-card:hover .deal-title{text-decoration:underline}.deal-body{display:flex;flex-direction:column;gap:14px;padding:20px;flex:1 1 auto}.deal-variant{margin:0;font-size:.7rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.08em;text-align:center;align-self:center}.deal-title{margin:0;font-size:.8rem;line-height:1.5;font-weight:100;color:#020000;display:flex;flex-direction:column;gap:2px}.deal-brand{color:#1d4ed8;font-weight:600;font-size:.75rem;line-height:1.2;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deal-name{text-overflow:ellipsis}.deal-description,.deal-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deal-description{margin:0;font-size:.8rem;color:#4b5563;line-height:1.5}@media (max-width:640px){.deal-body{gap:5px}.deal-body .deal-brand{font-size:12px}.deal-body .deal-autoship-price,.deal-body .deal-name,.deal-body .deal-original,.deal-body .deal-price,.deal-body .deal-rating,.deal-body .deal-rating-reviews,.deal-body .deal-rating-stars{font-size:12.8px}.deal-body .deal-autoship-badge{font-size:10px}.deal-body .deal-shipping{font-size:9.6px;margin-top:0}.deals-section{padding:0 0 12px}.deals-grid{padding:0;flex-direction:column;gap:16px;scroll-padding:0;scroll-snap-type:none;overflow-x:visible;align-items:stretch}.deals-grid .deal-card:nth-child(n+11){display:none}.deals-grid .deal-card.dog-product-card{display:grid;grid-template-columns:minmax(0,132px) 1fr;grid-template-areas:"image body" "media body";-moz-column-gap:16px;column-gap:16px;row-gap:10px;align-items:flex-start;min-height:auto;height:auto;flex:0 0 100%;width:100%;max-width:100%;padding:2px;border-radius:2px;border:1px solid rgba(148,163,184,.15);background:#fff;box-shadow:none}.deals-arrow{display:none}.deals-grid .deal-card.dog-product-card .deal-image{grid-area:image;min-height:0;padding:0;justify-self:center;align-self:stretch;max-width:128px;width:100%;margin:0;border-radius:12px;background:none;display:flex;align-items:center;justify-content:center}.deals-grid .deal-card.dog-product-card .deal-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.deals-grid .deal-card.dog-product-card .dog-product-card__media-footer{grid-area:media;padding:0;gap:10px;align-items:center;justify-content:center;width:100%;justify-self:center;align-self:start;text-align:center}.deals-grid .deal-card.dog-product-card .deal-body{grid-area:body;padding:0;gap:8px;justify-content:flex-start}.deals-grid .deal-card.dog-product-card .deal-shipping{margin-top:0;display:grid;gap:4px}.deals-grid .deal-card.dog-product-card .deal-shipping span{font-size:9.6px}.deals-grid .deal-card.dog-product-card .deal-variant{text-align:left;align-self:flex-start;font-size:.82rem;line-height:1.45;font-weight:500;color:#475569}.deals-grid .deal-card.dog-product-card .deal-pricing{align-items:flex-start;gap:6px}.deals-grid .deal-card.dog-product-card .deal-title{font-size:12.8px}.deals-grid .deal-card.dog-product-card .deal-brand{font-size:12px}.deals-grid .deal-card.dog-product-card .deal-name{font-size:12.8px}.deals-grid .deal-card.dog-product-card .deal-rating{font-size:12.8px;gap:6px;flex-wrap:wrap}.deals-grid .deal-card.dog-product-card .deal-rating-stars{font-size:inherit}.deals-grid .deal-card.dog-product-card .deal-rating-reviews{font-size:12.8px}.deals-grid .deal-card.dog-product-card .deal-pricing__main{gap:8px;flex-wrap:wrap}.deals-grid .deal-card.dog-product-card .deal-autoship-price,.deals-grid .deal-card.dog-product-card .deal-original,.deals-grid .deal-card.dog-product-card .deal-price{font-size:14.4px}.deals-grid .deal-card.dog-product-card .deal-pricing__autoship{flex-direction:row;align-items:flex-start;gap:4px}.deals-grid .dog-product-card__image-nav{justify-content:center;align-self:center}}.deal-rating{display:flex;align-items:center;gap:10px;font-size:.8rem;color:#0f172a}.deal-rating-score{font-weight:700}.deal-rating-stars{display:flex;gap:4px;font-size:.8rem}.deal-rating-stars span{color:#fbbf24;position:relative}.deal-rating-stars span[data-state=empty],.deal-rating-stars span[data-state=half]{color:#e2e8f0}.deal-rating-stars span[data-state=half]:before{content:"★";position:absolute;left:0;width:50%;overflow:hidden;color:#fbbf24}.deal-pricing{display:flex;flex-direction:column;align-items:flex-start;gap:0}.deal-pricing__main{display:flex;align-items:baseline;gap:12px}.deal-price{font-size:.9rem;font-weight:600;color:#dc2626}.deal-original{font-size:.85rem;color:#94a3b8;text-decoration:line-through}.deal-pricing__autoship{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.deal-autoship-price{font-size:.9rem;font-weight:600;color:#dc2626;white-space:nowrap}.deal-autoship-badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:500;color:#122660;background:#e6edff;padding:4px 12px;border-radius:999px;text-transform:none;letter-spacing:0;white-space:nowrap}.deal-autoship-badge:before{content:"";width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.25 4.75A6.25 6.25 0 0 1 16 7.05' stroke='%23122660' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M12.9 3.5 16 7.05l-4.4.3' stroke='%23122660' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.75 15.25A6.25 6.25 0 0 1 4 12.95' stroke='%23122660' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M7.1 16.5 4 12.95l4.4-.3' stroke='%23122660' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% /contain}.autoship-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#122660;flex-shrink:0}.autoship-icon svg{width:100%;height:100%}.deal-shipping{display:none!important;margin:0;padding:0}.campaign-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;background:linear-gradient(135deg,#cfe4f6,#ddecff);min-height:220px}.campaign-banner__content{flex:1;max-width:420px;display:flex;flex-direction:column;gap:16px}.campaign-banner__content h2{margin:0;font-size:var(--feature-title-size);font-weight:600;color:#0f172a}.campaign-banner__content h2 span{color:#254f9e}.campaign-banner__content p{margin:0;font-size:.95rem;color:#1f2937}.campaign-banner__cta{align-self:flex-start;padding:12px 28px;border-radius:999px;background:#254f9e;color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s ease}.campaign-banner__cta:hover{background:#1d3f7f}.campaign-banner__art{flex:0 0 40%;max-width:40%;display:flex;justify-content:flex-end}.campaign-banner__art img{width:100%;height:auto;max-height:220px;-o-object-fit:cover;object-fit:cover}.support-strip{background:#fff;border:1px solid #dbeafe;border-radius:100px;padding:18px 28px;display:flex;align-items:center;gap:32px;flex-wrap:wrap}.support-strip__mobile{display:none}.support-strip__mobile-heading{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.support-strip__mobile-links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-weight:600}.support-strip__mobile-link{color:#254f9e;text-decoration:none}.support-strip__mobile-link:focus-visible,.support-strip__mobile-link:hover{text-decoration:underline}.support-strip__mobile-divider{color:#9ca3af}.support-strip__items{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.support-item{font-size:1rem;font-weight:600}.support-cta--mobile,.support-item{display:inline-flex;align-items:center;gap:10px;color:#254f9e}.support-cta--mobile{justify-content:center;max-width:280px;margin:0;padding:12px 24px;border-radius:999px;border:1px solid #254f9e;background:#fff;font-weight:550;text-decoration:none;font-size:12px;transition:background .2s ease,color .2s ease}.support-item--cta{margin-left:auto;text-decoration:none;color:#fff;background:#254f9e;padding:10px 22px;border-radius:999px;display:inline-flex;align-items:center;gap:10px;font-size:1rem;font-weight:600;transition:background .2s ease}.support-item--cta:hover{background:#1d3f7f}.support-cta--mobile:hover{background:#eff4ff}.support-cta--mobile:focus-visible{outline:2px solid #254f9e;outline-offset:4px}.support-cta--mobile .support-icon{background:rgba(37,79,158,.12)}.support-cta--mobile .support-icon svg{color:inherit}.support-item--cta .support-icon{background:hsla(0,0%,100%,.2)}.support-item--cta .support-icon svg{color:#fff}.support-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(37,79,158,.12)}.support-icon svg{width:18px;height:18px;color:#254f9e}.mega-menu-overlay{position:fixed;left:0;right:0;bottom:0;top:0;background:rgba(0,0,0,.2);display:flex;justify-content:center;align-items:stretch;padding:0 clamp(16px,5vw,32px) clamp(16px,4vw,28px);overflow-y:auto;z-index:9}.mega-menu-overlay--condensed{justify-content:flex-start;align-items:flex-start;padding:0 clamp(12px,5vw,32px) clamp(16px,5vw,32px) calc(28px + min(340px, calc(100vw - 56px)))}.mega-menu-panel{width:100%;pointer-events:auto}.mega-menu-panel--condensed{max-width:min(960px,calc(100vw - 32px))}.mega-menu{width:100%;max-width:none;margin:0;background:#fff;border-radius:0 0 24px 24px;box-shadow:0 24px 60px rgba(15,23,42,.16);display:grid;grid-template-columns:minmax(0,4fr) minmax(320px,1.5fr);overflow:hidden}.mega-menu--condensed{border-radius:0 24px 24px 24px;animation:mega-menu-condensed-slide .32s ease forwards;transform:translateX(-40px);opacity:0}@keyframes mega-menu-condensed-slide{0%{transform:translateX(-56px);opacity:0}to{transform:translateX(0);opacity:1}}.mega-menu__content{padding:clamp(16px,3vw,28px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,auto) auto;-moz-column-gap:clamp(16px,2.5vw,24px);column-gap:clamp(16px,2.5vw,24px);row-gap:clamp(12px,2vw,20px);align-content:start}.mega-menu__section{display:flex;flex-direction:column;gap:10px}.mega-menu__section--row-1{grid-row:1}.mega-menu__section--row-2{grid-row:2}.mega-menu__section--untitled{padding-top:6px}.mega-menu__section-title{margin:0;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;font-size:1rem;font-weight:600;color:#0f172a;padding-bottom:6px;border-bottom:1px solid rgba(148,163,184,.4);transition:border-color .2s ease}.mega-menu__section-title--standalone{font-size:1rem;border-bottom:none;padding-bottom:0}.mega-menu__section-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.mega-menu__link{display:inline-flex;align-items:center;gap:8px;font-size:1rem;font-weight:500;color:#4b5563;text-decoration:none;transition:color .2s ease}.mega-menu__link:focus-visible,.mega-menu__link:hover{color:#1d4ed8}.mega-menu__link--emphasis{font-weight:600;transition:color .2s ease}.mega-menu__link-arrow{margin-left:0;transition:transform .2s ease}.mega-menu__link--emphasis:focus-visible .mega-menu__link-arrow,.mega-menu__link--emphasis:hover .mega-menu__link-arrow{transform:translateX(4px)}.mega-menu__icon{width:14px;height:14px;transition:transform .2s ease,color .2s ease}.mega-menu__section:focus-within .mega-menu__section-title,.mega-menu__section:hover .mega-menu__section-title{border-bottom-color:#2563eb}.mega-menu__section:focus-within .mega-menu__section-title .mega-menu__icon,.mega-menu__section:hover .mega-menu__section-title .mega-menu__icon{transform:translateX(4px);color:#2563eb}.mega-menu__brands-block{display:flex;flex-direction:column;gap:12px}.mega-menu__brands-block--full{grid-column:1/-1;grid-row:3;padding-top:clamp(12px,2vw,20px)}.mega-menu__brands{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:12px;align-items:center}.mega-menu__brand-logo{width:96px;height:96px;border-radius:0;background:#f8fafc;padding:10px;-o-object-fit:cover;object-fit:cover;box-shadow:inset 0 0 0 1px rgba(148,163,184,.25);transition:box-shadow .2s ease}.mega-menu__brands li:focus-within .mega-menu__brand-logo,.mega-menu__brands li:hover .mega-menu__brand-logo{box-shadow:inset 0 0 0 2px #2563eb}.mega-menu__aside{position:relative;min-height:100%;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;color:#fff}.mega-menu__aside:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.1),rgba(15,23,42,.75));z-index:0}.mega-menu__aside-image{-o-object-fit:cover;object-fit:cover;z-index:0}.mega-menu__aside-content{position:relative;z-index:1;padding:clamp(20px,4vw,32px);display:flex;flex-direction:column;gap:12px;max-width:320px}.mega-menu__aside-kicker{font-size:.55rem;letter-spacing:.08em;text-transform:uppercase;margin:0;color:hsla(0,0%,100%,.75)}.mega-menu__aside-heading{margin:0;font-size:clamp(1rem,2.2vw,1.4rem);line-height:1.2}.mega-menu__aside-copy{margin:0;font-size:.8rem;color:hsla(0,0%,100%,.85)}.mega-menu__aside-link{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.85rem;color:#fde68a;text-decoration:none;margin-top:8px}.mega-menu__aside-link:focus-visible,.mega-menu__aside-link:hover{color:#fbbf24}@media (max-width:1024px){.mega-menu{grid-template-columns:1fr}.mega-menu__aside{min-height:280px}.mega-menu__content{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,auto)}}@media (max-width:640px){.mega-menu-overlay{padding:0}.mega-menu{border-radius:0}.mega-menu__content{padding:20px 16px 28px;grid-template-columns:1fr}}.site-footer{background:#fff;margin-top:8px;padding:12px;border:#020000}.site-footer__top{display:flex;flex-direction:column;align-items:center;gap:24px}.site-footer__links{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:center;font-size:.95rem;font-weight:500;text-align:center;margin:0 auto;width:100%}.site-footer__links a{color:#0f172a;text-decoration:none}.site-footer__links a:hover{text-decoration:underline}.site-footer__social{display:flex;align-items:center;justify-content:center;gap:16px;margin:0 auto}.site-footer__social svg{width:40px;height:40px;border-radius:12px;box-shadow:0 8px 18px rgba(15,23,42,.12)}.site-footer__bottom{margin-top:28px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;justify-content:center}.site-footer__legal{display:flex;flex-wrap:nowrap;gap:10px 16px;align-items:center;justify-content:center;text-align:center;font-size:.85rem;color:#475569;max-width:960px}.site-footer__legal a{color:#838383;text-decoration:none;white-space:nowrap}.site-footer__legal a:hover{text-decoration:underline}.site-footer--pet-portal{background:#fff;padding:24px 32px 40px}.site-footer--pet-portal .site-footer__bottom{margin-top:0;padding-top:0;border-top:none;justify-content:center}.site-footer--pet-portal .site-footer__legal{justify-content:flex-start;text-align:left;gap:8px 24px;flex-wrap:wrap}@media (min-width:641px) and (max-width:1024px){.site-footer--pet-portal .site-footer__legal{justify-content:center;text-align:center}}@media (max-width:640px){.site-footer--pet-portal .site-footer__legal{justify-content:center;text-align:center}}@media (max-width:1024px){.site-header--responsive .site-header__top{-moz-column-gap:16px;column-gap:16px;row-gap:0}.site-header--responsive .site-header__promo-message{display:none}.site-header--responsive .site-header__identity{justify-content:flex-start;flex-wrap:nowrap;gap:16px}.site-header--responsive .site-header__actions{order:2;margin-left:auto}.site-header--responsive .site-header__search{order:3;flex:1 0 100%;max-width:none}.site-footer__legal{flex-wrap:wrap}.site-header--responsive .site-header__action,.site-header--responsive .site-header__nav-button{font-size:1.05rem}.site-header--responsive .site-nav{flex-direction:column;align-items:stretch}.site-header--responsive .site-nav--condensed{width:min(360px,calc(100% - 40px))}.campaign-banner{flex-direction:column;text-align:center;min-height:auto}.campaign-banner__content{align-items:center}.campaign-banner__cta{align-self:center}.campaign-banner__art{justify-content:center;width:100%;flex:none;max-width:none}.campaign-banner__art img{max-width:420px;height:auto;-o-object-fit:contain;object-fit:contain}.campaign-banner__content p{white-space:normal}}@media (max-width:768px){.site-header__inner{padding:12px 20px 14px}.site-header--condensed .site-header__inner{padding:8px 20px}.site-header__condensed-menu{padding:0 20px 0 0}.site-nav--condensed{width:calc(100% - 40px)}.mega-menu-overlay--condensed{padding-left:calc(20px + min(340px, calc(100vw - 40px)))}.page-content{padding:24px 20px}.campaign-banner,.content-card,.deals-section,.highlight-card{padding:10px 0 0}.support-strip{border-radius:32px;flex-direction:column;align-items:stretch;text-align:center;gap:16px}.support-strip__items{justify-content:center}.support-item--cta{margin-left:0;align-self:center}.site-footer__support{padding:0;margin-bottom:5px}}@media (max-width:1024px){.support-strip{border-radius:24px;padding:24px 20px;flex-direction:column;align-items:center;text-align:center;gap:18px;flex-wrap:nowrap}.support-strip__items{display:flex}.support-item--cta{display:inline-flex}.site-footer__support{flex-direction:column;align-items:center;gap:20px}.support-strip__mobile{display:none;width:100%;flex-direction:column;align-items:center;gap:10px}.support-strip__mobile-links{font-size:.95rem}}.site-footer__locale{display:inline-flex;align-items:center;gap:6px}.site-footer__flag{font-size:1rem;line-height:1}@media (max-width:1024px){.home-page__inner{width:min(100%,1040px);padding:0 20px}.site-header--responsive{position:sticky;top:0;z-index:20;box-shadow:0 10px 22px rgba(37,79,158,.22)}.site-header--responsive .site-header__inner{padding:0 5px 5px}.site-header--responsive .site-header__top{flex-wrap:wrap;-moz-column-gap:12px;column-gap:12px;row-gap:0;align-items:center;width:100%}.site-header--responsive .site-header__identity{gap:16px;flex:1 1 auto}.site-header--responsive .site-header__actions{order:2;margin-left:auto;display:inline-flex;align-items:center;gap:12px;padding:6px 10px;backdrop-filter:blur(6px);flex:0 0 auto}.site-header--responsive .site-header__search{order:3;flex:1 1 100%;max-width:none;width:100%;margin-top:0}.site-header--responsive .site-header__action-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header--responsive .site-header__action,.site-header--responsive .site-header__cart-link{padding:0;background:transparent;min-width:0;width:42px;height:42px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;border:none}.site-header--responsive .site-header__cart-link{gap:0}}@media (max-width:1024px){.site-header--responsive .site-header__action:focus-visible,.site-header--responsive .site-header__action:hover,.site-header--responsive .site-header__cart-link:focus-visible,.site-header--responsive .site-header__cart-link:hover{background:hsla(0,0%,100%,.2)}.site-header--responsive .site-header__icon{width:28px;height:28px}.site-header--responsive .site-header__cart-count{top:0;right:0}.site-header--responsive .site-header__cart-toggle{display:none}.content-card--categories .content-card__header h2{font-size:1.125rem}.content-card--categories .content-card__grid{gap:16px}.content-card--categories .content-card__item{padding:18px 14px}}@media (min-width:641px) and (max-width:1024px){.site-header--responsive .site-header__actions{gap:16px;padding:8px 16px}.site-header--responsive .site-header__action-text{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:nowrap;border:0;display:inline-flex;align-items:center;gap:6px;font-size:.95rem;font-weight:600}.site-header--responsive .site-header__action,.site-header--responsive .site-header__cart-link{width:auto;min-width:0;height:auto;padding:6px 14px;gap:10px;border-radius:9999px}.site-header--responsive .site-header__icon{width:26px;height:26px}.site-header--responsive .site-header__cart{gap:8px}.site-header--responsive .site-header__cart-link{gap:10px}.site-header--responsive .site-header__cart-count{right:0;left:auto}.site-header--responsive .site-header__cart-toggle{display:inline-flex;width:auto;height:auto;padding:0;margin-left:6px;border:none;background:transparent}.site-header--responsive .site-header__cart-toggle-icon{width:16px;height:16px}}@media (min-width:1025px){.dog-supplies .content-card__carousel{padding-inline:0}.dog-supplies .content-card__grid,.shopping-audiences .content-card__grid{display:flex;align-items:stretch;justify-content:flex-start;gap:clamp(20px,2.6vw,32px);padding:6px 12px 16px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scroll-snap-type:x mandatory;scroll-padding:0 12px}.dog-supplies .dog-supplies__item,.shopping-audiences .content-card__item{flex:0 0 clamp(170px,16vw,210px);min-width:auto;gap:12px;padding:clamp(12px,1.2vw,18px) clamp(10px,1vw,16px)}.shopping-audiences .content-card__image{width:clamp(160px,12vw,220px);height:clamp(160px,12vw,220px)}.dog-supplies .content-card__grid,.shopping-audiences .content-card__grid{justify-content:space-between;gap:clamp(32px,5vw,80px)}}@media (max-width:1023px){.highlight-card{padding:0}.highlight-grid{grid-template-columns:minmax(0,1fr);gap:16px;padding:0}.highlight-grid__secondary{padding:18px}.highlight-grid__secondary-track{gap:14px}.home-page{padding:28px 0 0}.home-page__inner{width:100%;gap:28px;padding:0 18px}.dog-supplies .dog-supplies__item,.shopping-audiences .content-card__item{flex-basis:clamp(170px,26vw,200px)}.shopping-audiences .content-card__image{width:clamp(130px,24vw,190px);height:clamp(130px,24vw,190px)}}@media (max-width:768px){.home-page{padding:24px 0 0}.home-page__inner{padding:0 16px;gap:0}.highlight-grid{grid-template-columns:minmax(0,1fr)}}@media (min-width:641px) and (max-width:1024px){.content-card--categories .content-card__item{padding:clamp(10px,1.5vw,16px) clamp(8px,1.2vw,14px);gap:8px}.content-card--categories .content-card__image{width:clamp(100px,12vw,160px);height:clamp(100px,12vw,160px)}.content-card--categories .content-card__item p{font-size:clamp(.85rem,1vw,.95rem)}}@media (max-width:767px){.highlight-grid__secondary{display:none}}@media (max-width:640px){.site-header__inner{padding:8px 12px 12px}.content-card--categories .content-card__header h2{font-size:16px}.site-header--condensed .site-header__inner{padding:8px 12px}.site-header__top{-moz-column-gap:10px;column-gap:10px;row-gap:0}.site-header__identity{flex:0 0 auto}.site-header__brand{font-size:1.85rem}.site-header__actions{gap:8px;padding:4px 8px}.site-header__action,.site-header__cart-link{width:34px;height:34px}.site-header__icon{width:22px;height:22px}.site-header__search{margin-top:0}.site-header__cart-count{top:0;right:0}.highlight-card{padding:0 16px}.highlight-item{flex-basis:88%}.dog-supplies .content-card__grid,.shopping-audiences .content-card__grid{padding:0;gap:5px}.dog-supplies .dog-supplies__item,.shopping-audiences .content-card__item{flex:0 0 140px;max-width:140px}.content-card.content-card--categories{padding:20px 0 0}.content-card--categories .content-card__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;justify-items:center}.content-card--categories .content-card__item{padding:0;gap:8px;text-align:center}.content-card__item{padding:16px 12px;gap:10px}.content-card--categories .content-card__image{width:clamp(72px,22vw,96px);height:clamp(72px,22vw,96px)}.content-card__image{width:120px;height:120px}.shopping-audiences .content-card__image{width:140px;height:140px}.content-card--audiences.dog-supplies .dog-supplies__item,.dog-supplies .dog-supplies__item{min-height:156px;height:156px}}.product-page{background:#fefefe;padding:clamp(18px,4vw,18px) 0 0}.product-page__inner{width:min(100%,1240px);margin:0;padding-left:12px;padding-right:12px;display:flex;flex-direction:column;gap:10px}.product-status{padding:18px 24px;border-radius:16px;background:#e0f2fe;color:#0f172a;font-weight:600;display:inline-flex;align-items:center;gap:12px}.product-status--error{background:#fee2e2;color:#991b1b}.product-breadcrumb{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.product-breadcrumb ol{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;list-style:none;padding:0;margin:0;font-size:.7rem;color:#475569;white-space:nowrap}.product-breadcrumb li{display:inline-flex;align-items:center;gap:12px}.product-breadcrumb li:not(:last-child):after{content:"›";color:#94a3b8;font-size:1.1rem}.product-breadcrumb a{text-decoration:none}.product-breadcrumb [aria-current=page],.product-breadcrumb a{color:#2563eb;font-weight:500}.product-breadcrumb a:hover{text-decoration:underline}.product-hero{background:#fff;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr) minmax(280px,.85fr);gap:clamp(24px,3vw,40px);align-items:start}.product-hero__media{display:flex;flex-direction:column;gap:18px}.product-gallery{display:flex;flex-direction:column;gap:16px}.product-gallery__stage{position:relative;border-radius:4px;background:radial-gradient(circle at top,rgba(37,79,158,.12),rgba(37,79,158,.02));min-height:clamp(320px,32vw,460px);overflow:hidden;width:100%;padding:clamp(20px,3vw,32px)}.product-gallery__image{-o-object-fit:contain;object-fit:contain;border-radius:8px}.product-gallery[data-layout=vertical] .product-gallery__stage,.product-gallery[data-layout=vertical] .product-gallery__thumbnails,.product-gallery__vertical{display:none}.product-gallery[data-layout=vertical] .product-gallery__vertical{display:flex;flex-direction:column}.product-gallery__vertical-scroller{display:flex;flex-direction:column;gap:16px}.product-gallery__vertical-item{position:relative;border-radius:8px;background:radial-gradient(circle at top,rgba(37,79,158,.12),rgba(37,79,158,.02));min-height:420px;padding:28px;overflow:hidden}.product-gallery__vertical-image{-o-object-fit:contain;object-fit:contain;border-radius:8px}.product-gallery__thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:10px}.product-gallery__mobile-nav{display:none}.product-gallery__thumbnail{position:relative;border:2px solid #e2e8f0;border-radius:8px;padding:8px;background:#fff;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;min-height:72px;aspect-ratio:1/1;overflow:hidden}.product-gallery__thumbnail img{-o-object-fit:contain;object-fit:contain;border-radius:8px}.product-gallery__thumbnail:focus-visible,.product-gallery__thumbnail:hover{border-color:#2563eb;transform:translateY(-2px);outline:none}.product-gallery__thumbnail[data-active=true]{border-color:#254f9e;box-shadow:0 0 0 3px rgba(37,79,158,.15)}.product-hero__details{display:flex;flex-direction:column;gap:28px}.product-hero__variant-summary{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1f2937;margin:0}.product-hero__variant-summary--meta{margin-bottom:4px}.product-hero__variant-summary--media{display:none}.product-page img{border-radius:8px}.product-hero__meta{display:flex;flex-direction:column;gap:0}.product-hero__brand{font-weight:500;font-size:.85rem;color:#1c49c2;text-transform:none;letter-spacing:0}.product-hero__note{margin:6px 0 0;color:#475569;font-size:.95rem;line-height:1.5}@media (max-width:640px){.product-hero__note{font-size:.9rem}}.product-hero__title{margin:0;font-size:1.3rem;font-weight:600;color:#0f172a}.product-hero__subtitle{margin:0;color:#475569;font-size:.9rem;line-height:1.6}.product-hero__rating{display:flex;align-items:center;gap:5px}.product-hero__stars{display:inline-flex;gap:0}.product-hero__star{width:20px;height:20px}.product-hero__rating-summary{font-size:.95rem;font-weight:600;color:#2563eb;background:none;border:none;padding:0;cursor:pointer}.product-hero__rating-summary:focus-visible,.product-hero__rating-summary:hover{text-decoration:underline;outline:none}.product-hero__questions{font-size:.9rem;color:#475569}.product-hero__variants{display:flex;flex-direction:column;gap:24px}.product-mobile-divider,.product-mobile-section-divider{display:none}.variant-group{display:flex;flex-direction:column;gap:12px}.variant-group__label{font-weight:500;color:#031657;font-size:.95rem}.variant-group__options{display:flex;flex-wrap:wrap;gap:12px}.variant-group--inline{flex-direction:row;align-items:center;gap:16px}.variant-option{border-radius:8px;border:1px solid #767676;background:#fff;padding:12px 22px;text-align:center;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;flex:0 0 auto;min-width:120px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease;font-size:.95rem}.variant-option__label{font-weight:300;color:#1c49c2}.variant-option__meta,.variant-option__sublabel{font-size:.85rem;color:#64748b}.variant-option:focus-visible,.variant-option:hover{border-color:#254f9e;background:#dbecf9;transform:translateY(-1px);outline:none}.variant-option--selected{background:#fff;border:2px solid #254f9e}.product-quantity-select{position:relative;display:inline-flex;flex-direction:column;align-items:stretch;border-radius:12px;border:1px solid #d7dce4;background:#fff;min-width:120px;padding:14px 16px 10px;transition:border-color .2s ease,box-shadow .2s ease}@media (max-width:1024px){.dog-results__sort-control.product-quantity-select{display:none}}.product-quantity-select:focus-within{border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.product-quantity-select__label{position:absolute;top:-8px;left:12px;display:inline-flex;align-items:center;font-size:.7rem;font-weight:600;letter-spacing:0;text-transform:none;color:#475569;padding:0 6px;background:#fff;border-radius:999px}.product-quantity-select__field{position:relative;display:flex;align-items:center;padding:0}.product-quantity-select__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font-size:1rem;font-weight:600;color:#0f172a;width:100%;text-align:left;padding:4px 20px 4px 4px;cursor:pointer;line-height:1.5}.product-quantity-select__trigger:focus{outline:none}.product-quantity-select__trigger:disabled{color:#94a3b8;cursor:not-allowed}.product-quantity-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font-size:1rem;font-weight:600;color:#0f172a;width:100%;padding:4px 20px 4px 4px;cursor:pointer}.product-quantity-select select:focus{outline:none}.product-quantity-select__menu{position:absolute;top:calc(100% + 8px);left:0;right:0;display:flex;flex-direction:column;gap:0;border-radius:12px;border:1px solid #d7dce4;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.15);padding:6px 0;list-style:none;margin:0;max-height:240px;overflow-y:auto;z-index:40;-webkit-overflow-scrolling:touch}.product-quantity-select__option{padding:10px 16px;font-size:1rem;font-weight:600;color:#0f172a;cursor:pointer;transition:background-color .15s ease,color .15s ease}.product-quantity-select__option--active{background:#f1f5f9}.product-quantity-select__option--selected{color:#1d4ed8}.product-quantity-select__icon{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:10px;height:6px;background:linear-gradient(180deg,#0f172a,#1f2937);clip-path:polygon(0 0,100% 0,50% 100%);pointer-events:none}.product-quantity-select select:disabled{color:#94a3b8;cursor:not-allowed}.product-quantity-select:focus-within .product-quantity-select__label{color:#1d4ed8}.product-hero__purchase{position:relative}@media (min-width:1440px){.product-page__inner{width:100%;max-width:none;padding:0 clamp(24px,3vw,48px)}.product-hero{grid-template-columns:minmax(320px,1fr) minmax(400px,1.15fr) minmax(320px,.9fr);gap:clamp(32px,4vw,52px)}}@media (max-width:1024px){.product-page__inner{width:min(100%,1120px);padding:0 clamp(18px,4vw,28px)}.product-hero{grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:clamp(20px,3vw,32px)}.product-hero__purchase{grid-column:1/-1;max-width:520px;margin:0 auto}.product-purchase-card{max-width:none}}@media (min-width:641px) and (max-width:1024px){.product-hero{align-items:stretch}.product-hero__media{height:100%;max-height:none;padding-right:0}.product-gallery[data-layout=vertical]{height:100%;position:relative}.product-gallery[data-layout=vertical] .product-gallery__vertical{flex-direction:column;height:100%}.product-gallery[data-layout=vertical] .product-gallery__vertical-scroller{flex:1;max-height:clamp(600px,85vh,1000px);overflow-y:auto;padding:6px 8px 6px 0;gap:18px;scroll-snap-type:y proximity;scrollbar-width:thin}.product-gallery[data-layout=vertical] .product-gallery__vertical-scroller::-webkit-scrollbar{width:8px}.product-gallery[data-layout=vertical] .product-gallery__vertical-scroller::-webkit-scrollbar-thumb{background-color:rgba(148,163,184,.8);border-radius:9999px}.product-gallery[data-layout=vertical] .product-gallery__vertical-scroller::-webkit-scrollbar-track{background-color:rgba(226,232,240,.6);border-radius:9999px}.product-gallery[data-layout=vertical] .product-gallery__vertical-item{min-height:clamp(360px,55vh,480px);padding:24px;scroll-snap-align:start}.product-gallery[data-layout=vertical] .product-gallery__arrow{display:none}.product-purchase-card{width:100%}}@media (max-width:1024px){.product-page__inner{width:100%;padding:0 18px}.product-hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:24px;align-items:stretch}.product-hero__media{grid-column:1/2;grid-row:1/span 2}.product-hero__details{grid-column:2/3;grid-row:1/2;width:100%}.product-hero__purchase{grid-column:2/3;grid-row:2/3;align-self:stretch;width:100%}}@media (min-width:1025px){.product-page__inner{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}}@media (max-width:640px){.product-page{padding:24px 0 calc(200px + env(safe-area-inset-bottom))}.product-page__inner{padding:0 16px}.product-hero{display:flex;flex-direction:column;gap:16px;padding:0;border-radius:0;box-shadow:none;background:transparent}.product-gallery__stage{min-height:clamp(280px,70vw,460px);padding:0;border-radius:0;background:#fff;width:calc(100% + 32px);margin:0 -16px}.product-hero__media{order:2;gap:12px;align-items:stretch;width:100%}.product-hero__details{order:0;display:contents}.product-hero__purchase{order:4;width:100%;padding:0}.product-purchase-card{width:100%;padding:0;border-radius:0;border:none;box-shadow:none;background:transparent;gap:20px}.product-purchase-card>.product-mobile-section-divider{display:block;width:100%;height:1px;background:#e2e8f0;border-radius:999px;margin:4px 0 12px}.product-hero__meta{order:1;gap:0;padding:0;width:100%}.product-hero__title{font-size:1rem;line-height:1.35}.product-hero__brand{font-size:.8rem}.product-hero__rating{flex-wrap:wrap;gap:6px}.product-hero__rating-summary{font-size:.8rem}.product-hero__variants{order:3;gap:18px;padding:0}.variant-group__options{gap:12px;width:auto;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.variant-option{flex:0 0 auto;max-width:min(140px,100%);padding:12px 20px}.variant-group__options>.variant-option:only-child{flex-basis:100%}.product-gallery__thumbnails{display:none}.product-gallery__mobile-nav{display:flex;justify-content:center;gap:8px;margin-top:16px}.product-gallery,.product-gallery__mobile-nav,.product-hero__media{width:100%}.product-purchase-card__primary-bar{position:fixed;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:hsla(0,0%,100%,.96);box-shadow:0 -12px 32px rgba(15,23,42,.12);backdrop-filter:blur(6px);display:flex;justify-content:center;z-index:120}[data-cart-drawer-open=true] .product-purchase-card__primary-bar{display:none}.product-purchase-card__primary{max-width:480px;width:100%;border-radius:16px}}.product-purchase-card{background:#fff;display:flex;flex-direction:column;gap:14px;max-width:100%}.product-purchase-card__primary-bar{width:100%}.product-purchase-card__pricing{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.product-purchase-card__price-summary{display:flex;flex-direction:column;gap:6px}.product-purchase-card__price-row{display:flex;align-items:baseline;gap:10px}.product-purchase-card__price{font-size:1.9rem;font-weight:700;color:#bc2848}.product-purchase-card__list-price{font-size:.95rem;color:#6b7280;text-decoration:line-through}.product-purchase-card__price-meta{display:flex;align-items:center;gap:10px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.product-purchase-card__price-note{color:#bc2848;font-weight:700}.product-purchase-card__future-price{color:#111827;font-weight:500;font-size:.85rem;letter-spacing:normal;text-transform:none}.product-purchase-card__autoship-callout{font-size:.85rem;color:#254f9e;font-weight:600}.product-purchase-card__badge{display:inline-flex;align-items:center;gap:8px;background:#fde4e8;color:#bc2848;font-weight:600;padding:6px 12px;border-radius:999px;white-space:nowrap;font-size:.8rem;letter-spacing:.02em}.product-purchase-card__badge-icon{width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 4.75c1.1-1.9 3.16-3 5.36-2.72 1.7.22 3.2 1.18 4.12 2.63' stroke='%23b91c1c' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M12.9 3.5 16 7.05l-4.4.3' stroke='%23b91c1c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 15.25c-1.1 1.9-3.16 3-5.36 2.72-1.7-.22-3.2-1.18-4.12-2.63' stroke='%23b91c1c' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M7.1 16.5 4 12.95l4.4-.3' stroke='%23b91c1c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% /contain}.purchase-plan-group{display:flex;flex-direction:column;gap:14px}.purchase-plan{display:flex;align-items:flex-start;gap:12px;border:2px solid #d7dce4;border-radius:4px;padding:20px 22px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.purchase-plan:focus-visible,.purchase-plan:hover{box-shadow:0 4px 10px rgba(0,0,0,.15);transform:translateY(-1px);outline:none}.purchase-plan[data-selected=true]{border-color:#254f9e}.purchase-plan--autoship[data-selected=true]{background:#fff}.purchase-plan__indicator{width:20px;height:20px;border-radius:50%;border:2px solid #c1c7d4;display:inline-flex;align-items:center;justify-content:center;margin-top:2px;transition:border-color .2s ease,background-color .2s ease;flex-shrink:0;background:#fff}.purchase-plan__indicator span{width:10px;height:10px;border-radius:50%;background:transparent;transition:background-color .2s ease}.purchase-plan[data-selected=true] .purchase-plan__indicator{border-color:#254f9e}.purchase-plan[data-selected=true] .purchase-plan__indicator span{background:#254f9e}.purchase-plan__content{flex:1;display:flex;flex-direction:column;gap:10px;align-items:stretch}.purchase-plan__header{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.purchase-plan__headline{display:inline-flex;align-items:center;gap:8px}.purchase-plan__label{font-size:.8rem;font-weight:300;color:#031657}.purchase-plan__label--autoship{font-size:.85rem;font-weight:600;color:#2563eb;display:inline-flex;align-items:center;gap:6px}.purchase-plan__label--autoship:before{content:"";width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.25 4.75A6.25 6.25 0 0 1 16 7.05' stroke='%23122660' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M12.9 3.5 16 7.05l-4.4.3' stroke='%23122660' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.75 15.25A6.25 6.25 0 0 1 4 12.95' stroke='%23122660' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M7.1 16.5 4 12.95l4.4-.3' stroke='%23122660' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% /contain}.purchase-plan__tagline{font-size:.78rem;color:#475569;font-weight:400;display:inline-flex;align-items:center;gap:4px}.purchase-plan__separator{color:#031657;font-weight:600}.purchase-plan__info-icon{width:14px;height:14px;border-radius:50%;border:1px solid #94a3b8;color:#254f9e;font-size:.65rem;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.purchase-plan__info-icon:before{content:"i";font-style:normal;line-height:1}.purchase-plan__info-button{border:none;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;cursor:pointer;color:#254f9e;transition:background-color .2s ease,color .2s ease,transform .2s ease}.purchase-plan__info-button:focus-visible,.purchase-plan__info-button:hover{background:rgba(37,79,158,.1);outline:none}.purchase-plan__price-group{display:flex;align-items:baseline;gap:6px}.purchase-plan__price-value{font-size:1.3rem;font-weight:700;color:#bc2848}.purchase-plan__price-original{font-size:.85rem;color:#64748b;text-decoration:line-through;font-weight:500}.purchase-plan__price-caption{font-size:.72rem;color:#475569;font-weight:600}.purchase-plan__price-subtext{font-size:.82rem;color:#4b5563}.purchase-plan__price-group--autoship{justify-content:flex-start}.purchase-plan__price-group--stacked{flex-direction:column;align-items:flex-start;gap:2px}.purchase-plan--once .purchase-plan__header{align-items:flex-start;gap:6px}.purchase-plan__details{margin:0;font-size:.7rem;color:#bc2848;font-weight:500;text-align:left;padding-left:0;align-self:stretch}.purchase-plan__details-link{color:#254f9e;text-decoration:underline;font-weight:500;border:none;background:transparent;padding:0;cursor:pointer;font:inherit}.purchase-plan__divider{display:block;width:100%;height:1px;background:#e2e8f0;margin-top:4px}.purchase-plan__future{display:inline-flex;align-items:baseline;gap:6px}.purchase-plan__future-price{font-size:1rem;font-weight:600;color:#0f172a}.purchase-plan__future-caption{font-size:.7rem;color:#4b5563;font-weight:500}.purchase-plan__perks{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;font-size:.7rem;color:#1f2937}.purchase-plan__perks li{display:inline-flex;align-items:center;gap:8px}.purchase-plan__perk-icon{width:20px;height:20px;border-radius:50%;flex-shrink:0;background:#eff4ff;position:relative}.purchase-plan__perk-icon:before{content:"";position:absolute;inset:3px;border-radius:50%;background:linear-gradient(135deg,#254f9e,#1f3f7c)}.purchase-plan__perk-icon--savings:after{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:2px;background:#fbbf24;transform:translate(-50%,-50%) rotate(45deg)}.purchase-plan__perk-icon--schedule:after{content:"";position:absolute;inset:4px;border-radius:50%;border:2px solid #fff;background:linear-gradient(#fff 0 0) 50%/2px 6px no-repeat,linear-gradient(#fff 0 0) 50%/6px 2px no-repeat}.purchase-plan__perk-icon--flex:after{content:"";position:absolute;inset:4px;border-radius:50%;border:2px solid #fff;background:conic-gradient(from 45deg,transparent 0 25%,#fff 25% 35%,transparent 35% 50%,#fff 50% 60%,transparent 60%)}.purchase-plan__note{margin:0;font-size:.78rem;color:#254f9e}.product-purchase-card__promo{display:flex;gap:12px;align-items:flex-start;padding:18px;border-radius:16px;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(59,130,246,.04))}.product-purchase-card__promo-icon{width:28px;height:28px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 28'%3E%3Crect x='1.5' y='5.5' width='25' height='21' rx='3.5' stroke='%232563eb' stroke-width='2'/%3E%3Cpath d='M6 5.5h16' stroke='%232563eb' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.5 10c2.2 0 4-1.79 4-4 0-1.1-.9-2-2-2-2.2 0-4 1.79-4 4 0 1.1.9 2 2 2Zm11 0c-2.2 0-4-1.79-4-4 0-1.1.9-2 2-2 2.2 0 4 1.79 4 4 0 1.1-.9 2-2 2Z' stroke='%23ef4444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 26V10' stroke='%232563eb' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% /contain}.product-purchase-card__promo-text{margin:0;font-size:.95rem;color:#1f2937;line-height:1.5}.product-purchase-card__promo-text strong{color:#2563eb}.product-purchase-card__promo-link{display:inline-flex;margin-top:6px;font-size:.9rem;font-weight:600;color:#2563eb}.product-purchase-card__status{gap:12px;border-top:1px solid #e2e8f0;padding-top:20px;margin-top:8px}.product-purchase-card__quantity,.product-purchase-card__status{display:flex;flex-direction:column;align-items:flex-start;width:100%}.product-purchase-card__quantity{gap:8px}.product-purchase-card__quantity-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.product-purchase-card__quantity-stepper{display:flex;flex-direction:column;gap:6px}.product-purchase-card__quantity-stepper-control{width:-moz-fit-content;width:fit-content}.product-purchase-card__quantity-label{font-size:.85rem;font-weight:400;color:#1f2937;letter-spacing:.06em}.product-purchase-card__stock{color:#0a8a4b;font-weight:600;font-size:.85rem}.product-purchase-card__stock[data-status=unavailable]{color:#b91c1c}.product-purchase-card__availability{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;min-height:48px}.product-purchase-card__shipping-inline{font-size:.85rem;color:#1f2937;font-weight:500}.product-purchase-card__shipping-inline strong{font-weight:600}.product-purchase-card__shipping{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.product-purchase-card__shipping-copy{display:flex;flex-direction:column;gap:4px}.product-purchase-card__shipping-highlight{font-size:.95rem;font-weight:700;color:#031657;text-transform:uppercase;letter-spacing:.04em}.product-purchase-card__shipping-note{font-size:.85rem;color:#4b5563}.product-purchase-card__pet-attributes{margin-top:16px;padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.product-purchase-card__pet-attributes-heading{font-size:.85rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.product-purchase-card__pet-attributes dl{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px 16px}.product-purchase-card__pet-attribute{display:flex;flex-direction:column;gap:2px}.product-purchase-card__pet-attribute dt{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.product-purchase-card__pet-attribute dd{margin:0;font-size:.95rem;font-weight:600;color:#0f172a}.product-purchase-card__returns{font-size:.85rem;color:#0f172a;display:flex;align-items:flex-start;gap:10px;width:100%;margin:8px 0 0;position:relative}.product-purchase-card__returns-text{display:inline-flex;align-items:center;gap:6px;flex:1}.product-purchase-card__returns-link{text-decoration:underline;font-weight:500;border:none;background:transparent;padding:0;cursor:pointer;font:inherit;color:#254f9e}.product-purchase-card__returns-icon{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#254f9e,#1f3f7c);position:relative}.product-purchase-card__returns-icon:after,.product-purchase-card__returns-icon:before{content:"";position:absolute;border-radius:999px;background:#fff}.product-purchase-card__returns-icon:before{width:12px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.product-purchase-card__returns-icon:after{width:10px;height:10px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 2px #1f3f7c}.product-returns-tooltip{position:absolute;left:44px;bottom:calc(100% + 8px);background:#f8fafc;border:1px solid #cbd5f5;box-shadow:0 18px 36px rgba(15,23,42,.16);border-radius:14px;padding:14px 18px;max-width:280px;color:#0f172a;font-size:.88rem;line-height:1.5;z-index:12;--returns-tooltip-arrow-offset:32px}.product-returns-tooltip:after{content:"";position:absolute;top:100%;left:var(--returns-tooltip-arrow-offset,32px);width:12px;height:12px;background:#f8fafc;border-right:1px solid #cbd5f5;border-bottom:1px solid #cbd5f5;transform:translate(-50%,-6px) rotate(45deg);box-shadow:2px 2px 4px rgba(15,23,42,.08)}.product-purchase-card__primary{border:none;border-radius:999px;padding:14px 28px;font-weight:700;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-purchase-card__primary--autoship{background:#254f9e;color:#fff}.product-purchase-card__primary--autoship:before{content:"";width:18px;height:18px;display:inline-block;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.25 4.75A6.25 6.25 0 0 1 16 7.05' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M12.9 3.5 16 7.05l-4.4.3' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.75 15.25A6.25 6.25 0 0 1 4 12.95' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M7.1 16.5 4 12.95l4.4-.3' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% /contain}.product-purchase-card__primary--autoship:focus-visible,.product-purchase-card__primary--autoship:hover{background:#1f4a96;transform:translateY(-1px);outline:none}.product-purchase-card__primary--once{background:#f97316;color:#fff}.product-purchase-card__primary--once:focus-visible,.product-purchase-card__primary--once:hover{background:#ea580c;transform:translateY(-1px);outline:none}.product-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.feature-card{background:#fff;border-radius:28px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 18px 40px rgba(15,23,42,.06)}.feature-card__icon{width:56px;height:56px;border-radius:16px;background:rgba(37,79,158,.12);display:flex;align-items:center;justify-content:center}.feature-card__content h2{margin:0;font-size:1.2rem;color:#0f172a}.feature-card__content p{margin:0;color:#475569;line-height:1.6}.product-about{background:#fff;max-width:800px;border-radius:32px;padding:10px 0;display:flex;flex-direction:column;gap:24px}.product-about h2{margin:0;font-size:var(--feature-title-size);font-weight:600}.product-about__accordion{display:flex;flex-direction:column;gap:16px}.about-accordion{border-top:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.about-accordion[open]{background:#fff}.about-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 24px;font-size:1.05rem;color:#0f172a;font-weight:600;cursor:pointer;list-style:none}.about-accordion__summary::-webkit-details-marker{display:none}.about-accordion__icon{position:relative;width:14px;height:14px;flex-shrink:0}.about-accordion__icon:after,.about-accordion__icon:before{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;border-radius:999px;background:#1f2937;transform:translate(-50%,-50%);transition:opacity .2s ease,transform .2s ease}.about-accordion__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.about-accordion[open] .about-accordion__icon:after{opacity:0}.about-accordion__content{padding:0 24px 24px;display:flex;flex-direction:column;color:#475569;line-height:1.6;font-size:13px}.about-accordion__content p{margin:0}@media (max-width:1024px){.product-about{max-width:none;width:100%;padding:0}.about-accordion__summary{padding:14px 20px}.about-accordion__content{padding:0 20px 20px}}@media (max-width:640px){.product-about{max-width:100%;border-radius:16px;padding:8px 0;gap:16px}.product-about h2{font-size:.9rem}.product-about__accordion{gap:12px}.about-accordion__summary{padding:8px 16px;font-size:.8rem;gap:10px}.about-accordion__icon{width:12px;height:12px}.about-accordion__icon:after,.about-accordion__icon:before{width:12px;height:2px}.about-accordion__content{padding:0 16px 16px;font-size:.8rem;line-height:1.6}}.product-compare{background:#fff;border-radius:32px;padding:10px 0;display:flex;flex-direction:column;gap:5px}.product-compare__viewport{position:relative;--compare-left-arrow-offset:-22px;--compare-right-arrow-offset:-22px;--compare-arrow-center:50%}.product-compare__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.product-compare__header h2{margin:0;font-size:var(--feature-title-size);font-weight:600}@media (max-width:640px){.product-compare__header h2{font-size:.9rem}}.product-compare__action{border:1px solid #254f9e;color:#254f9e;background:#fff;border-radius:999px;padding:10px 18px;font-weight:600;cursor:pointer}.product-compare__content{display:flex;gap:24px;align-items:flex-start;overflow-x:auto;scrollbar-width:none}.product-compare__content::-webkit-scrollbar{display:none}.product-compare__arrow{top:var(--compare-arrow-center,50%);bottom:auto;transform:translateY(-50%);z-index:5}.product-compare__arrow--left{left:var(--compare-left-arrow-offset,16px)}.product-compare__arrow--right{right:var(--compare-right-arrow-offset,16px)}.compare-column{display:flex;flex-direction:column;gap:20px;min-width:240px;max-width:230px;flex:0 0 230px;scroll-snap-align:start}.compare-column--primary{position:sticky;left:0;top:0;z-index:1}.compare-carousel{position:relative;flex:1 1 auto}.compare-scroll{flex:1 1 auto;display:flex;gap:20px;padding-top:4px;padding-bottom:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:24px;scrollbar-width:none;align-items:stretch}.compare-scroll::-webkit-scrollbar{display:none}.compare-card{position:relative;border-radius:8px;display:flex;flex-direction:column;width:100%;height:auto;min-height:auto;overflow:visible}.compare-card--primary{background:#dbeafe;border-color:#bfdbfe}.compare-card--primary .deal-image{background:#dbeafe}.compare-card__body{display:flex;flex-direction:column;gap:16px;align-items:stretch;text-align:left}.compare-card__body .deal-variant{align-self:center;text-align:center}.compare-card__cta{display:inline-flex;justify-content:center;align-items:center;width:100%;border-radius:999px;border:none;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:12px 18px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;cursor:pointer}.compare-card__cta:hover{transform:translateY(-1px)}.compare-card__cta:focus-visible{outline:3px solid rgba(249,115,22,.35);outline-offset:2px}.compare-card__specs{margin-top:auto;padding:0 20px 24px}@media (max-width:640px){.product-mobile-divider{display:block;width:100%;height:1px;background:#e2e8f0;border-radius:999px;margin:24px 0}.compare-column{display:flex;flex-direction:column;gap:20px;min-width:185px;max-width:185px;flex:0 0 230px;scroll-snap-align:start}.product-compare__content{gap:0}.compare-card__specs{margin-top:auto;padding:0 0 24px}.product-mobile-divider--compact{margin:20px 0 24px}.product-mobile-divider--spacious{margin:10px 0 0}.compare-card--primary{max-width:160px;margin:0;border-radius:4px}.compare-card--primary .deal-image{display:flex;justify-content:center;align-items:center;width:100%;min-height:120px;padding:0!important;margin:0 auto;background:transparent}.compare-card--primary .deal-image img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin:0 auto}.compare-scroll{gap:0}.compare-card{max-width:170px;margin:0;border:none;padding:5px}.compare-card .deal-image{display:flex;justify-content:center;align-items:center;width:100%;min-height:120px;padding:0!important;margin:0 auto;background:transparent}.compare-card .deal-image img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin:0 auto}.deal-body .compare-card__body .deal-name{font-size:2px}.compare-card__cta{display:inline-flex;justify-content:center;align-items:center;width:100%;border-radius:999px;border:none;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:3px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;cursor:pointer;font-size:12px}.compare-card.compare-card--primary{padding:5px!important}.support-strip__mobile-heading{margin:0;font-size:.9rem;font-weight:600;color:#1f2937}.support-strip__mobile-links{align-items:center;gap:8px;font-weight:600;font-size:.8rem}.site-footer__links,.support-strip__mobile-links{display:flex;justify-content:center;flex-wrap:wrap}.site-footer__links{gap:12px 24px;font-size:.7rem;font-weight:500;text-align:center;margin:0 auto;width:100%}.site-footer__social svg{width:30px;height:30px;border-radius:12px;box-shadow:0 8px 18px rgba(15,23,42,.12)}.site-footer__legal{font-size:.7rem}.variant-group__label{font-weight:500;color:#031657;font-size:.8rem}.variant-group__options{gap:4px}.variant-group__options .variant-option,.variant-group__options button{padding:3px 6px;font-size:.85rem}.purchase-plan__future-price,.purchase-plan__price-value{font-size:.9rem}.purchase-plan__details,.purchase-plan__future-caption,.purchase-plan__perks,.purchase-plan__tagline{font-size:.65rem}.purchase-plan__label{font-size:.75rem}.product-purchase-card__shipping-inline{font-size:.65rem}.product-purchase-card__stock{font-size:.75rem}}.compare-specs{display:flex;flex-direction:column;gap:14px;margin:0}.compare-specs__row{display:flex;flex-direction:column;gap:6px}.compare-specs__label{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b;display:flex;align-items:center;gap:12px}.compare-specs__label-text{white-space:nowrap}.compare-specs__divider{display:block;flex:1;min-width:0;height:1px;border-bottom:1px dashed #94a3b8;margin-left:0;padding-bottom:12px}.compare-specs__value{margin:0;font-size:13px;color:#0f172a;line-height:1.45}.compare-specs__label{font-size:11px}.product-bundles__list{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px}.bundle-product-card{display:flex;flex-direction:column}.bundle-product-card__image{background:#fff}.bundle-product-card__body{display:flex;flex-direction:column;gap:12px;width:100%}.bundle-product-card__title{margin:0;font-size:1rem;color:#0f172a}.bundle-product-card__pricing{display:flex;flex-direction:column;gap:4px;font-weight:600}.bundle-product-card__price{font-size:1.05rem}.bundle-product-card__autoship{font-size:.85rem;color:#2563eb}.bundle-product-card__savings{font-size:.8rem;color:#16a34a;font-weight:600}.bundle-product-card__cta{border-radius:999px;border:1px solid #1d4ed8;background:#1d4ed8;color:#fff;padding:10px 20px;font-weight:600;width:100%;text-align:center;transition:background .2s ease,transform .2s ease;cursor:pointer}.bundle-product-card__cta:hover{background:#1e40af;transform:translateY(-1px)}.bundle-product-card__cta:focus-visible{outline:3px solid #bfdbfe;outline-offset:2px}.product-brand-stories{background:#fff;border-radius:32px;padding:32px;display:flex;flex-direction:column;gap:24px;box-shadow:0 18px 40px rgba(15,23,42,.06)}.product-brand-stories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-brand-stories article{display:flex;flex-direction:column;gap:18px;background:#f8fafc;border-radius:24px;overflow:hidden}.product-brand-stories article div{padding:0 24px 24px;display:flex;flex-direction:column;gap:12px}.product-brand-stories h2{margin:0;font-size:1.6rem}.product-brand-stories h3{margin:0;font-size:1.2rem;color:#0f172a}.product-brand-stories p{margin:0;color:#475569;line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:1rem;font-weight:600;color:#2563eb}.product-bundles{background:#fff;border-radius:32px;padding:32px;display:flex;flex-direction:column;gap:24px;box-shadow:0 18px 40px rgba(15,23,42,.06)}.product-bundles__header{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.product-bundles__header h2{margin:0}.product-bundles__header span{color:#475569;font-size:.95rem}.product-bundles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bundle-card{background:#f8fafc;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.bundle-card h3{margin:0;font-size:1.05rem;color:#0f172a}.bundle-card__pricing{display:flex;flex-direction:column;gap:4px;font-weight:600}.bundle-card__price{font-size:1.1rem}.bundle-card__autoship{font-size:.85rem;color:#2563eb}.bundle-card__savings{font-size:.8rem;color:#16a34a;font-weight:600}.bundle-card button{border-radius:16px;border:1px solid #2563eb;background:#2563eb;color:#fff;padding:10px 18px;font-weight:600;cursor:pointer}.product-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.product-modal__overlay{position:absolute;inset:0;background:rgba(15,23,42,.45);cursor:pointer}.product-modal__dialog{position:relative;background:#fff;border-radius:24px;width:min(520px,100%);padding:32px 32px 28px;box-shadow:0 32px 60px rgba(15,23,42,.22);display:flex;flex-direction:column;gap:20px;z-index:1}.product-modal__close{position:absolute;top:18px;right:18px;width:38px;height:38px;border-radius:999px;border:none;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease}.product-modal__close:focus-visible,.product-modal__close:hover{background:rgba(100,116,139,.15);color:#0f172a;outline:none}.product-modal__title{margin:0;font-size:1.35rem;font-weight:700;color:#0f172a}.product-modal__body{display:flex;flex-direction:column;gap:18px;color:#334155;font-size:.95rem;line-height:1.6}.product-modal__illustration{display:flex;align-items:center;justify-content:center}.product-modal__illustration svg{width:120px;height:120px}.product-modal__lead{margin:0;font-weight:700;font-size:1.1rem;color:#0f172a}.product-modal__list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;color:#1e293b}.product-modal__list li{list-style:disc}.product-modal__subtitle{margin:0;font-size:1.05rem;font-weight:700;color:#0f172a}.product-modal__text{margin:0;color:#475569;line-height:1.6}.product-modal__secondary-button{align-self:flex-end;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;border-radius:999px;padding:10px 20px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-modal__secondary-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(37,99,235,.22)}.product-modal__secondary-button:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:3px}.autoship-selection{display:flex;flex-direction:column;gap:24px}.autoship-selection__options{display:flex;flex-direction:column;gap:12px}.autoship-selection__option{position:relative;display:flex;align-items:center;gap:14px;padding:16px 20px;border:1px solid #dbeafe;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.autoship-selection__option[data-selected=true]{border-color:#254f9e;background:#f5f8ff;box-shadow:0 0 0 2px rgba(37,79,158,.12)}.autoship-selection__option:focus-within{border-color:#254f9e;box-shadow:0 0 0 2px rgba(37,79,158,.16)}.autoship-selection__input{position:absolute;opacity:0;width:0;height:0}.autoship-selection__indicator{width:20px;height:20px;border-radius:50%;border:2px solid #cbd5f5;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s ease}.autoship-selection__indicator:after{content:"";width:10px;height:10px;border-radius:50%;background:#254f9e;transform:scale(0);transition:transform .2s ease}.autoship-selection__option[data-selected=true] .autoship-selection__indicator{border-color:#254f9e}.autoship-selection__option[data-selected=true] .autoship-selection__indicator:after{transform:scale(1)}.autoship-selection__content{display:flex;flex-direction:column;gap:6px}.autoship-selection__title{font-size:.95rem;font-weight:600;color:#0f172a}.autoship-selection__description{font-size:.85rem;color:#475569}.autoship-selection__dropdown{border-radius:12px;border:1px solid #cbd5f5;padding:8px 12px;font-size:.9rem;color:#0f172a;background:#fff;max-width:100%;margin-top:2px}.autoship-selection__dropdown:disabled{opacity:.65;cursor:not-allowed}.autoship-selection__error{font-size:.85rem;color:#b91c1c;margin:-4px 0 0}.autoship-selection__submit{align-self:stretch;border:none;border-radius:999px;padding:12px 24px;background:#254f9e;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease}.autoship-selection__submit:focus-visible,.autoship-selection__submit:hover{background:#1d3f7d;outline:none}@media (max-width:640px){.product-modal{padding:16px}.product-modal__dialog{padding:28px 24px 24px;border-radius:20px}}.cart-drawer{position:fixed;inset:0;z-index:40;display:flex;align-items:stretch;justify-content:flex-end;pointer-events:none}.cart-drawer__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45);pointer-events:auto;opacity:0;animation:cart-drawer-backdrop-fade .35s ease forwards}.cart-drawer__panel{position:relative;width:min(530px,100%);max-width:100%;height:100vh;max-height:100vh;background:#fff;display:flex;flex-direction:column;box-shadow:-12px 0 32px rgba(15,23,42,.2);pointer-events:auto;transform:translateX(100%);animation:cart-drawer-slide-in .35s ease forwards;will-change:transform}@keyframes cart-drawer-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes cart-drawer-backdrop-fade{0%{opacity:0}to{opacity:1}}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:9px 20px;border-bottom:1px solid #e2e8f0}.cart-drawer__status{display:flex;align-items:center;gap:12px}.cart-drawer__status p{margin:0;font-weight:600;color:#16a34a}.cart-drawer__status-subtitle{display:block;font-size:.75rem;color:#0f172a}.cart-drawer__status-icon{width:30px;height:30px;border-radius:50%;background:#dcfce7;display:inline-flex;align-items:center;justify-content:center;color:#16a34a}.cart-drawer__status-icon svg{width:18px;height:18px}.cart-drawer__close{border:none;background:transparent;color:#475569;cursor:pointer;border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.cart-drawer__close:focus-visible,.cart-drawer__close:hover{color:#0f172a;background:rgba(148,163,184,.15);outline:none}.cart-drawer__close-icon{font-size:1.5rem;line-height:1}.cart-drawer__body{padding:15px 10px 10px;flex:1;display:flex;flex-direction:column;gap:16px;min-height:0;overflow-y:auto;overscroll-behavior:contain;scroll-padding-bottom:24px}.cart-drawer__added-items,.cart-drawer__added-items-list{display:flex;flex-direction:column;gap:12px}.cart-drawer__added-item{display:flex;gap:16px;align-items:flex-start;padding:16px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.cart-drawer__added-item--latest{border-color:#f17b19;background:linear-gradient(180deg,rgba(241,123,25,.08),#f8fafc);width:100%;padding:clamp(.75rem,1.5vw,1.25rem);border-radius:4px;font-size:clamp(.9rem,1vw,1.1rem);transition:transform .2s ease;box-sizing:border-box}.cart-drawer__added-image{flex-shrink:0;width:70px;height:110px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-drawer__added-image-media{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-drawer__added-details{display:flex;flex-direction:column;gap:6px}.cart-drawer__added-brand{margin:0;font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase}.cart-drawer__added-title{margin:0;font-size:.75rem;font-weight:600;color:#0f172a;line-height:1.4}.cart-drawer__added-meta{display:flex;gap:12px;font-size:.75rem;color:#475569;flex-wrap:wrap}.cart-drawer__added-autoship{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#122660}.cart-drawer__added-autoship-icon{width:16px;height:16px}.cart-drawer__added-footer{display:flex;align-items:center;gap:12px;font-size:.875rem;font-weight:600;color:#0f172a}.cart-drawer__added-quantity{font-weight:500;color:#475569}.cart-drawer__recommendations-header{display:flex;justify-content:space-between;align-items:center}.cart-drawer__recommendations-header h2{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.cart-drawer__recommendations{display:flex;flex-direction:column;gap:0;flex:1;min-height:0}.cart-drawer__recommendation-carousel{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;padding:0 4px}.cart-drawer__recommendation-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;overflow-x:hidden;overflow-y:auto;align-content:start;scrollbar-width:none}.cart-drawer__recommendation-grid::-webkit-scrollbar{display:none}.cart-drawer__arrow{position:absolute;right:8px;width:36px;height:36px;border-radius:50%;border:none;background:rgba(15,23,42,.85);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,opacity .2s ease,visibility .2s ease;box-shadow:0 8px 18px rgba(15,23,42,.18);opacity:0;visibility:hidden;pointer-events:none}.cart-drawer__arrow svg{width:20px;height:20px}.cart-drawer__arrow[data-visible=true]{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer__arrow:disabled{opacity:0;visibility:hidden;pointer-events:none}.cart-drawer__arrow:hover:not(:disabled){background:rgba(15,23,42,.95)}.cart-drawer__arrow--up{top:8px}.cart-drawer__arrow--down{bottom:8px}.cart-drawer__recommendation-card{width:100%;min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;padding:10px;border-radius:4px;font-size:clamp(.85rem,1vw,1rem);box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease}.cart-drawer__recommendation-card.deal-card,.cart-drawer__recommendation-card.dog-product-card{height:100%;min-height:460px;display:flex;flex-direction:column;overflow:visible}.cart-drawer__recommendation-card .deal-image{min-height:clamp(220px,55vw,280px);align-self:stretch}@media (max-width:640px){.cart-drawer__recommendation-card .deal-image,.cart-drawer__recommendation-card.deal-card,.cart-drawer__recommendation-card.dog-product-card{transform:none}.cart-drawer__recommendation-card .dog-product-card__actions,.cart-page__recommendations .dog-product-card__actions,.deals-section .dog-product-card__actions{display:none}.cart-page__container{padding:0}}@media (min-width:641px) and (max-width:1024px){.cart-drawer__recommendation-card .deal-image{min-height:clamp(200px,40vw,260px)}.cart-drawer__recommendation-card.deal-card,.cart-drawer__recommendation-card.dog-product-card{height:100%;min-height:500px;display:flex;flex-direction:column;overflow:visible}.cart-drawer__recommendation-card .deal-body{padding-bottom:16px}.cart-drawer__recommendation-actions{margin-top:auto;padding:0 16px 16px}}@media (min-width:1025px) and (max-width:1280px){.cart-drawer__recommendation-card.deal-card,.cart-drawer__recommendation-card.dog-product-card{overflow:hidden}.cart-drawer__recommendation-card .deal-body{padding-bottom:20px}.cart-drawer__recommendation-actions{margin-top:auto;padding:0 20px 20px}}@media (min-width:1025px){.cart-drawer__recommendation-card .deal-image{min-height:220px}}.cart-drawer__recommendation-card .deal-body{padding:10px;gap:10px;flex:1;min-height:0;display:flex;flex-direction:column}.cart-drawer__recommendation-actions{display:flex;padding:0}@media (min-width:641px){.cart-drawer__recommendation-card .dog-product-card__variant--body{display:block}}.cart-drawer__recommendation-actions .cart-drawer__recommendation-button{margin-top:0;width:100%}.cart-drawer__recommendation-card .deal-title{font-size:.8rem}.cart-drawer__recommendation-card .deal-brand{font-size:.7rem}.cart-drawer__recommendation-card .deal-rating{gap:6px}.cart-drawer__recommendation-card .deal-shipping{font-size:.7rem;margin-top:0;padding:0}.cart-drawer__recommendation-card .deal-shipping li{list-style:none;display:block}.cart-drawer__recommendation-button{align-self:stretch;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#f17b19;color:#fff;font-size:.875rem;font-weight:600;padding:10px 20px;cursor:pointer;transition:background .2s ease,transform .2s ease;text-align:center;text-decoration:none;width:100%}.cart-drawer__recommendation-button:focus-visible,.cart-drawer__recommendation-button:hover{background:#d76810;outline:none;transform:translateY(-1px)}.cart-drawer__footer{padding:10px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:6px}.cart-drawer__shipping{font-size:.8125rem;color:#0f172a;font-weight:300}.cart-drawer__progress{display:flex;flex-direction:column;gap:8px}.cart-drawer__progress-track{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;position:relative}.cart-drawer__progress-fill{position:absolute;top:0;bottom:0;left:0;border-radius:inherit;background:#254f9e;transition:width .3s ease}.cart-drawer__progress-text{margin:0;font-size:.75rem;color:#0f172a;font-weight:500}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#0f172a}.cart-drawer__subtotal-value{color:#b91c1c}.cart-drawer__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cart-drawer__primary,.cart-drawer__secondary{border-radius:999px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cart-drawer__secondary{border:1px solid #254f9e;color:#254f9e;background:#fff}.cart-drawer__secondary:focus-visible,.cart-drawer__secondary:hover{background:#e2e8f0;outline:none}.cart-drawer__primary{border:none;background:#f17b19;color:#fff}.cart-drawer__primary:focus-visible,.cart-drawer__primary:hover{background:#d76810;outline:none}.cart-drawer__disclaimer{margin:0;font-size:.75rem;color:#64748b}.cart-drawer__totals{display:none}@media (max-width:376px){.cart-drawer__footer *{font-size:.75rem}.cart-drawer__recommendation-card{gap:6px;min-width:180px}.cart-drawer__recommendation-grid{gap:6px}.cart-drawer__recommendation-card .deal-autoship-badge{bottom:44px;right:0;font-size:.65rem;padding:4px 8px}.cart-drawer__recommendation-card .cart-drawer__recommendation-button{font-size:.7rem;padding:8px}}@media (min-width:377px) and (max-width:640px){.cart-drawer__panel{width:100%}.cart-drawer__footer *{font-size:.85rem}.cart-drawer__recommendation-card .deal-image{justify-content:center}.cart-drawer__recommendation-card .deal-body{align-items:left;text-align:left}}.cart-page__container--filled{padding-top:32px;padding-bottom:32px;width:100%}.cart-page__mobile-summary,.cart-page__section-divider{display:none}.cart-page__recommendations{padding:12px;background:#f8fafc}.cart-page__recommendations-container{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:24px}.cart-page__recommendations-header{display:flex;align-items:center;justify-content:space-between}.cart-page__recommendations-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#0f172a}.cart-page__recommendations-grid{display:grid;gap:24px}@media (min-width:640px){.cart-page__recommendations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1025px){.cart-page__recommendations-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.cart-page__recommendation-card{height:100%}.cart-page__recommendation-button{display:inline-flex;align-items:center;justify-content:center;width:100%;border-radius:999px;border:1px solid rgba(148,163,184,.55);background:#f8fafc;color:#0f172a;font-size:11px;font-weight:400;padding:6px 16px;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.cart-page__recommendation-button:focus-visible,.cart-page__recommendation-button:hover{background:#d76810;outline:none;transform:translateY(-1px)}.cart-page__grid{display:grid;gap:20px}@media (min-width:768px){.cart-page__grid{grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:flex-start}}@media (min-width:1025px){.cart-page__grid{grid-template-columns:minmax(0,1fr) 360px}}.cart-page__main{gap:24px}.cart-page__main,.cart-panel{display:flex;flex-direction:column}.cart-panel{border-radius:4px;background:#fff;overflow:visible}.cart-panel__header{padding:10px 24px}.cart-panel__header h1{margin:0;font-size:var(--feature-title-size);font-weight:600;color:#0f172a}.cart-panel__body{display:flex;flex-direction:column;gap:16px;padding:10px}.cart-panel__item{display:grid;grid-template-columns:98px minmax(0,1fr);gap:16px;align-items:stretch;border-top:1px solid #e2e8f0;padding:12px}.cart-panel__item-header{display:flex;flex-direction:column;gap:6px}.cart-panel__item-media{border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-panel__item-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-panel__item-details{display:flex;flex-direction:column;gap:16px}.cart-panel__item-info{display:flex;flex-direction:column;gap:8px}.cart-item__brand{margin:0;font-size:.75rem;font-weight:600;color:#475569}.cart-item__name{margin:0;font-weight:600;color:#0f172a;line-height:1.5;font-size:12.8px}.cart-item__name-button{all:unset;cursor:pointer;color:inherit;display:inline}.cart-item__name-button:hover{text-decoration:underline}.cart-item__name-button:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.cart-item__variants{margin:0;font-size:.8125rem;color:#475569}.cart-panel__item-meta{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.cart-panel__item-actions{display:flex;flex-direction:column;gap:12px;height:100%}.cart-panel__item-price{font-size:1rem;font-weight:700;color:#bc2848;margin-left:auto;flex-shrink:0}.cart-panel__autoship-note{display:inline-flex;align-items:center;gap:8px;background:#eef2ff;border-radius:999px;padding:6px 12px;font-size:.75rem;color:#122660;font-weight:500}.cart-panel__autoship-note-icon{width:16px;height:16px}.cart-panel__autoship-note-text{display:inline-flex;align-items:center;gap:6px}.cart-panel__autoship-note-label{font-weight:700}.cart-panel__autoship-note-separator{font-weight:600}.cart-panel__item-controls{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.cart-panel__quantity{display:flex;flex-direction:column;gap:6px;font-size:.75rem;color:#475569;font-weight:600}.cart-panel__quantity-label{margin:0}.cart-panel__quantity .quantity-stepper{width:-moz-fit-content;width:fit-content}.quantity-stepper{display:inline-flex;align-items:center;gap:4px;border:1px solid #d7dce4;border-radius:999px;padding:2px;background:#fff}.quantity-stepper__button{width:36px;height:36px;border:none;background:transparent;color:#0f172a;font-size:1.125rem;font-weight:600;cursor:pointer;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.quantity-stepper__button:focus-visible,.quantity-stepper__button:hover{background:#f8fafc;outline:none}.quantity-stepper__button:disabled{color:#94a3b8;cursor:not-allowed}.quantity-stepper__value{min-width:44px;text-align:center;font-size:.95rem;font-weight:600;color:#0f172a}.cart-panel__remove{border:1px solid #dbe9ff;border-radius:999px;padding:8px 18px;background:#fff;color:#254f9e;font-weight:700;font-size:.875rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.cart-panel__remove:focus-visible,.cart-panel__remove:hover{background:#eff6ff;outline:none}.cart-page__sidebar{display:flex;flex-direction:column;gap:16px}.cart-summary-card{background-color:#fff;padding:10px 20px;border-radius:4px}.cart-summary-card__heading{margin:0;font-size:1.125rem;font-weight:600;color:#0f172a}.cart-summary-card__status{margin:0;font-size:.875rem;color:#475569}.cart-summary-card__rows{display:flex;flex-direction:column;gap:12px}.cart-summary-card__row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;color:#0f172a}.cart-summary-card__row--total{border-top:1px solid #e2e8f0;padding-top:12px}.cart-summary-card__label{margin:0;font-size:.875rem;font-weight:500}.cart-summary-card__label--emphasis{font-weight:600}.cart-summary-card__sublabel{margin:0;font-size:.75rem;color:#475569}.cart-summary-card__value{margin:0;font-size:.875rem;font-weight:600;color:#0f172a}.cart-summary-card__value--emphasis{font-size:1rem;color:#bc2848}.cart-summary-card__progress{display:flex;flex-direction:column;gap:8px;padding-bottom:10px}.cart-summary-card__progress-text{margin:0;font-size:.8125rem;color:#0f172a;font-weight:500}.cart-summary-card__progress-track{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;position:relative}.cart-summary-card__progress-fill{position:absolute;inset:0;width:0;border-radius:inherit;background:#254f9e;transition:width .3s ease}.cart-summary-card__checkout{border:none;border-radius:999px;background:#f17b19;color:#fff;font-size:.95rem;font-weight:700;padding:12px 18px;width:100%;cursor:pointer;transition:background .2s ease,transform .2s ease}.cart-summary-card__checkout:focus-visible,.cart-summary-card__checkout:hover{background:#d76810;outline:none;transform:translateY(-1px)}@media (max-width:720px){.cart-panel__item{grid-template-columns:minmax(0,1fr)}.cart-panel__item-media{height:170px}}@media (max-width:640px){.cart-page__mobile-summary{display:flex;flex-direction:column;gap:8px;background:#fff;border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 1px 3px rgba(15,23,42,.08)}.cart-page__mobile-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-page__mobile-summary-label{margin:0;color:#475569}.cart-page__mobile-summary-value{margin:0;font-weight:700;color:#0f172a}.cart-page__mobile-summary-message{margin:0;color:#0f172a;display:none}.cart-page__mobile-progress{margin-top:4px}.cart-page__section-divider{display:block;width:100%;height:1px;background:#e2e8f0;border-radius:999px;margin:0}.cart-panel__header h1{font-size:16px;line-height:1.4}#cart-page-recommendations{font-size:1rem}.cart-panel__body{gap:12px;padding:16px}.cart-panel__item{border:1px solid #e2e8f0;border-radius:4px;background:#fff;display:flex;align-items:stretch;gap:12px;padding:6px}.cart-panel__item-media{display:flex;align-items:center;justify-content:center;width:78px;background:#fff;border-radius:0;overflow:hidden;height:100%}.cart-page__grid,.cart-page__sidebar{gap:0}.cart-panel__item-media img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.cart-item__name{margin:0;font-weight:400;color:#0f172a;line-height:1.5;font-size:12.8px}.cart-item__brand{margin:0;font-size:12.8px;font-weight:600;color:#475569}.cart-panel__item-image{-o-object-fit:cover;object-fit:cover}.cart-panel__item-details{flex:1;gap:12px}.cart-panel__item-info{gap:6px}.cart-panel__item-actions{gap:0}.cart-panel__item-meta{gap:8px}.cart-panel__autoship-note-text{font-size:8px}.cart-panel__item-controls{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:nowrap}.cart-panel__item-controls .cart-panel__quantity{order:1;flex:0 1 auto;min-width:0}.cart-panel__item-controls .cart-panel__item-price{order:2;flex:0 0 auto;margin-left:0;font-size:12.8px;color:#0f172a}.cart-panel__item-controls .cart-panel__remove{order:3;flex:0 0 auto;margin:0;font-size:12px;color:#bc2848;background:transparent;border:none;padding:0}.dog-product-card__body-main{display:flex;flex-direction:column;gap:5px}.cart-page__recommendations{padding:10px 16px 15px;background:#fff}.cart-page__container--filled{padding-bottom:0}.cart-panel__quantity{flex-direction:row;align-items:center;gap:4px;font-size:12px}.cart-panel__quantity-label{font-size:12px}.cart-panel__quantity .quantity-stepper{width:auto}.cart-page .quantity-stepper{gap:2px}.cart-page .quantity-stepper__button{width:auto;height:auto;min-width:28px;min-height:28px;padding:4px;font-size:.95rem}.cart-page .quantity-stepper__value{min-width:24px;font-size:.8rem}.cart-item__variants{margin:0;font-size:9.6px;color:#475569}.cart-panel__remove{border:none;padding:0;background:transparent;color:#bc2848;font-size:9.6px;font-weight:600;order:3}.cart-panel__remove:focus-visible,.cart-panel__remove:hover{background:transparent;text-decoration:underline}}@media (max-width:640px){.cart-page__sidebar{display:none}.cart-page__container--filled{padding-top:0;background:#fff}.cart-summary-card__checkout{font-size:.85rem}}.account-page{background:#f3f6fc;min-height:70vh;width:100%;max-width:var(--page-max-width);margin:0 auto;padding:32px var(--page-padding-x) 32px}.account-layout{display:flex;flex-direction:row;align-items:flex-start;gap:32px}.account-sidebar{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:24px 20px;flex:0 0 270px;display:flex;flex-direction:column;gap:12px}.account-sidebar__heading{font-size:1.15rem;font-weight:600;color:#1f2937;margin:0 0 12px}.account-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.account-nav__item{border-radius:8px;overflow:hidden}.account-nav__link{display:flex;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;color:#1f2937;font-size:.85rem;font-weight:300;border-radius:8px;transition:background .2s ease,color .2s ease}.account-nav__icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#1d4ed8}.account-nav__icon svg{width:100%;height:100%}.account-nav__item--current .account-nav__link{background:#e8f0ff;font-weight:600;color:#1d4ed8}.account-nav__item--current .account-nav__icon{color:#1e3a8a}.account-nav__link:focus-visible,.account-nav__link:hover{background:#f4f7ff;color:#1e3a8a;outline:none}.account-nav__link:focus-visible .account-nav__icon,.account-nav__link:hover .account-nav__icon{color:#1e3a8a}.account-content{flex:1;background:#fff;border-radius:8px;border:1px solid #e2e8f0;display:flex;overflow:hidden}.account-content>.account-reminder,.account-content__body{flex:1;padding:28px 32px;display:flex;flex-direction:column;gap:28px}.account-content__illustration{position:relative;flex:0 0 360px;min-height:100%}.account-content__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-top-right-radius:12px;border-bottom-right-radius:12px}.account-header{margin-bottom:-8px}.account-greeting{font-size:1.4rem;font-weight:400;color:#1f2937;margin:0}.account-actions{display:flex;flex-wrap:wrap;gap:16px}.account-action{flex:1 1 150px;min-width:140px;max-width:180px;border:1px solid #e2e8f0;border-radius:8px;background:#f7f9fc;padding:20px 16px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;color:inherit}.account-action,.account-manage-button{align-items:center;text-decoration:none}.account-manage-button{display:none;justify-content:center;padding:16px 20px;border-radius:999px;background:#1d4ed8;color:#fff;font-weight:600;font-size:.95rem;box-shadow:0 12px 24px rgba(29,78,216,.2);transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.account-manage-button:focus-visible,.account-manage-button:hover{background:#1e40af;box-shadow:0 16px 32px rgba(30,64,175,.24);transform:translateY(-1px);outline:none}.account-action:focus-visible,.account-action:hover{background:#eef4ff;border-color:#c7d2fe;outline:none}.account-action__icon{width:48px;height:48px;border-radius:50%;background:#e0ecff;display:flex;align-items:center;justify-content:center;color:#2563eb}.account-action__icon svg{width:24px;height:24px;fill:currentColor}.account-action__label{font-size:.95rem;font-weight:400;color:#1f2937}.account-action--chewy-plus{display:flex}@media (min-width:641px) and (max-width:1024px){.account-action--chewy-plus{display:none!important}}@media (min-width:1025px){.account-action--chewy-plus{display:none!important}}.account-reminders{display:flex;flex-direction:column;gap:16px}.account-reminder{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #e2e8f0;border-radius:8px;background:#f7faff;box-shadow:0 4px 10px rgba(0,0,0,.15);padding:20px 24px;max-width:770px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.account-reminder:focus-visible,.account-reminder:hover{border-color:#2563eb;transform:translateY(-1px);outline:none;box-shadow:0 8px 18px rgba(37,99,235,.18)}.account-reminder__content{display:flex;flex-direction:column;gap:8px;max-width:460px}.account-reminder__title{margin:0;font-size:1.05rem;font-weight:400;color:#1f2937}.account-nav__divider{border:none;border-bottom:1px solid #d1d5db;margin:0}.account-reminder__description{margin:0;font-size:.9rem;color:#475569}.account-reminder__cta{border:none;background:#2563eb;color:#fff;font-size:.85rem;font-weight:600;padding:8px 18px;border-radius:999px;cursor:pointer;align-self:flex-start}.account-reminder__cta:focus-visible,.account-reminder__cta:hover{background:#1d4ed8;outline:none}.account-reminder__icon{width:64px;height:64px;border-radius:50%;background:#e0ecff;display:flex;align-items:center;justify-content:center}.account-reminder__icon svg{width:32px;height:32px}.account-manage{flex:1;display:flex;flex-direction:column}.account-manage__panel{display:flex;flex-direction:column;gap:28px;background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:32px;box-shadow:0 18px 36px rgba(15,23,42,.08)}.account-manage__breadcrumb{display:flex}.account-manage__breadcrumb-list{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.account-manage__breadcrumb-item{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:#475569}.account-manage__breadcrumb-item+.account-manage__breadcrumb-item:before{content:"/";color:#94a3b8}.account-manage__breadcrumb-link{color:#2563eb;font-weight:600;text-decoration:none}.account-manage__breadcrumb-link:focus-visible,.account-manage__breadcrumb-link:hover{color:#1d4ed8;outline:none}.account-manage__header{display:flex;flex-direction:column;gap:8px}.account-manage__title{margin:0;font-size:2rem;font-weight:700;color:#0f172a}.account-manage__description{margin:0;font-size:1rem;color:#475569;max-width:640px}.account-manage__summary{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:16px;background:#fff;overflow:hidden}.account-manage__summary-card{display:flex;flex-direction:column;gap:8px;padding:20px 24px;background:#fff}.account-manage__summary-card+.account-manage__summary-card{border-top:1px solid #e2e8f0}.account-manage__summary-card--points{padding:20px 24px 24px}.account-manage__summary-card--points .account-points-card{margin-top:0}.account-manage__points-card{width:100%}.account-manage__summary-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-manage__summary-title{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.account-manage__summary-action{font-size:.95rem;font-weight:600;color:#2563eb;text-decoration:none}.account-manage__summary-action:focus-visible,.account-manage__summary-action:hover{color:#1d4ed8;text-decoration:underline;outline:none}.account-manage__summary-description{margin:0;font-size:.95rem;font-weight:600;color:#1f2937}.account-manage__summary-meta{margin:0;font-size:.9rem;color:#475569}.account-manage__summary-inline-action{font-size:.9rem;font-weight:600;color:#2563eb;text-decoration:none}.account-manage__summary-inline-action:focus-visible,.account-manage__summary-inline-action:hover{color:#1d4ed8;text-decoration:underline;outline:none}.account-manage__list{display:flex;flex-direction:column;gap:16px}.account-manage__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.account-manage__link-item{display:contents}.account-manage__link{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:16px;border:1px solid #e2e8f0;background:#f8fafc;padding:16px 20px;text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;color:#0f172a}.account-manage__link:focus-visible,.account-manage__link:hover{border-color:#2563eb;box-shadow:0 12px 24px rgba(37,99,235,.12);transform:translateY(-1px);outline:none}.account-manage__link-body{display:flex;flex-direction:column;gap:4px}.account-manage__link-label{font-size:1rem;font-weight:600;color:#0f172a}.account-manage__link-description{font-size:.88rem;color:#475569}.account-manage__link-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#e2e8f0;color:#1d4ed8}.account-manage__link-icon svg{width:16px;height:16px}.account-settings{flex:1;display:flex;flex-direction:column}.account-settings__panel{background:#fff;border-radius:12px;border:1px solid #dbe4f2;box-shadow:0 18px 40px rgba(15,23,42,.06);padding:36px 40px;display:flex;flex-direction:column;gap:32px}.account-settings__breadcrumb{font-size:.85rem;color:#64748b}.account-settings__breadcrumb-list{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.account-settings__breadcrumb-item{display:inline-flex;align-items:center;gap:8px}.account-settings__breadcrumb-item+.account-settings__breadcrumb-item:before{content:"/";color:#94a3b8}.account-settings__breadcrumb-link{color:inherit;text-decoration:none;font-weight:500}.account-settings__breadcrumb-link:focus-visible,.account-settings__breadcrumb-link:hover{color:#1d4ed8;text-decoration:underline;outline:none}.account-settings__header{display:flex;flex-direction:column;gap:8px}.account-settings__title{margin:0;font-size:2.2rem;font-weight:600;color:#1f2937}.account-settings__description{margin:0;font-size:.95rem;color:#475569;max-width:560px}.account-settings__cards{display:flex;flex-direction:column;gap:16px}.account-settings__card{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 28px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px}.account-settings__card--disabled{opacity:.6;pointer-events:none}.account-settings__card--disabled .account-settings__action{cursor:not-allowed;opacity:.7}.account-settings__card-content{display:flex;flex-direction:column;gap:8px;max-width:560px}.account-settings__card-title{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.account-settings__card-description{margin:0;font-size:.92rem;color:#475569;line-height:1.5}.account-settings__details{margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.account-settings__details-row{display:flex;flex-direction:column;gap:2px}.account-settings__details-label{margin:0;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.account-settings__details-value{margin:0;font-size:.95rem;color:#1f2937}.account-addresses{display:flex;flex-direction:column;gap:24px}.account-addresses__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.account-addresses__intro{display:flex;flex-direction:column;gap:6px}.account-addresses__title{margin:0;font-size:1.5rem;font-weight:600;color:#0f172a}.account-addresses__description{margin:0;font-size:.95rem;color:#475569;max-width:520px}.account-addresses__add{align-self:flex-start;padding:10px 18px;border-radius:999px;border:none;background:#2563eb;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,transform .2s ease}.account-addresses__add:focus-visible,.account-addresses__add:hover{background:#1d4ed8;transform:translateY(-1px);outline:none}.account-addresses__status{padding:16px;border-radius:12px;background:rgba(37,99,235,.08);color:#1d4ed8;font-weight:500}.account-addresses__status--error{background:rgba(220,38,38,.08);color:#b91c1c}.account-addresses__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin:0;padding:0;list-style:none}.account-addresses__item{display:contents}.account-addresses__card{background:#fff;border-radius:16px;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 32px rgba(15,23,42,.08);padding:20px;display:flex;flex-direction:column;gap:14px}.account-addresses__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.account-addresses__card-title{margin:0;font-size:1.1rem;font-weight:600;color:#0f172a}.account-addresses__card-label{display:inline-block;margin-top:4px;padding:4px 10px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:500}.account-addresses__badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#16a34a;color:#fff;font-size:.75rem;font-weight:600}.account-addresses__card-body{display:flex;flex-direction:column;gap:6px;color:#334155;font-size:.95rem}.account-addresses__card-body p{margin:0}.account-addresses__actions{display:flex;flex-wrap:wrap;gap:10px}.account-addresses__actions button{border:1px solid rgba(37,99,235,.25);background:#fff;color:#2563eb;font-weight:600;font-size:.85rem;padding:8px 16px;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.account-addresses__actions button:focus-visible,.account-addresses__actions button:hover{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.45);outline:none}.account-addresses__empty{padding:24px;border-radius:16px;background:rgba(226,232,240,.5);text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.account-addresses__empty h3{margin:0;font-size:1.2rem;color:#0f172a}.account-addresses__empty p{margin:0;color:#475569;font-size:.95rem}.account-addresses__empty button{border:none;border-radius:999px;padding:10px 18px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.account-addresses__empty button:focus-visible,.account-addresses__empty button:hover{background:#1d4ed8;transform:translateY(-1px);outline:none}.account-addresses__form{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.08);padding:24px;display:flex;flex-direction:column;gap:20px}.account-addresses__form-title{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a}.account-addresses__form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}@media (max-width:640px){.account-addresses__form-grid{grid-template-columns:1fr}.account-addresses__form-actions{flex-direction:column;align-items:stretch}.account-addresses__form-actions button{width:100%}.account-addresses__empty h3,.account-addresses__title{font-size:16px}.account-addresses__description,.account-addresses__empty p{font-size:12.8px}.account-addresses__add,.account-addresses__empty button{font-size:16px;padding:10px 18px}}.account-addresses__form-field{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#475569}.account-addresses__form-field input,.account-addresses__form-field select{border-radius:10px;border:1px solid rgba(148,163,184,.6);padding:10px 12px;font-size:.95rem;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.account-addresses__form-field input:focus,.account-addresses__form-field select:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15);outline:none}.account-addresses__checkbox{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#475569}.account-addresses__checkbox input{width:18px;height:18px}.account-addresses__error{color:#b91c1c;font-size:.8rem}.account-addresses__form-actions{display:flex;justify-content:flex-end;gap:14px}.account-addresses__form-cancel,.account-addresses__form-submit{border-radius:999px;padding:10px 20px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,transform .2s ease}.account-addresses__form-cancel{border:1px solid rgba(148,163,184,.6);background:#fff;color:#475569}.account-addresses__form-cancel:focus-visible,.account-addresses__form-cancel:hover{background:rgba(148,163,184,.2);outline:none}.account-addresses__form-submit{border:none;background:#2563eb;color:#fff}.account-addresses__form-submit:focus-visible,.account-addresses__form-submit:hover{background:#1d4ed8;transform:translateY(-1px);outline:none}.account-addresses__form-submit:disabled{background:rgba(37,99,235,.5);cursor:not-allowed;transform:none}.account-settings__accounts{display:flex;flex-direction:column;gap:12px;margin:4px 0 0;padding:0;list-style:none}.account-settings__account{display:flex;align-items:center;gap:12px}.account-settings__account-badge{width:36px;height:36px;border-radius:50%;background:#1d4ed8;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.02em}.account-settings__account-details{display:flex;flex-direction:column;gap:2px}.account-settings__account-provider{font-weight:600;color:#1f2937}.account-settings__account-meta{font-size:.85rem;color:#475569}.account-settings__action{border-radius:999px;border:1px solid #1d4ed8;padding:10px 22px;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.account-settings__action--outline{background:#fff;color:#1d4ed8}.account-settings__action--outline:focus-visible,.account-settings__action--outline:hover{background:#e0ecff;border-color:#1d4ed8;outline:none}.account-settings__action--solid{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.account-settings__action--solid:focus-visible,.account-settings__action--solid:hover{background:#1e3a8a;border-color:#1e3a8a;box-shadow:0 0 0 3px rgba(59,130,246,.2);outline:none}.account-settings__security-summary,.account-settings__toggles{display:flex;flex-direction:column;margin-top:12px}.account-settings__security-summary{gap:8px}.account-settings__security-value{margin:0;font-size:.92rem;color:#1f2937}.account-settings__security-panel{margin-top:16px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.account-settings__security-actions,.account-settings__security-panel{display:flex;flex-direction:column;gap:12px}.account-settings__security-field{display:flex;flex-direction:column;gap:8px}.account-settings__security-label{font-size:.85rem;font-weight:600;color:#475569}.account-settings__input{width:100%;padding:10px 14px;font-size:.95rem;border-radius:10px;border:1px solid #cbd5f5;background:#f8fafc;transition:border-color .2s ease,box-shadow .2s ease}.account-settings__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.2);background:#fff}.account-settings__security-message{margin:0;font-size:.88rem;color:#2563eb}.account-settings__security-error{margin:0;font-size:.88rem;color:#dc2626;font-weight:500}.account-settings__security-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.account-settings__security-item{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px}.account-settings__security-item-primary{font-weight:600;color:#1f2937;font-size:.95rem}.account-settings__security-item-meta{font-size:.85rem;color:#64748b}.account-settings__security-item--more{font-size:.85rem;color:#475569;background:#f1f5f9}.account-settings__security-panel .account-settings__action{align-self:flex-start}.account-settings__toggle{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #e2e8f0}.account-settings__toggle:last-child{border-bottom:none}.account-settings__toggle-text{flex:1;display:flex;flex-direction:column;gap:4px}.account-settings__toggle-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.account-settings__toggle-label{font-weight:600;color:#1f2937;font-size:.95rem}.account-settings__toggle-status{font-size:.82rem;font-weight:500;color:#2563eb}.account-settings__toggle-status--saving{color:#475569}.account-settings__toggle-description{font-size:.88rem;color:#64748b}.account-settings__switch{position:relative;width:48px;height:26px;flex-shrink:0}.account-settings__switch-track{position:absolute;inset:0;background:#cbd5f5;border-radius:999px;transition:background .2s ease}.account-settings__switch-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 4px rgba(15,23,42,.16);transition:transform .2s ease}.account-settings__switch--on .account-settings__switch-track{background:#2563eb}.account-settings__switch--on .account-settings__switch-thumb{transform:translateX(22px)}.account-settings__switch--disabled{opacity:.6}.add-pet-page{padding:0;background:#0f172a;color:#fff;flex:1;display:flex;flex-direction:column;gap:0}.add-pet-hero{position:relative;flex:1;display:flex;overflow:hidden;background:radial-gradient(circle at 25% 25%,hsla(0,0%,100%,.12),transparent 50%),radial-gradient(circle at 75% 20%,rgba(96,165,250,.18),transparent 45%),linear-gradient(180deg,#0f4da2,#082a66)}.add-pet-hero__container{max-width:1080px;width:100%;margin:0 auto;padding-block-start:clamp(48px,12vh,112px);padding-block-end:0;padding-inline:clamp(16px,4vw,32px);justify-content:space-between;align-items:center;gap:clamp(32px,5vh,60px);min-height:100%}.add-pet-hero__container,.add-pet-hero__content{display:flex;flex-direction:column;text-align:left}.add-pet-hero__content{align-items:flex-start;gap:4px;max-width:500px;padding-top:20px;position:relative;z-index:1}.add-pet-hero__eyebrow{margin:0;font-size:2.35rem;font-weight:600}.add-pet-hero__heading{margin:0;font-size:clamp(1rem,4vw,1rem);font-weight:300;line-height:1.1}.add-pet-hero__description{margin:0;font-size:1.05rem;color:rgba(241,245,249,.92);max-width:640px}.add-pet-hero__features{margin:0;padding:20px 0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;width:100%;max-width:760px;justify-items:start}.add-pet-hero__feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;font-size:1rem}.add-pet-hero__feature-icon{width:40px;height:40px;border-radius:50%;background:rgba(15,23,42,.25);display:inline-flex;align-items:center;justify-content:center;color:#dbeafe;flex-shrink:0;box-shadow:inset 0 0 0 1px rgba(148,197,255,.4)}.add-pet-hero__feature-icon svg{width:36px;height:36px}.add-pet-hero__feature-label{display:inline-block;line-height:1.4;max-width:200px;font-size:.8em}.add-pet-hero__cta{margin-top:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#254f9e;padding:14px 32px;border-radius:999px;min-width:500px;max-height:40px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.add-pet-hero__cta:focus-visible,.add-pet-hero__cta:hover{background-color:#dbeafa}.add-pet-hero__cta-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.add-pet-hero__cta-icon svg{width:100%;height:100%}.add-pet-hero__illustration{position:relative;width:100%;max-width:500px;display:flex;flex:1;align-items:flex-end;justify-content:center;margin:0 auto;pointer-events:none}.add-pet-hero__glow{position:absolute;width:460px;height:460px;bottom:-140px}.add-pet-hero__image{position:relative;width:min(100%,520px);height:auto;max-height:clamp(240px,52vh,420px);-o-object-fit:contain;object-fit:contain;z-index:1;filter:drop-shadow(0 28px 48px rgba(15,23,42,.35))}@media (max-width:1023px){.add-pet-hero__container{padding-block-start:clamp(40px,14vh,96px);padding-block-end:clamp(16px,8vh,48px);padding-inline:clamp(20px,6vw,32px);gap:clamp(28px,7vh,56px)}.add-pet-hero__features{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px;justify-items:center}}@media (max-width:640px){.add-pet-hero__content{align-items:center;text-align:center}}.add-pet-new-page{padding:0;background:linear-gradient(180deg,#f5f8ff,#fff 65%);color:#0f172a}.pet-profile{padding:34px 16px 20px}.pet-profile__container{min-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.pet-profile__back-link{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;font-size:.95rem;color:#1d4ed8;text-decoration:none;font-weight:600;transition:color .2s ease;padding-left:8px}.pet-profile__back-link:focus-visible,.pet-profile__back-link:hover{color:#0f4da2;outline:none;text-decoration:underline}.pet-profile__back-icon{display:inline-flex;width:20px;height:20px}.pet-profile__back-icon svg{width:100%;height:100%}.pet-profile__card{display:flex;flex-direction:column;align-items:center;width:100%;max-width:540px;margin:0 auto;padding:20px 72px;background:#fff;border-radius:8px;box-shadow:0 32px 70px rgba(15,23,42,.12)}.pet-profile__card--error,.pet-profile__card--loading{min-height:280px;justify-content:center;gap:12px;text-align:center}.pet-profile__status{margin:0;font-size:1rem;font-weight:500;color:#1f2937}.pet-profile__error-title{margin:0;font-size:1.1rem;font-weight:600;color:#b91c1c}.pet-profile__error-text{margin:0;font-size:.95rem;color:#475569}.pet-profile__error-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:#1d4ed8;color:#fff;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}.pet-profile__error-link:focus-visible,.pet-profile__error-link:hover{background:#1e40af;transform:translateY(-1px);outline:none}.pet-profile__header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:420px}.pet-profile__title{margin:0;font-size:clamp(1rem,3.5vw,1.3rem);font-weight:600;color:#0f172a}.pet-profile__subtitle{margin:0;font-size:.9rem;color:#475569}.pet-profile__illustration{width:100%;max-width:320px}.pet-profile__illustration--has-photo{border-radius:24px;overflow:hidden;box-shadow:0 22px 48px rgba(15,23,42,.2)}.pet-profile__illustration-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pet-profile__illustration img{width:100%;max-height:150px}.pet-profile__photo-button{align-self:center;display:inline-flex;align-items:center;gap:16px;min-height:44px;max-height:44px;padding:18px 32px;border-radius:999px;border:2px dashed #94a3b8;background:#f8fbff;color:#1d4ed8;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.pet-profile__photo-button.pet-profile__photo-button--has-photo{border-style:solid;border-color:#93c5fd;background:#fff;color:#0f172a}.pet-profile__photo-button:focus-visible,.pet-profile__photo-button:hover{background:#eff6ff;box-shadow:0 12px 24px rgba(37,99,235,.12);outline:none;transform:translateY(-1px)}.pet-profile__photo-button:disabled,.pet-profile__photo-button:disabled:focus-visible,.pet-profile__photo-button:disabled:hover{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none;background:#f1f5f9}.pet-profile__photo-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:80%;background:rgba(37,99,235,.08);color:#1d4ed8}.pet-profile__photo-icon svg{width:22px;height:22px}.pet-profile__photo-preview{width:56px;height:56px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;border:2px solid #bfdbfe}.pet-profile__photo-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pet-profile__form{display:flex;flex-direction:column;gap:24px;width:100%;padding-top:20px;max-width:420px;margin:0 auto}.pet-profile__field{display:flex;flex-direction:column;gap:8px}.pet-profile__label{font-weight:400;color:#0f172a;font-size:.95rem}.pet-profile__input,.pet-profile__select{width:100%;border-radius:8px;max-height:80px;border:1.5px solid #dbeafe;padding:10px 20px;font-size:1rem;background:#fff;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 6px 18px rgba(15,23,42,.05)}.pet-profile__input:focus-visible,.pet-profile__select:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.2);background:#fff}.pet-profile__input::-moz-placeholder{color:#94a3b8}.pet-profile__input::placeholder{color:#94a3b8}.pet-profile__input--error,.pet-profile__select--error{border-color:#f87171;box-shadow:0 0 0 3px hsla(0,91%,71%,.2);background:#fff1f2}.pet-profile__error{margin-top:8px;color:#b91c1c;font-size:.85rem;font-weight:500}.pet-profile__form-error{margin-top:20px;color:#b91c1c;font-size:.95rem;font-weight:500;text-align:center}.pet-profile__submit{align-self:center;border:none;border-radius:999px;padding:18px 56px;background:#254f9e;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.pet-profile__submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.pet-profile__submit:disabled:focus-visible,.pet-profile__submit:disabled:hover{box-shadow:none;transform:none;outline:none}.pet-profile--details{padding-block:clamp(32px,10vh,72px) clamp(48px,14vh,104px);background:linear-gradient(180deg,#102965,#1e3a8a 32%,#f8fbff 0,#fff)}.pet-profile--details .pet-profile__container{min-width:0;width:min(100%,1040px);gap:clamp(24px,6vw,40px)}.pet-details-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:clamp(20px,5vw,32px);padding:clamp(24px,6vw,40px) clamp(20px,6vw,48px);background:linear-gradient(115deg,#10235b,#1f3fa2 52%,#2563eb);border-radius:24px;box-shadow:0 32px 80px rgba(15,23,42,.45);color:#fff}.pet-details-banner__content{display:flex;align-items:center;gap:clamp(16px,4vw,28px);flex:1 1 320px;min-width:0}.pet-details-banner__avatar{width:clamp(80px,12vw,108px);height:clamp(80px,12vw,108px);border-radius:50%;border:2px dashed hsla(0,0%,100%,.7);background:rgba(15,23,42,.35);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.pet-details-banner__avatar--has-photo{border-style:solid;border-color:hsla(0,0%,100%,.9);background:#fff}.pet-details-banner__avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pet-details-banner__avatar-icon svg{width:clamp(28px,5vw,44px);height:clamp(28px,5vw,44px);color:currentColor}.pet-details-banner__text{display:flex;flex-direction:column;gap:8px}.pet-details-banner__description{margin:0;max-width:520px;font-size:.95rem;color:hsla(0,0%,100%,.85)}.pet-details-banner__type{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600;opacity:.8}.pet-details-banner__name-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.pet-details-banner__name{margin:0;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;letter-spacing:-.01em}.pet-details-banner__view-link{font-size:.95rem;font-weight:600;color:hsla(0,0%,100%,.9);text-decoration:none;transition:color .2s ease}button.pet-details-banner__view-link{border:none;background:none;padding:0;cursor:pointer}button.pet-details-banner__view-link:disabled{color:hsla(0,0%,100%,.45);cursor:not-allowed}button.pet-details-banner__view-link:disabled:focus-visible,button.pet-details-banner__view-link:disabled:hover{color:hsla(0,0%,100%,.45);text-decoration:none;outline:none}.pet-details-banner__view-link:focus-visible,.pet-details-banner__view-link:hover{color:#fff;text-decoration:underline;outline:none}.pet-details-banner__photo-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;border-radius:999px;padding:14px 32px;background:hsla(0,0%,100%,.15);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.pet-details-banner__photo-button:focus-visible,.pet-details-banner__photo-button:hover{background:hsla(0,0%,100%,.25);transform:translateY(-1px);box-shadow:0 18px 40px rgba(15,23,42,.3);outline:none}.pet-details-banner__photo-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.pet-details-banner__photo-button:disabled:focus-visible,.pet-details-banner__photo-button:disabled:hover{background:hsla(0,0%,100%,.15);transform:none;box-shadow:none;outline:none}.pet-details-form{background:#fff;border-radius:24px;padding-top:24px;display:flex;flex-direction:column;gap:clamp(24px,5vw,40px);width:100%}.pet-details-form__header{display:flex;flex-direction:column;gap:12px}.pet-details-form__title{margin:0;font-size:clamp(1.4rem,3.4vw,1.9rem);font-weight:600;color:#0f172a}.pet-details-form__subtitle{margin:0;color:#475569;font-size:.98rem;max-width:520px}.pet-details-form__fields{display:flex;flex-direction:column;gap:clamp(24px,4vw,36px)}.pet-details-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(20px,4vw,28px)}.pet-details-form__field{display:flex;flex-direction:column;gap:12px}.pet-details-form__field--full{grid-column:1/-1}.pet-details-form__label{font-weight:400;color:#0f172a;font-size:.95rem}.pet-details-form__input,.pet-details-form__select{width:100%;border-radius:8px;border:1.5px solid #dbeafe;padding:10px 20px;font-size:1rem;background:#fff;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 6px 18px rgba(15,23,42,.05)}.pet-details-form__input:focus-visible,.pet-details-form__select:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.2);background:#fff}.pet-details-form__checkbox{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;color:#475569}.pet-details-form__checkbox input{width:18px;height:18px;accent-color:#2563eb}.pet-details-form__link-button{align-self:flex-start;border:none;background:transparent;padding:0;color:#2563eb;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:underline;transition:color .2s ease}.pet-details-form__link-button:focus-visible,.pet-details-form__link-button:hover{color:#1d4ed8;outline:none}.pet-details-form__link-button--remove{color:#b91c1c}.pet-details-form__link-button--remove:focus-visible,.pet-details-form__link-button--remove:hover{color:#991b1b}.pet-details-form__adoption{margin-top:16px;display:flex;flex-direction:column;gap:10px}.pet-details-form__actions{display:flex;justify-content:flex-end;gap:16px;flex-wrap:wrap;padding-top:20px}.pet-details-form__error{margin-top:18px;color:#b91c1c;font-size:.9rem;font-weight:500;text-align:right}.pet-details-form__skip{border:2px solid #2563eb;border-radius:999px;background:#fff;color:#2563eb;padding:12px 28px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.pet-details-form__skip:focus-visible,.pet-details-form__skip:hover{background:#2563eb;color:#fff;transform:translateY(-1px);outline:none}.pet-details-form__skip:disabled{opacity:.6;cursor:not-allowed;background:#fff;color:#2563eb;transform:none}.pet-details-form__skip:disabled:focus-visible,.pet-details-form__skip:disabled:hover{background:#fff;color:#2563eb;transform:none;outline:none}.pet-details-form__submit{border:none;border-radius:999px;padding:12px 32px;background:#254f9e;color:#fff;font-weight:600;font-size:.98rem;cursor:pointer;box-shadow:0 20px 48px rgba(37,99,235,.28);transition:transform .2s ease,box-shadow .2s ease}.pet-details-form__submit:focus-visible,.pet-details-form__submit:hover{transform:translateY(-1px);box-shadow:0 24px 58px rgba(37,99,235,.35);outline:none}.pet-details-form__submit:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:0 20px 48px rgba(37,99,235,.18)}.pet-details-form__submit:disabled:focus-visible,.pet-details-form__submit:disabled:hover{transform:none;box-shadow:0 20px 48px rgba(37,99,235,.18);outline:none}.pet-overview-card{background:#fff;border-radius:24px;padding:clamp(24px,6vw,48px);box-shadow:0 30px 80px rgba(15,23,42,.12);display:flex;flex-direction:column;gap:clamp(18px,4vw,32px)}.pet-overview-card__title{margin:0;font-size:clamp(1.35rem,3.4vw,1.9rem);font-weight:600;color:#0f172a}.pet-overview-card__subtitle{margin:0;color:#475569;font-size:.98rem;max-width:520px}.pet-overview-card__list{margin:0;padding:0;list-style:none;display:grid;gap:18px}.pet-overview-card__list-item{display:flex;gap:14px;align-items:center;color:#1f2937;font-size:.96rem}.pet-overview-card__bullet{width:28px;height:28px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.pet-overview-card__actions{display:flex;flex-wrap:wrap;gap:14px}.pet-overview-card__action{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;border:2px solid #2563eb;color:#2563eb;transition:background .2s ease,color .2s ease,transform .2s ease}.pet-overview-card__action:focus-visible,.pet-overview-card__action:hover{background:#2563eb;color:#fff;transform:translateY(-1px);outline:none}.pet-overview-card__action--primary{border:none;background:#254f9e;color:#fff;box-shadow:0 20px 52px rgba(37,99,235,.28)}.pet-overview-card__action--primary:focus-visible,.pet-overview-card__action--primary:hover{background:#1d4ed8}@media (max-width:768px){.pet-details-banner{flex-direction:column;align-items:flex-start;padding:28px 24px}.pet-details-banner__photo-button{width:100%;text-align:center}.pet-details-form__actions{justify-content:stretch}.pet-details-form__skip,.pet-details-form__submit{width:100%;text-align:center}.pet-overview-card__actions{flex-direction:column}.pet-overview-card__action,.pet-overview-card__action--primary{width:100%}}@media (max-width:640px){.pet-profile--details{padding-inline:16px}.pet-details-banner__content{flex-direction:column;align-items:flex-start}}.pet-profile__submit:focus-visible,.pet-profile__submit:hover{transform:translateY(-1px);box-shadow:0 20px 48px rgba(37,99,235,.3);outline:none}@media (max-width:768px){.pet-profile{padding:40px 16px 80px}.pet-profile__card{padding:40px 32px 48px;gap:32px}}@media (max-width:480px){.pet-profile__card{padding:32px 24px 40px}.pet-profile__submit{width:100%}.pet-profile__photo-button{width:100%;justify-content:center}}@media (max-width:640px){.pet-profile__container{min-width:0;width:100%;padding-inline:8px;gap:24px}.pet-profile__card{width:100%;max-width:520px}.add-pet-hero__container{padding-block-start:clamp(32px,16vh,72px);padding-block-end:clamp(12px,10vh,36px);padding-inline:clamp(16px,8vw,24px);gap:clamp(24px,9vh,44px)}.add-pet-hero__image{max-height:clamp(220px,48vh,360px)}.add-pet-hero__eyebrow,.add-pet-hero__heading{font-size:20.8px;line-height:1.3}.add-pet-hero__features{display:flex;gap:12px;padding-top:12px;padding-bottom:12px;padding-inline:16px;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;justify-content:flex-start;align-items:stretch;scroll-padding-inline:16px}.add-pet-hero__feature{flex:0 0 auto;display:inline-flex;flex-direction:row;align-items:center;gap:10px;text-align:left;padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.08);box-shadow:inset 0 0 0 1px rgba(219,234,254,.25);min-width:max(240px,70vw);scroll-snap-align:start}.add-pet-hero__feature-label{max-width:none;font-size:.9rem}.add-pet-hero__feature-icon{width:56px;height:56px}.add-pet-hero__cta{width:calc(100% - 32px);min-width:0;max-width:480px;margin-inline:16px;padding:12px 18px;font-size:1rem}}.info-popover{position:relative}.info-popover,.info-popover__trigger{display:inline-flex;align-items:center}.info-popover__trigger{border:none;background:transparent;padding:4px;border-radius:999px;cursor:pointer;line-height:0;justify-content:center;transition:background .2s ease,color .2s ease}.info-popover__trigger:focus-visible,.info-popover__trigger:hover{background:rgba(37,99,235,.12);outline:none}.info-popover__icon{width:16px;height:16px;color:#1d4ed8}.info-popover__panel{top:calc(100% + 8px);right:0;border-radius:10px;padding:14px 16px;box-shadow:0 18px 36px rgba(15,23,42,.12);min-width:220px;max-width:min(280px,80vw);color:#334155;font-size:.85rem;line-height:1.5;z-index:20}.info-popover__panel,.info-popover__panel:before{position:absolute;background:#fff;border:1px solid rgba(15,23,42,.12)}.info-popover__panel:before{content:"";top:-7px;right:18px;width:12px;height:12px;border-right:none;border-bottom:none;transform:rotate(45deg);box-shadow:-2px -2px 8px rgba(15,23,42,.08)}@media (max-width:640px){.info-popover__panel{left:50%;right:auto;transform:translateX(-50%);width:min(320px,calc(100vw - 32px));max-width:min(320px,calc(100vw - 32px))}.info-popover__panel:before{left:50%;right:auto;transform:translate(-50%,-50%) rotate(45deg)}}.account-points-card{margin-top:12px;background:#e8f1ff;border-radius:10px;border:1px solid #dbeafe;padding:18px 16px;display:flex;flex-direction:column}.account-points-card__value{margin:0;font-size:.85rem;font-weight:600;color:#0f172a;display:inline-flex;align-items:center;gap:8px}.account-points-card__value-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#f59e0b}.account-points-card__value-icon svg{width:100%;height:100%}.account-points-card__label{margin:0;font-size:.85rem;font-weight:600;color:#1d4ed8}.account-points-card__header{display:flex;align-items:center;gap:8px}.account-points-card__info-trigger{color:#1d4ed8}.account-points-card__info-trigger:focus-visible,.account-points-card__info-trigger:hover{color:#1e3a8a;outline:none}.account-points-card__info-panel{font-size:.82rem;color:#1f2937;width:min(240px,80vw)}@media (max-width:1024px){.account-layout{flex-direction:column}.account-sidebar{width:100%;flex:none}.account-content{flex-direction:column}.account-content>.account-reminder,.account-content__body{padding:24px}.account-content__illustration{display:none}.account-action{flex:1 1 calc(33.333% - 16px);max-width:none}.account-manage-button{display:inline-flex;width:100%}.account-manage__panel{padding:28px}.account-settings__panel{padding:28px 24px}.account-settings__card{flex-direction:column;gap:20px}.account-settings__action{align-self:flex-start}}@media (min-width:768px) and (max-width:1024px){.account-page{padding:32px clamp(20px,5vw,40px) 48px}.account-layout{gap:20px;width:min(100%,clamp(640px,94vw,900px));margin-inline:auto}.account-manage{align-items:stretch;width:100%}.account-manage__panel{width:min(100%,clamp(620px,88vw,820px));margin-inline:auto}.account-settings__panel{width:min(100%,clamp(600px,94vw,880px));margin-inline:auto}.account-sidebar{display:none}.account-content{width:100%;border:none;border-radius:16px;box-shadow:0 18px 36px rgba(15,23,42,.08);overflow:hidden;margin-inline:auto}.account-content>.account-reminder,.account-content__body{padding:32px;gap:24px}.account-manage__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.account-manage__link-item{display:block}.account-manage__link{height:100%}.account-header{margin-bottom:0}.account-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.account-action{flex:none;min-width:0;border:none;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08);padding:22px 12px;transition:transform .2s ease,box-shadow .2s ease}.account-action:focus-visible,.account-action:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(29,78,216,.16)}.account-action__icon{width:56px;height:56px;background:#e8f0ff}.account-action__icon svg{width:26px;height:26px}.account-action__label{font-weight:600;font-size:.92rem;color:#1e293b;text-align:center}.account-manage-button{max-width:420px;align-self:center}}@media (max-width:768px){.account-content>.account-reminder,.account-content__body{padding:20px}.account-action{flex:1 1 calc(50% - 16px)}.account-manage__panel{padding:24px}.account-settings__panel{padding:24px 20px}.account-settings__card{padding:18px 20px}}@media (max-width:640px){.account-page{padding:24px 16px 48px}.account-actions,.account-manage-button{display:none}.account-manage__panel{padding:20px;border-radius:16px}.account-settings__title{font-size:1.8rem}.account-settings__description{font-size:.9rem}.account-action{width:100%;flex:none;align-items:flex-start}.account-action__icon{margin-bottom:4px}.account-reminder{flex-direction:column;align-items:flex-start}.account-reminder__icon{width:56px;height:56px}.cart-page__mobile-summary-message{display:none}}.pet-profile-page{background:linear-gradient(180deg,#f8fbff,#fff 70%);padding-block-start:clamp(16px,6vw,40px);padding-block-end:clamp(28px,8vw,64px)}.pet-profile-page__section{display:flex;justify-content:center}.pet-profile-page__container{width:min(100%,980px);display:flex;flex-direction:column;gap:clamp(16px,3vw,28px);padding:0 clamp(16px,5vw,32px)}.pet-profile-switcher{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start}.pet-profile-switcher__toggle{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;border-radius:999px;border:none;background:linear-gradient(135deg,#10235b,#1f3fa2 60%,#2563eb);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 18px 40px rgba(15,23,42,.35);transition:transform .2s ease,box-shadow .2s ease;max-width:100%}.pet-profile-switcher__toggle:focus-visible,.pet-profile-switcher__toggle:hover{transform:translateY(-1px);box-shadow:0 22px 44px rgba(15,23,42,.4);outline:none}.pet-profile-switcher__avatar{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.18);display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.pet-profile-switcher__avatar--has-photo{background:#fff}.pet-profile-switcher__avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pet-profile-switcher__avatar svg{width:28px;height:28px}.pet-profile-switcher__label{max-width:200px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pet-profile-switcher__chevron{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;transition:transform .2s ease}.pet-profile-switcher__chevron--open{transform:rotate(180deg)}.pet-profile-switcher__menu{position:absolute;top:calc(100% + 12px);left:0;min-width:240px;padding:16px;background:#fff;border-radius:18px;box-shadow:0 28px 60px rgba(15,23,42,.18);z-index:10}.pet-profile-switcher__list{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:6px}.pet-profile-switcher__item{margin:0}.pet-profile-switcher__option{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;border:none;background:transparent;cursor:pointer;font-size:.95rem;color:#1f2937;transition:background .2s ease,transform .2s ease}.pet-profile-switcher__option:focus-visible,.pet-profile-switcher__option:hover{background:#f1f5f9;outline:none;transform:translateY(-1px)}.pet-profile-switcher__option--active{background:#eff6ff;font-weight:600}.pet-profile-switcher__option-avatar{width:32px;height:32px;border-radius:50%;background:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.pet-profile-switcher__option-avatar--has-photo{background:transparent}.pet-profile-switcher__option-avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pet-profile-switcher__option-avatar svg{width:24px;height:24px}.pet-profile-switcher__option-name{flex:1;text-align:left}.pet-profile-switcher__check{display:inline-flex;width:18px;height:18px;color:#2563eb}.pet-profile-switcher__status{margin:0 0 12px;font-size:.9rem;color:#475569}.pet-profile-switcher__error{margin:0 0 12px;font-size:.85rem;color:#b91c1c}.pet-profile-switcher__add{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid #2563eb;background:#eff6ff;color:#1d4ed8;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.pet-profile-switcher__add:focus-visible,.pet-profile-switcher__add:hover{background:#dbeafe;border-color:#1d4ed8;outline:none}.pet-profile-switcher__add-icon{display:inline-flex;width:18px;height:18px}.pet-profile-page__back-link{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:rgba(37,79,158,.12);color:#1e3a8a;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.pet-profile-page__back-link:focus-visible,.pet-profile-page__back-link:hover{background:rgba(37,79,158,.2);color:#10235b;transform:translateY(-1px);outline:none}.pet-profile-page__back-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.pet-profile-page__back-icon svg{width:18px;height:18px;color:currentColor}.pet-profile-card{background:#fff;border-radius:32px;padding:clamp(20px,4vw,32px);box-shadow:0 30px 80px rgba(15,23,42,.08);display:flex;flex-direction:column;gap:clamp(28px,5vw,40px)}.pet-profile-card--error,.pet-profile-card--loading{align-items:center;text-align:center;gap:18px}.pet-profile-card--error{border:1px solid rgba(37,79,158,.14);background:linear-gradient(180deg,#f8fbff,#fff 65%)}.pet-profile-card__status{margin:0;font-size:1rem;color:#1e293b}.pet-profile-card__error-title{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.pet-profile-card__error-text{margin:0;color:#475569;font-size:.95rem}.pet-profile-card__error-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:999px;background:#2563eb;color:#fff;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.pet-profile-card__error-link:focus-visible,.pet-profile-card__error-link:hover{transform:translateY(-1px);box-shadow:0 20px 48px rgba(37,99,235,.24);outline:none}.pet-profile-card__overview{display:flex;align-items:center;gap:clamp(18px,5vw,32px);flex-wrap:wrap}.pet-profile-card__avatar-wrapper{position:relative;display:inline-flex}.pet-profile-card__avatar{width:clamp(88px,22vw,112px);height:clamp(88px,22vw,112px);border-radius:32px;background:linear-gradient(180deg,#fff7ed,#fde68a);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 2px hsla(32,98%,83%,.6)}.pet-profile-card__avatar--has-photo{border-radius:50%;background:#fff;box-shadow:0 22px 48px rgba(15,23,42,.18);overflow:hidden}.pet-profile-card__avatar svg{width:90%;height:90%;color:#262b3a}.pet-profile-card__avatar-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pet-profile-card__avatar-action{position:absolute;right:-6px;bottom:-6px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:2px solid #e2e8f0;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.18);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.pet-profile-card__avatar-action:focus-visible,.pet-profile-card__avatar-action:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(15,23,42,.24);outline:none}.pet-profile-card__avatar-action:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.pet-profile-card__avatar-action svg{width:22px;height:22px}.pet-profile-card__avatar-error{margin:8px 0 0;color:#b91c1c;font-weight:600}.pet-profile-card__intro{display:flex;flex-direction:column;gap:8px}.pet-profile-card__name{margin:0;font-size:28px;font-weight:700;letter-spacing:-.01em;color:#10235b}#pet-profile-heading{font-size:28px}.pet-profile-card__type{margin:0;color:#475569;font-size:18px;font-weight:600}.pet-profile-card__memorialized{margin:0;font-size:.95rem;font-weight:600;color:#9f1239}.pet-profile-card__details{background:#f8fafc;border-radius:28px;padding:clamp(16px,4vw,28px)}.pet-profile-details{display:flex;flex-direction:column;gap:24px}.pet-profile-details__header{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:18px}.pet-profile-details__title{margin:0;font-size:18px;font-weight:700;color:#0f172a}.pet-profile-details__edit{border:2px solid rgba(37,79,158,.6);border-radius:999px;background:transparent;color:#1e3a8a;font-weight:600;padding:10px 22px;cursor:pointer;transition:background .2s ease,color .2s ease}.pet-profile-details__edit:focus-visible,.pet-profile-details__edit:hover{background:rgba(37,79,158,.1);color:#10235b;outline:none}.pet-profile-details__list{margin:0;padding:0;list-style:none;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.pet-profile-details__row{display:flex;flex-direction:column;gap:6px}.pet-profile-details__label{margin:0;color:#64748b;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.pet-profile-details__value{margin:0;color:#0f172a;font-size:1.05rem;font-weight:600}.pet-profile-page__memorialize-button{align-self:flex-end;border:2px solid rgba(37,79,158,.6);border-radius:999px;padding:12px 26px;background:transparent;color:#1e3a8a;font-weight:700;font-size:.98rem;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.pet-profile-page__memorialize-button:focus-visible,.pet-profile-page__memorialize-button:hover{background:rgba(37,79,158,.1);color:#10235b;box-shadow:0 12px 28px rgba(15,23,42,.15);outline:none}.pet-profile-page__memorialize-button:disabled{opacity:.6;cursor:not-allowed;background:transparent;box-shadow:none}.pet-profile-page__memorialize-button:disabled:focus-visible,.pet-profile-page__memorialize-button:disabled:hover{background:transparent;box-shadow:none;outline:none}.pet-profile-modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px}.pet-profile-modal__overlay{position:absolute;inset:0;background:rgba(15,23,42,.55)}.pet-profile-modal__dialog{position:relative;width:min(90vw,520px);background:#fff;border-radius:28px;padding:clamp(28px,6vw,40px);box-shadow:0 40px 90px rgba(15,23,42,.3);display:flex;flex-direction:column;gap:24px}.pet-profile-modal__close{position:absolute;top:18px;right:18px;border:none;background:transparent;cursor:pointer;color:#0f172a;padding:8px;border-radius:999px;transition:background .2s ease}.pet-profile-modal__close:focus-visible,.pet-profile-modal__close:hover{background:rgba(148,163,184,.15);outline:none}.pet-profile-modal__close svg{width:18px;height:18px}.pet-profile-modal__title{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.pet-profile-modal__description{margin:0;color:#475569;font-size:.98rem;line-height:1.6}.pet-profile-modal__actions{display:flex;flex-direction:column;gap:16px}.pet-profile-modal__option{display:flex;flex-direction:column;align-items:flex-start;gap:6px;border-radius:20px;border:1px solid rgba(148,163,184,.4);padding:20px 24px;background:#fff;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.pet-profile-modal__option:focus-visible,.pet-profile-modal__option:hover{transform:translateY(-1px);box-shadow:0 18px 44px rgba(15,23,42,.16);outline:none}.pet-profile-modal__option:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.pet-profile-modal__option:disabled:focus-visible,.pet-profile-modal__option:disabled:hover{transform:none;box-shadow:none;outline:none}.pet-profile-modal__option--primary{border-color:transparent;background:linear-gradient(120deg,#eef2ff,#dbeafe)}.pet-profile-modal__option--danger{border-color:hsla(0,91%,71%,.4)}.pet-profile-modal__option-title{font-size:1rem;font-weight:700;color:#0f172a}.pet-profile-modal__option-text{font-size:.95rem;color:#475569;line-height:1.55}.pet-profile-modal__error{margin:0;color:#b91c1c;font-size:.92rem;font-weight:600}.pet-removal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:999}.pet-removal-dialog{background:#fff;border-radius:28px;box-shadow:0 32px 64px rgba(15,23,42,.24);width:min(520px,100%);padding:36px;position:relative}.pet-removal-dialog__close{position:absolute;top:18px;right:18px;border:none;background:transparent;color:#475569;cursor:pointer;padding:6px;border-radius:9999px;transition:background-color .2s ease,color .2s ease}.pet-removal-dialog__close:focus-visible,.pet-removal-dialog__close:hover{background:rgba(226,232,240,.65);color:#1f2937;outline:none}.pet-removal-dialog__title{margin:0 0 20px;font-size:1.3rem;font-weight:600;color:#111827;line-height:1.35}.pet-removal-options{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}.pet-removal-option{width:100%;border-radius:18px;border:1px solid #e2e8f0;background:#fff;padding:16px 18px;display:flex;align-items:center;gap:14px;font-size:.95rem;font-weight:500;color:#0f172a;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.pet-removal-option--primary{border-color:#fbcfe8;background:linear-gradient(135deg,#fff1f2,#ffe4e6)}.pet-removal-option__icon{width:32px;height:32px;border-radius:12px;background:hsla(0,91%,71%,.18);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.pet-removal-option:focus-visible,.pet-removal-option:hover{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 16px 32px rgba(30,64,175,.16);outline:none}.pet-removal-option:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.pet-removal-option-link{border:none;background:none;color:#2563eb;font-weight:600;font-size:.9rem;cursor:pointer;padding:0;margin-bottom:14px;transition:color .2s ease}.pet-removal-option-link:focus-visible,.pet-removal-option-link:hover{color:#1d4ed8;text-decoration:underline;outline:none}.pet-removal-error{margin:0 0 16px;color:#dc2626;font-size:.9rem}.pet-removal-cancel{width:100%;border-radius:9999px;border:1px solid #cbd5f5;background:#f8fafc;color:#1f2937;font-weight:600;font-size:.95rem;padding:12px 18px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pet-removal-cancel:focus-visible,.pet-removal-cancel:hover{background:#e2e8f0;color:#111827;outline:none}.pet-removal-cancel:disabled{cursor:not-allowed;opacity:.6}.pet-removal-overlay--thank-you{background:rgba(248,250,252,.72)}.pet-removal-thankyou{width:min(520px,100%);padding:16px}.pet-removal-thankyou__paper{background:#fff;border-radius:32px;padding:42px 40px;box-shadow:0 36px 70px rgba(15,23,42,.28);text-align:left;transform:translateY(48px);opacity:0;animation:pet-removal-thankyou-slide .7s ease-out forwards}@keyframes pet-removal-thankyou-slide{0%{transform:translateY(48px);opacity:0}to{transform:translateY(0);opacity:1}}.pet-removal-thankyou__badge{width:76px;height:76px;border-radius:26px;background:linear-gradient(135deg,#fee2e2,#fef2f2);display:flex;align-items:center;justify-content:center;margin-bottom:26px;box-shadow:0 22px 40px hsla(0,91%,71%,.24)}.pet-removal-thankyou__badge svg{width:52px;height:52px}.pet-removal-thankyou__title{margin:0 0 16px;font-size:1.5rem;font-weight:600;color:#0f172a}.pet-removal-thankyou__message{margin:0 0 24px;color:#334155;font-size:1rem;line-height:1.6}.pet-removal-thankyou__signature{margin:0 0 28px;color:#1e3a8a;font-size:1.1rem;font-family:Caveat,Comic Sans MS,cursive;line-height:1.2}.pet-removal-thankyou__actions{display:flex;justify-content:flex-start}.pet-removal-thankyou__button{border:none;border-radius:9999px;padding:12px 28px;font-weight:600;font-size:.95rem;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;cursor:pointer;box-shadow:0 18px 32px rgba(79,70,229,.24);transition:transform .2s ease,box-shadow .2s ease}.pet-removal-thankyou__button:focus-visible,.pet-removal-thankyou__button:hover{transform:translateY(-1px);box-shadow:0 24px 40px rgba(79,70,229,.28);outline:none}@media (max-width:720px){.pet-profile-card__overview{flex-direction:column;align-items:flex-start}.pet-profile-page__memorialize-button{align-self:stretch}}.chatbot-panel,.chatbot-panel *,.chatbot-toggle{font-family:var(--font-poppins,"Poppins","Helvetica Neue",Arial,sans-serif)}.chatbot-toggle{position:fixed;right:20px;bottom:20px;background:#254f9e;color:#fff;border:none;border-radius:9999px;padding:10px 16px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,.15);cursor:pointer;z-index:1201;display:inline-flex;align-items:center;gap:10px}.chatbot-toggle-icon{display:grid;place-items:center;background:#fff;border-radius:9999px;padding:4px}.chatbot-panel{position:fixed;right:20px;bottom:80px;width:min(480px,94vw);max-height:86vh;background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(15,23,42,.25);display:flex;flex-direction:column;z-index:1200;overflow:hidden;border:1px solid #e2e8f0}@media (max-width:640px){.chatbot-toggle{right:12px}.chatbot-panel{right:12px;left:12px;max-width:none;width:auto}.chatbot-toggle--elevated{bottom:84px}.chatbot-panel--elevated{bottom:144px}.chatbot-title,.chatbot-toggle-label{display:none}}.chatbot-header{display:flex;justify-content:space-between;gap:12px;padding:16px;background:linear-gradient(135deg,#254f9e,#4169e1);color:#fff}.chatbot-title{margin:4px 0;font-size:18px;font-weight:700}.chatbot-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:12px;margin:0;opacity:.9}.chatbot-subtitle{margin:0;font-size:13px;line-height:1.5;opacity:.9}.chatbot-close{background:transparent;border:none;color:#fff;font-size:24px;cursor:pointer;align-self:flex-start}.chatbot-quick-intents{display:flex;flex-direction:column;gap:8px;padding:4px 0 0 30px;margin-top:-4px;align-items:flex-end}.chatbot-chip{background:#e0e7ff;border:none;border-radius:12px;padding:8px 12px;font-weight:600;color:#1e293b;cursor:pointer;text-align:right;width:-moz-fit-content;width:fit-content;align-self:flex-end}.chatbot-messages{flex:1;padding:24px 16px;overflow-y:auto;background:#f8fafc;display:flex;flex-direction:column;gap:14px}.chatbot-message-block{display:flex;flex-direction:column;gap:6px}.chatbot-message{display:flex;gap:10px;align-items:flex-start}.chatbot-message--user{flex-direction:row-reverse}.chatbot-message-body{display:flex;flex-direction:column;gap:6px;align-items:flex-start;position:relative;animation:chatbot-fade-in .35s ease}.chatbot-message--user .chatbot-message-body{align-items:flex-end}.chatbot-avatar{width:20px;height:20px;border-radius:50%;background:#e2e8f0;display:grid;place-items:center;overflow:hidden;box-shadow:0 6px 16px rgba(15,23,42,.12);flex-shrink:0}.chatbot-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chatbot-bubble{padding:12px 14px;border-radius:12px;box-shadow:0 6px 18px rgba(15,23,42,.08);background:#fff;font-size:14px;line-height:1.5;max-width:min(376px,calc(100% - 40px));min-width:min(-moz-max-content,376px,calc(100% - 40px));min-width:min(max-content,376px,calc(100% - 40px));display:inline-flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:-moz-fit-content;min-width:fit-content;white-space:pre-wrap;word-break:break-word}.chatbot-bubble p{margin:0!important}.chatbot-bubble--user{background:#e0f2fe;border:1px solid #bfdbfe}.chatbot-bubble--assistant{border:1px solid #e2e8f0}.chatbot-table-wrapper{width:100%;overflow-x:auto}.chatbot-table{width:100%;border-collapse:collapse;margin-top:2px;font-size:13px;white-space:nowrap}.chatbot-table td,.chatbot-table th{border:1px solid #e2e8f0;padding:8px 10px;text-align:left;vertical-align:top;white-space:nowrap}.chatbot-table th{background:#f8fafc;font-weight:700;color:#0f172a}.chatbot-table tbody tr:nth-child(2n) td{background:#f9fafb}.chatbot-modal{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.chatbot-modal-content{background:#fff;border-radius:16px;max-width:420px;width:100%;padding:20px;box-shadow:0 18px 38px rgba(15,23,42,.28);text-align:center}.chatbot-modal-actions{display:flex;gap:10px;justify-content:center;margin-top:16px}.chatbot-link{color:#2563eb;text-decoration:underline;word-break:break-word;background:transparent;border:none;padding:0;cursor:pointer;font:inherit}.chatbot-link--button{text-align:left}.chatbot-bubble-content{display:flex;flex-direction:column;gap:6px;width:100%;animation:chatbot-fade-text .4s ease}.chatbot-list{margin:4px 0 4px 4px;padding-left:18px;display:grid;gap:4px}.chatbot-list li{line-height:1.5}.chatbot-status{display:inline-flex;gap:8px;align-items:center;padding:8px 10px;color:#475569;font-weight:600;border:1px solid #e2e8f0;border-radius:9999px;background:linear-gradient(180deg,#f8fafc,#eef2f7);box-shadow:0 8px 18px rgba(15,23,42,.08)}.chatbot-status-text{display:inline-block;animation:chatbot-fade-text .45s ease}.chatbot-status--active{color:#1d4ed8;border-color:#c7d2fe;background:linear-gradient(180deg,#eef2ff,#e0e7ff)}.chatbot-status--inline{margin-top:6px}.chatbot-message-meta{margin:0;color:#475569;font-size:12px;text-align:right;align-self:flex-end}.chatbot-message-time{position:absolute;top:-18px;right:0;padding:4px 8px;font-size:11px;color:#334155;background:hsla(0,0%,100%,.92);border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 20px rgba(15,23,42,.12);opacity:0;transform:translateY(2px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.chatbot-message:hover .chatbot-message-time{opacity:1;transform:translateY(0)}.chatbot-status-dot{position:relative;width:10px;height:10px;display:inline-block;border-radius:9999px;background:linear-gradient(135deg,#cbd5e1,#e2e8f0);overflow:hidden}.chatbot-status-dot--active{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.chatbot-status-dot:after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.4);border-radius:inherit;animation:chatbot-dot-pulse 1.2s ease-in-out infinite}@keyframes chatbot-dot-pulse{0%,to{transform:scale(.9);opacity:.8}50%{transform:scale(1.1);opacity:1}}@keyframes chatbot-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes chatbot-fade-text{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes chatbot-pulse{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.chatbot-recommendation-status{margin:0;padding-top:8px;color:#334155;font-size:13px}.chatbot-recommendation-status--loading{display:inline-flex;align-items:center;gap:8px;opacity:.9;animation:chatbot-pulse 1.4s ease-in-out infinite}.chatbot-recommendation-status--error{color:#b91c1c}.chatbot-products{display:flex;flex-direction:column;gap:12px;margin-top:12px}.chatbot-product-group{display:flex;flex-direction:column;gap:8px}.chatbot-product-heading{margin:0;font-weight:600;color:#0f172a;font-size:14px}.chatbot-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media (max-width:520px){.chatbot-product-grid{grid-template-columns:1fr}}.chatbot-product-card{display:grid;grid-template-columns:110px 1fr;grid-template-rows:1fr;align-items:center;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;background:#fff;box-shadow:0 6px 16px rgba(15,23,42,.06);transition:transform .15s ease,box-shadow .15s ease}.chatbot-product-card:focus-visible,.chatbot-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,23,42,.12);outline:none}.chatbot-product-image{position:relative;background:#f8fafc;min-height:110px}.chatbot-product-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.chatbot-product-body{padding:10px 12px 12px;display:grid;gap:6px}.chatbot-product-title{margin:0;font-size:14px;font-weight:500;color:#0f172a;line-height:1.3}.chatbot-product-price{margin:0;font-size:13px;color:#b91c1c;font-weight:600}.chatbot-product-source{margin:0;font-size:12px;color:#475569}@media (min-width:640px){.chatbot-product-card{grid-template-columns:1fr;grid-template-rows:150px 1fr;align-items:stretch}.chatbot-product-image{min-height:150px}}.chatbot-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chatbot-action{background:#254f9e;color:#fff;border:none;border-radius:10px;padding:8px 10px;font-size:13px;cursor:pointer}.chatbot-consent{margin-top:10px;display:flex;flex-direction:column;gap:8px}.chatbot-consent-note{margin:0;color:#475569;font-size:13px}.chatbot-consent-buttons{display:flex;flex-wrap:wrap;gap:8px}.chatbot-consent-button{border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;border-radius:9999px;padding:8px 12px;font-size:13px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.chatbot-consent-button:focus-visible,.chatbot-consent-button:hover{border-color:#6b21a8;color:#6b21a8;outline:none}.chatbot-consent-button--secondary{background:#f1f5f9}.chatbot-input{display:flex;gap:10px;padding:16px 18px;border-top:1px solid #e2e8f0;background:#fff;align-items:center}.chatbot-input textarea{flex:1;padding:14px 16px;border-radius:12px;border:1px solid #cbd5e1;font-size:16px;min-height:48px;max-height:200px;resize:none;overflow-y:hidden;overflow-x:auto;white-space:pre}.chatbot-input button{background:#254f9e;color:#fff;border:none;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:48px}.chatbot-send-icon{font-size:18px;display:inline-block;transform:translateX(2px)}.chatbot-stop-icon{font-size:18px;line-height:1;display:inline-block}.chatbot-input button:disabled{background:#cbd5e1;cursor:not-allowed}