:root{
  --navy:#0D1B2A;
  --navy-2:#16293D;
  --coral:#E85D5D;
  --coral-d:#D94C4C;
  --coral-l:#FDEDE9;
  --green:#238C62;
  --green-d:#1C7551;
  --green-l:#E4F4EC;
  --cream:#F7F3F0;
  --grey:#F3F5F7;
  --ink:#0D1B2A;
  --muted:#6B7785;
  --line:#E4E8EC;
  --line-d:#D3D9DF;
  --star:#FFB020;
  --r:10px;
  --r-lg:18px;
  --wrap:1180px;
  --pad:18px;
  --sh:0 2px 12px rgba(13,27,42,.06);
  --sh-lg:0 10px 30px rgba(13,27,42,.09);
  --font:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:var(--font);
  font-size:15px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img,svg,video{display:block;max-width:100%;height:auto}
.site{overflow:clip}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer;border:0;background:none}
h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.2;letter-spacing:-.01em}
p{margin:0 0 14px}
ul,ol{margin:0;padding:0}
:focus-visible{outline:2px solid var(--coral);outline-offset:2px;border-radius:3px}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:12px;top:12px;z-index:999;background:#fff;padding:10px 16px;border-radius:var(--r);box-shadow:var(--sh-lg)}

.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 26px;border-radius:var(--r);
  font-size:15px;font-weight:600;line-height:1;
  background:var(--coral);color:#fff;
  transition:background .16s ease,color .16s ease,border-color .16s ease;
}
.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{background:var(--coral-d);color:#fff}
.btn-c{background:var(--coral);color:#fff}
.btn-c:hover{background:var(--coral-d)}
.btn-n{background:var(--navy);color:#fff}
.btn-n:hover{background:var(--navy-2)}
.btn-g{background:var(--green);color:#fff}
.btn-g:hover{background:var(--green-d)}
.btn-o{background:#fff;color:var(--ink);border:1.5px solid var(--line-d)}
.btn-o:hover{background:#fff;border-color:var(--navy);color:var(--ink)}
.btn-s{min-height:40px;height:40px;padding:0 18px;font-size:13.5px}
.btn-blk{width:100%}

.topbar{background:var(--navy);color:rgba(255,255,255,.9);font-size:13px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:44px;flex-wrap:wrap}
.topbar-promo{display:flex;align-items:center;gap:8px;margin:0}
.topbar-promo b{font-weight:600;color:#fff}
.topbar-nav{display:none}
.topbar-menu{display:flex;align-items:center;gap:22px;list-style:none}
.topbar-menu a{display:inline-flex;align-items:center;gap:7px}
.topbar-menu a:hover{color:#fff}

.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:120}
.site-header .wrap{display:flex;align-items:center;gap:12px;min-height:76px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}
.site-logo,.custom-logo-link{display:flex;align-items:center;gap:9px;flex:none}
.site-logo{color:var(--navy)}
.site-logo-text{font-size:25px;font-weight:700;letter-spacing:-.03em;color:var(--navy)}
.site-logo-text em{font-style:normal;color:var(--coral)}
.custom-logo{max-height:52px;width:auto}

.site-search{order:3;flex:1 0 100%;position:relative;min-width:0}
.site-search input[type="search"]{
  width:100%;height:46px;border:1.5px solid var(--line-d);border-radius:var(--r);
  padding:0 58px 0 16px;font:inherit;font-size:14px;color:var(--ink);background:#fff;
}
.site-search input::placeholder{color:#9AA5B1}
.site-search input:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px rgba(255,107,107,.15)}
.site-search button{
  position:absolute;right:5px;top:5px;width:46px;height:36px;border-radius:6px;
  background:var(--coral);color:#fff;display:grid;place-items:center;
}
.site-search button:hover{background:var(--coral-d)}

.header-actions{display:flex;align-items:center;gap:4px;margin-left:auto}
.header-action{
  display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:var(--r);
  font-size:14px;font-weight:500;position:relative;
}
.header-action:hover{background:var(--grey)}
.header-action-text{display:none}
.pawpal-cart-count{
  position:absolute;top:2px;left:26px;background:var(--coral);color:#fff;
  font-size:10.5px;font-weight:600;min-width:18px;height:18px;border-radius:10px;
  display:grid;place-items:center;padding:0 5px;line-height:1;
}
.pawpal-cart-count.is-empty{background:var(--line-d);color:var(--muted)}

.site-nav{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:110}
.primary-menu{display:none;gap:2px;list-style:none}
.primary-menu.is-open{display:block;padding:6px 0 10px;max-height:calc(100vh - 170px);overflow:auto}
.primary-menu>li>a{
  display:block;white-space:nowrap;padding:14px 16px;
  font-size:14.5px;font-weight:500;position:relative;
}
.primary-menu>li>a::after{
  content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;
  background:var(--coral);border-radius:3px 3px 0 0;transform:scaleX(0);
  transition:transform .18s ease;
}
.primary-menu>li>a:hover::after,
.primary-menu>li.current-menu-item>a::after{transform:scaleX(1)}
.primary-menu>li.current-menu-item>a{color:var(--coral);font-weight:600}
.primary-menu .sub-menu{list-style:none;display:none}
.primary-menu li:hover>.sub-menu,
.primary-menu li:focus-within>.sub-menu{display:block}

.site-main{padding:30px 0 48px}
.front-page{padding:0}
.page-head{margin-bottom:26px}
.page-title{font-size:28px;margin-bottom:8px}
.page-sub{color:var(--muted);font-size:14.5px}

.section{padding:46px 0}
.section.is-grey{background:var(--grey)}
.section-rule{display:flex;align-items:center;gap:18px;margin-bottom:26px}
.section-rule::before,.section-rule::after{content:"";flex:1;height:1px;background:var(--line-d)}
.section-rule h2{font-size:23px;text-align:center;white-space:nowrap}
.section-lead{text-align:center;color:var(--muted);font-size:14.5px;margin:-14px auto 26px;max-width:56ch}

.crumb{padding:16px 0;font-size:13.5px;color:var(--muted)}
.crumb a:hover{color:var(--coral)}
.crumb-sep{margin:0 8px;color:var(--line-d)}

.woocommerce ul.products,
ul.products{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;
  list-style:none;margin:0 0 8px;padding:0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{content:none}
.woocommerce ul.products li.product,
ul.products li.product{
  width:auto;float:none;margin:0;padding:0;clear:none;
  display:flex;flex-direction:column;background:#fff;
  border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
  transition:border-color .16s ease,box-shadow .16s ease;
}
.woocommerce ul.products li.product:hover{border-color:var(--line-d);box-shadow:var(--sh-lg)}

.pd-media{position:relative;background:var(--grey);aspect-ratio:1/1;display:grid;place-items:center;padding:14px;overflow:hidden}
.pd-media-link{display:grid;place-items:center;width:100%;height:100%}
.pd-media img{width:auto;max-height:100%;object-fit:contain;margin:0}
.pd-off{
  position:absolute;top:10px;left:10px;background:var(--coral);color:#fff;
  font-size:11.5px;font-weight:600;padding:4px 9px;border-radius:100px;line-height:1.4;z-index:2;
}
.pd-body{padding:13px 14px 15px;display:flex;flex-direction:column;gap:6px;flex:1}
.pd-brand{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--green-d)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:14.5px;font-weight:500;line-height:1.4;padding:0;margin:0;min-height:41px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.pd-size{font-size:12.5px;color:var(--muted)}
.woocommerce ul.products li.product .price{
  display:flex;align-items:baseline;gap:8px;margin:auto 0 0;padding-top:4px;
  font-size:20px;font-weight:700;color:var(--ink);
}
.woocommerce ul.products li.product .price del{
  font-size:13px;font-weight:400;color:var(--muted);opacity:1;text-decoration:line-through;
}
.woocommerce ul.products li.product .price ins{
  text-decoration:none;font-weight:700;color:var(--coral);order:-1;
}
.woocommerce ul.products li.product .button{margin-top:4px}
.woocommerce ul.products li.product .added_to_cart{
  display:none;
}

.woocommerce .star-rating{
  font-size:12px;height:1.2em;width:5.6em;overflow:hidden;position:relative;
  font-family:star;margin:0;color:var(--star);
}
.woocommerce .star-rating::before{content:"\73\73\73\73\73";color:var(--line-d);float:left;top:0;left:0;position:absolute}
.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}
.woocommerce .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;color:var(--star)}

.woocommerce-result-count,
.woocommerce-ordering{margin:0}
.woocommerce-products-header{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 22px;margin-bottom:20px}
.woocommerce-products-header__title{font-size:28px;margin:0 0 8px}
.term-description{color:var(--muted);font-size:14.5px}
.term-description p:last-child{margin-bottom:0}
.shop-toolbar{
  display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;
  padding:12px 14px;background:var(--grey);border-radius:var(--r-lg);margin-bottom:18px;
}
.woocommerce .woocommerce-ordering select,
.shop-toolbar select{
  height:38px;border:1.5px solid var(--line-d);border-radius:var(--r);
  padding:0 34px 0 13px;font:inherit;font-size:13.5px;background-color:#fff;color:var(--ink);appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7'><path d='M1 1l4 4 4-4' stroke='%236B7785' stroke-width='1.7' fill='none' stroke-linecap='round'/></svg>");
  background-repeat:no-repeat;background-position:right 13px center;
}

.woocommerce nav.woocommerce-pagination ul,
.pagination .nav-links{
  display:flex;justify-content:center;gap:6px;margin-top:28px;border:0;list-style:none;
}
.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0;overflow:visible}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  min-width:40px;height:40px;padding:0 14px;display:grid;place-items:center;
  border:1px solid var(--line);border-radius:var(--r);
  font-size:14px;font-weight:600;background:#fff;color:var(--ink);
}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--coral);border-color:var(--coral);color:#fff}
.woocommerce nav.woocommerce-pagination ul li a:hover{border-color:var(--navy);background:#fff}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  border:1px solid var(--line);border-top:3px solid var(--green);
  background:var(--green-l);border-radius:var(--r);padding:14px 16px;margin:0 0 20px;
  font-size:14.5px;list-style:none;
}
.woocommerce-error{border-top-color:var(--coral);background:var(--coral-l)}
.woocommerce-info{border-top-color:var(--navy);background:var(--grey)}

.site-footer{background:var(--navy);color:rgba(255,255,255,.72);margin-top:48px;font-size:14px}
.footer-cols{padding-top:40px;padding-bottom:32px;display:grid;gap:28px}
.footer-col h4{color:#fff;font-size:15px;font-weight:600;margin:0 0 14px}
.footer-menu{list-style:none;display:grid;gap:9px}
.site-footer a:hover{color:#fff}
.footer-logo{display:flex;align-items:center;gap:9px;font-size:24px;font-weight:700;color:#fff;letter-spacing:-.03em;margin-bottom:12px}
.footer-logo em{font-style:normal;color:var(--coral)}
.footer-about{margin:0 0 14px;font-size:13.5px;line-height:1.7;max-width:32ch}
.footer-phone{color:#fff;font-weight:600;font-size:17px}
.footer-pay{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px;list-style:none}
.footer-pay li{
  font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);
  padding:5px 8px;border-radius:4px;color:rgba(255,255,255,.72);
}
.footer-legal{
  border-top:1px solid rgba(255,255,255,.12);padding-top:16px;padding-bottom:28px;
  display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:space-between;font-size:13px;
}
.footer-legal p{margin:0;color:rgba(255,255,255,.5)}
.legal-menu{display:flex;gap:18px;flex-wrap:wrap;list-style:none}

.post-grid{display:grid;gap:16px}
.post-card{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:#fff}
.post-card-media img{width:100%;aspect-ratio:16/10;object-fit:cover}
.post-card-body{padding:18px}
.post-card-date{font-size:12.5px;color:var(--muted)}
.post-card-title{font-size:18px;margin:6px 0 8px}
.post-card-excerpt{font-size:14px;color:var(--muted)}
.post-card-more{font-weight:600;color:var(--coral)}

@media (min-width:600px){
  .woocommerce ul.products,ul.products{grid-template-columns:repeat(3,1fr)}
  .post-grid{grid-template-columns:repeat(2,1fr)}
  .section{padding:58px 0}
  .section-rule h2{font-size:27px}
  .page-title{font-size:34px}
}

@media (min-width:960px){
  .topbar-nav{display:block}
  .site-search{order:0;flex:1 1 auto;max-width:520px;margin-left:22px}
  .header-action-text{display:block}
  .pawpal-cart-count{top:0;left:auto;right:-2px}
  .nav-toggle{display:none}
  .primary-menu{display:flex}
  .primary-menu .sub-menu{
    position:absolute;min-width:220px;background:#fff;border:1px solid var(--line);
    border-radius:var(--r);box-shadow:var(--sh-lg);padding:8px;z-index:130;
  }
  .primary-menu .sub-menu a{display:block;padding:8px 12px;border-radius:6px;font-size:14px}
  .primary-menu .sub-menu a:hover{background:var(--grey)}
  .primary-menu>li{position:relative}
  .woocommerce ul.products,ul.products{grid-template-columns:repeat(4,1fr);gap:14px}
  .footer-cols{grid-template-columns:1.6fr 1fr 1fr 1fr}
  .post-grid{grid-template-columns:repeat(3,1fr)}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
}

.price-locked{
  display:inline-flex;align-items:center;gap:7px;
  font-size:13.5px;font-weight:600;color:var(--muted);
}
.price-locked a{color:var(--coral);text-decoration:underline;text-underline-offset:3px}
.price-locked a:hover{color:var(--coral-d)}
.price-locked svg{stroke-width:2;flex:none}
.pd-login{margin-top:4px}

.gate-banner{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  background:var(--cream);border:1px solid var(--line);border-left:4px solid var(--coral);
  border-radius:var(--r-lg);padding:14px 18px;margin:0 0 20px;
}
.gate-banner p{margin:0;font-size:14.5px;font-weight:500;flex:1;min-width:180px}
.gate-banner svg{color:var(--coral);flex:none}

.login-gate,
.account-card{
  display:flex;gap:16px;align-items:flex-start;
  background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:22px;margin:0 0 22px;
}
.account-card{background:var(--green-l);border-color:#CDE7DA}
.login-gate>svg,
.account-card>svg{flex:none;color:var(--coral);margin-top:2px}
.account-card>svg{color:var(--green-d)}
.login-gate strong,
.account-card strong{display:block;font-size:17px;font-weight:700;margin-bottom:6px}
.login-gate p,
.account-card p{margin:0 0 16px;font-size:14.5px;color:var(--muted)}
.login-gate-actions{display:flex;gap:10px;flex-wrap:wrap}

.auth-panel{display:grid;gap:20px;margin:0 0 30px}
.auth-col{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 22px;
}
.auth-register{background:var(--grey);border-color:var(--line)}
.auth-col h2{font-size:22px;margin-bottom:6px}
.auth-sub{font-size:14px;color:var(--muted);margin:0 0 20px}
.auth-note{font-size:13.5px;color:var(--muted);background:#fff;border:1px dashed var(--line-d);
  border-radius:var(--r);padding:11px 13px;margin:0 0 16px}

.auth-panel .form-row{display:flex;flex-direction:column;gap:6px;margin:0 0 16px}
.auth-panel label{font-size:13.5px;font-weight:600}
.auth-panel .required{color:var(--coral);text-decoration:none;border:0}
.auth-panel input[type="text"],
.auth-panel input[type="email"],
.auth-panel input[type="tel"],
.auth-panel input[type="password"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  width:100%;height:46px;border:1.5px solid var(--line-d);border-radius:var(--r);
  padding:0 14px;font:inherit;font-size:14.5px;color:var(--ink);background:#fff;
}
.auth-panel input:focus,
.woocommerce form .form-row input.input-text:focus{
  outline:none;border-color:var(--coral);box-shadow:0 0 0 3px rgba(255,107,107,.15);
}
.auth-remember{display:flex;align-items:center;gap:9px;font-size:13.5px;font-weight:400;color:var(--muted)}
.auth-remember input{width:16px;height:16px;accent-color:var(--coral)}
.auth-row-submit{gap:14px}
.auth-lost{margin:0;font-size:13.5px}
.auth-lost a{color:var(--coral);text-decoration:underline;text-underline-offset:3px}

.woocommerce-MyAccount-navigation ul{list-style:none;display:grid;gap:4px}
.woocommerce-MyAccount-navigation a{
  display:block;padding:11px 14px;border-radius:var(--r);font-size:14.5px;font-weight:500;
}
.woocommerce-MyAccount-navigation a:hover{background:var(--grey)}
.woocommerce-MyAccount-navigation li.is-active a{background:var(--coral);color:#fff;font-weight:600}
.woocommerce-account .woocommerce-MyAccount-content{background:#fff}
.pawpal-approved{color:#22A16B;font-weight:600}

@media (min-width:820px){
  .auth-panel.has-register{grid-template-columns:1fr 1fr;gap:22px}
  .auth-panel .form-row-first,
  .auth-panel .form-row-last{display:inline-flex;width:calc(50% - 7px)}
  .auth-panel .form-row-first{margin-right:14px}
  .woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:24%}
  .woocommerce-account .woocommerce-MyAccount-content{float:right;width:72%}
}

.hero{background:var(--hero-bg,var(--cream));color:var(--hero-text,var(--ink));position:relative;overflow:hidden}
.hero-inner{display:grid;gap:22px;padding-top:38px;padding-bottom:34px;position:relative;z-index:2}
.hero-content{padding-bottom:0}
.hero-tag{
  display:inline-block;background:var(--coral);color:#fff;font-size:13px;font-weight:600;
  letter-spacing:.04em;text-transform:uppercase;padding:6px 12px;border-radius:100px;margin-bottom:18px;
}
.hero h1{font-size:36px;margin-bottom:14px;max-width:13ch;color:var(--hero-text,var(--ink))}
.hero h1 span{display:block;color:var(--coral)}
.hero p{margin:0 0 24px;font-size:16.5px;color:var(--hero-text,var(--ink));opacity:.78;max-width:36ch}
.hero .btn{background:var(--hero-button,var(--coral));color:#fff}
.hero .btn:hover{filter:brightness(.94)}
.hero-media{align-self:center;max-width:680px;margin:0 auto;width:100%;min-width:0}
.hero-media svg,.hero-media img{width:100%;height:auto;max-height:520px;object-fit:contain}
.hero-paws{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.5}
.hero-paws .paw-a{position:absolute;right:44%;top:14%;transform:rotate(-18deg)}
.hero-paws .paw-b{position:absolute;right:36%;top:52%;transform:rotate(12deg)}
.hero-paws .paw-c{position:absolute;left:2%;bottom:8%;transform:rotate(24deg)}

.trust-row{display:grid;gap:16px;margin-top:26px;padding:22px 0 0;border-top:1px solid color-mix(in srgb,var(--hero-text,var(--ink)) 12%,transparent)}
.trust-point{display:flex;gap:11px;align-items:center}
.trust-icon{flex:none;width:38px;height:38px;border-radius:10px;background:#fff;color:var(--navy);display:grid;place-items:center;box-shadow:var(--sh)}
.trust-point b{display:block;font-size:14px;font-weight:600;line-height:1.35}
.trust-point span span{font-size:12.5px;color:var(--muted)}
.hero .trust-point b,.hero .trust-icon{color:var(--hero-text,var(--ink))}
.hero .trust-point span span{color:var(--hero-text,var(--ink));opacity:.65}

.pet-cards{display:grid;gap:18px}
.pet-card{
  --card-bg:var(--cream);--card-text:var(--ink);--card-button:var(--coral);--card-fit:contain;
  border-radius:var(--r-lg);overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);
  min-width:0;background:var(--card-bg);color:var(--card-text);border:1px solid rgba(13,27,42,.06);
}
.pet-card-media{aspect-ratio:3/2;min-width:0;overflow:hidden;display:grid;place-items:center;padding:14px;background:rgba(255,255,255,.28)}
.pet-card-media img{width:100%;height:100%;object-fit:var(--card-fit);object-position:center}
.pet-card-media .pet-placeholder{object-fit:contain;max-width:86%;max-height:86%}
.pet-card-body{padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.pet-card-body h3{font-size:22px;margin-bottom:8px;color:var(--card-text)}
.pet-card-body p{margin:0 0 18px;font-size:14px;color:var(--card-text);opacity:.76}
.pet-card-body .btn{background:var(--card-button);color:#fff}
.pet-card-body .btn:hover{filter:brightness(.94)}

.brand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.brand-tile{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);min-height:88px;
  display:grid;place-items:center;gap:6px;padding:14px;text-align:center;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.brand-tile:hover{border-color:var(--coral);box-shadow:var(--sh);transform:translateY(-2px)}
.brand-tile-mark{display:grid;place-items:center;width:100%}
.brand-tile-mark img{max-height:46px;width:auto;object-fit:contain}
.brand-tile-name{font-size:14.5px;font-weight:600;line-height:1.25;color:var(--navy)}
.brand-tile-count{font-size:11.5px;color:var(--muted)}
.section-cta{display:flex;justify-content:center;margin-top:20px}

.benefits-section{background:#fff}
.value-grid{display:grid;gap:12px}
.value-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:22px;text-align:center}
.value-icon{width:50px;height:50px;border-radius:14px;background:var(--green-l);color:var(--green-d);display:grid;place-items:center;margin:0 auto 14px}
.value-card h3{font-size:16.5px;margin-bottom:6px}
.value-card p{margin:0;font-size:13.5px;color:var(--muted)}

.promo-band{background:var(--navy);border-radius:var(--r-lg);padding:30px 24px;color:#fff;position:relative;overflow:hidden}
.promo-band::after{content:"";position:absolute;right:-40px;top:-40px;width:220px;height:220px;border-radius:50%;background:rgba(255,107,107,.16)}
.promo-band>*{position:relative;z-index:1}
.promo-tag{display:inline-block;background:var(--coral);font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:100px;margin-bottom:14px}
.promo-band h2{font-size:26px;margin-bottom:10px;max-width:16ch}
.promo-band p{margin:0 0 22px;font-size:15px;color:rgba(255,255,255,.78);max-width:44ch}

.newsletter-band{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px 24px;text-align:center}
.newsletter-title{font-size:24px;margin-bottom:8px}
.newsletter-band>p{color:var(--muted);max-width:52ch;margin:0 auto 18px}

.archive-head{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 22px;margin-bottom:20px;display:grid;gap:16px;align-items:center}
.archive-head h1{font-size:27px;margin-bottom:8px}
.archive-head-desc{color:#4A5763;font-size:14.5px;max-width:66ch}
.archive-head-desc p:last-child{margin-bottom:0}
.archive-head-mark{background:#fff;border:1px solid var(--line);border-radius:12px;min-height:84px;display:grid;place-items:center;padding:12px}
.archive-head-mark img{max-height:60px;width:auto;object-fit:contain}
.archive-head-name{font-size:19px;font-weight:700;color:var(--navy);text-align:center}
.archive-banner{width:100%;aspect-ratio:16/5;border-radius:var(--r-lg);overflow:hidden;margin:0 0 18px;background:var(--grey);border:1px solid var(--line)}
.archive-banner img{width:100%;height:100%;object-fit:cover;object-position:center}

.subcat-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.subcat-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--line-d);border-radius:100px;padding:8px 15px;font-size:13.5px;font-weight:600}
.subcat-chip:hover{border-color:var(--navy)}
.subcat-chip span{font-size:11.5px;font-weight:500;color:var(--muted)}

.pet-tabs{display:flex;gap:7px}
.pet-tab{height:38px;padding:0 16px;display:inline-flex;align-items:center;border-radius:100px;background:#fff;border:1.5px solid var(--line-d);font-size:13.5px;font-weight:600}
.pet-tab:hover{border-color:var(--navy)}
.pet-tab.is-active{background:var(--coral);border-color:var(--coral);color:#fff}

.empty-note{padding:26px;background:var(--grey);border-radius:var(--r-lg);text-align:center;color:var(--muted);font-size:14.5px}

.single-brand{display:inline-block;font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--green-d);margin-bottom:8px}
a.single-brand:hover{color:var(--coral)}
.single-product .woocommerce div.product{display:grid;gap:26px;align-items:start}
.single-product .woocommerce div.product::before,
.single-product .woocommerce div.product::after{content:none}
.woocommerce div.product div.images,
.woocommerce div.product div.summary{float:none;width:auto;margin:0;min-width:0}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin:0}
.woocommerce div.product div.images .woocommerce-product-gallery__image{background:var(--grey);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%;height:auto;object-fit:contain}
.woocommerce span.onsale{position:absolute;z-index:3;top:12px;left:12px;min-width:0;min-height:0;margin:0;padding:6px 11px;border-radius:100px;background:var(--coral);color:#fff;font-size:12px;font-weight:700;line-height:1.2}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;z-index:4;top:12px;right:12px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:var(--sh);font-size:0}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"+";font-size:22px;font-weight:500;color:var(--ink)}
.woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;list-style:none;margin:10px 0 0;padding:0}
.woocommerce div.product div.images .flex-control-thumbs li{width:auto;float:none;margin:0}
.woocommerce div.product div.images .flex-control-thumbs img{width:100%;aspect-ratio:1;object-fit:cover;border:1px solid var(--line);border-radius:var(--r);opacity:.65;cursor:pointer}
.woocommerce div.product div.images .flex-control-thumbs img.flex-active{opacity:1;border-color:var(--coral)}
.woocommerce div.product .product_title{font-size:28px;margin-bottom:10px}
.woocommerce div.product p.price{font-size:26px;font-weight:700;color:var(--ink);margin:0 0 16px}
.woocommerce div.product p.price del{font-size:16px;font-weight:400;color:var(--muted);opacity:1}
.woocommerce div.product p.price ins{text-decoration:none;color:var(--coral)}
.woocommerce div.product form.cart{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:0 0 22px}
.woocommerce div.product form.cart .quantity input{height:48px;width:82px;border:1.5px solid var(--line-d);border-radius:var(--r);text-align:center;font:inherit;font-size:15px}
.woocommerce div.product .woocommerce-product-details__short-description{color:#4A5763;margin-bottom:20px}
.woocommerce div.product .stock{font-size:14px;font-weight:600;color:var(--green-d)}
.woocommerce div.product .stock.out-of-stock{color:var(--coral-d)}
.woocommerce div.product form.cart .variations{width:100%;border-collapse:collapse;margin-bottom:8px}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td{display:block;text-align:left;padding:0 0 7px}
.woocommerce div.product form.cart .variations label{font-size:13.5px;font-weight:600}
.woocommerce div.product form.cart .variations select{width:100%;height:46px;border:1.5px solid var(--line-d);border-radius:var(--r);padding:0 38px 0 13px;font:inherit;background:#fff}
.woocommerce div.product .product_meta{display:grid;gap:5px;padding-top:16px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.woocommerce div.product .product_meta a{color:var(--ink)}
.single-trust{border-top:1px solid var(--line);margin-top:4px}
.single-trust .trust-row{margin-top:0;padding:18px 0 0;border-top:0;gap:14px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 18px;border:0;display:flex;gap:6px;flex-wrap:wrap}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:#fff;border:1.5px solid var(--line-d);border-radius:100px;margin:0;padding:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:9px 18px;font-size:13.5px;font-weight:600;color:var(--ink)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--navy);border-color:var(--navy)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff}
.related.products>h2,.upsells.products>h2{font-size:22px;margin:36px 0 18px}
.single-product .woocommerce div.product>.woocommerce-tabs,
.single-product .woocommerce div.product>.related,
.single-product .woocommerce div.product>.upsells{min-width:0}

@media (min-width:800px){
  .single-product .woocommerce div.product{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:44px}
  .single-product .woocommerce div.product>.woocommerce-tabs,
  .single-product .woocommerce div.product>.related,
  .single-product .woocommerce div.product>.upsells{grid-column:1/-1}
  .woocommerce div.product .product_title{font-size:34px}
}

@media (min-width:600px){
  .pet-card{grid-template-columns:minmax(0,46%) minmax(0,1fr);min-height:250px}
  .pet-card-media{aspect-ratio:auto;height:100%;min-height:250px}
  .brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .value-grid{grid-template-columns:repeat(3,1fr)}
  .trust-row{grid-template-columns:repeat(3,1fr)}
  .hero h1{font-size:42px}
  .promo-band{padding:40px 34px}
  .newsletter-band{padding:40px 34px}
  .archive-head.is-brand{grid-template-columns:180px 1fr;padding:30px}
}

@media (min-width:840px){
  .pet-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pet-card{grid-template-columns:minmax(0,45%) minmax(0,1fr);min-height:270px}
  .pet-card-media{min-height:270px}
}

@media (min-width:960px){
  .brand-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .hero-inner{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:42px;padding-top:42px;padding-bottom:42px;align-items:center}
  .hero h1{font-size:52px}
  .hero-content{padding:0}
  .promo-band h2{font-size:32px}
  .page-brands .brand-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}

.wrap-narrow{max-width:760px}
.entry-content{font-size:16px;line-height:1.75}
.entry-content h2{font-size:24px;margin:32px 0 12px}
.entry-content h3{font-size:19px;margin:26px 0 10px}
.entry-content p{margin:0 0 18px}
.entry-content ul,.entry-content ol{margin:0 0 18px;padding-left:22px}
.entry-content li{margin-bottom:8px}
.entry-content a{color:var(--coral);text-decoration:underline;text-underline-offset:3px}
.entry-content img{border-radius:var(--r-lg);margin:0 0 18px}
.entry-content blockquote{
  margin:0 0 20px;padding:16px 20px;background:var(--cream);
  border-left:4px solid var(--coral);border-radius:0 var(--r) var(--r) 0;
}
.entry-content blockquote p:last-child{margin-bottom:0}
.entry-content table{width:100%;border-collapse:collapse;margin:0 0 20px;font-size:14.5px}
.entry-content th,.entry-content td{border:1px solid var(--line);padding:10px 12px;text-align:left}
.entry-content th{background:var(--grey);font-weight:600}
.entry-media{margin:0 0 24px}
.entry-media img{width:100%;border-radius:var(--r-lg)}
.entry-meta{font-size:13.5px;color:var(--muted);margin:0 0 10px}
.entry-meta-sep{margin:0 8px}
.entry-meta a{color:var(--coral)}
.post-nav{display:grid;gap:10px;margin:34px 0 0;padding-top:24px;border-top:1px solid var(--line)}
.post-nav a{display:block;padding:14px 16px;border:1px solid var(--line);border-radius:var(--r-lg);font-weight:600}
.post-nav a:hover{border-color:var(--navy)}
.post-nav span{display:block;font-size:12px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}

.error-404{text-align:center;padding:50px 0 60px;max-width:520px;margin:0 auto}
.error-404 svg{margin:0 auto 20px}
.error-404 h1{font-size:30px;margin-bottom:12px}
.error-404 p{color:var(--muted);margin:0 0 24px}
.error-404-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:20px}

.search-form{display:flex;gap:8px;flex-wrap:wrap}
.search-form input[type="search"]{
  flex:1;min-width:200px;height:48px;border:1.5px solid var(--line-d);border-radius:var(--r);
  padding:0 16px;font:inherit;font-size:15px;
}
.search-form input:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px rgba(255,107,107,.15)}

.comments-area{margin-top:40px;padding-top:30px;border-top:1px solid var(--line)}
.comments-title{font-size:21px;margin-bottom:20px}
.comment-list{list-style:none;display:grid;gap:18px;margin:0 0 30px}
.comment-list .children{list-style:none;margin:16px 0 0 22px;padding-left:18px;border-left:2px solid var(--line);display:grid;gap:16px}
.comment-body{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:18px}
.comment-meta{font-size:13px;color:var(--muted);margin-bottom:8px}
.comment-author img{border-radius:50%;display:inline-block;vertical-align:middle;margin-right:8px}
.comment-form{display:grid;gap:14px}
.comment-form label{font-size:13.5px;font-weight:600;display:block;margin-bottom:6px}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
  width:100%;border:1.5px solid var(--line-d);border-radius:var(--r);padding:12px 14px;
  font:inherit;font-size:15px;background:#fff;
}
.comment-form textarea{min-height:130px;resize:vertical}
.comment-form input:focus,.comment-form textarea:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px rgba(255,107,107,.15)}

.woocommerce table.shop_table{
  border:1px solid var(--line);border-radius:var(--r-lg);border-collapse:separate;
  border-spacing:0;overflow:hidden;width:100%;margin:0 0 24px;font-size:14.5px;
}
.woocommerce table.shop_table th{
  background:var(--grey);font-weight:600;padding:14px 16px;border:0;
  border-bottom:1px solid var(--line);text-align:left;font-size:13.5px;
}
.woocommerce table.shop_table td{padding:16px;border:0;border-bottom:1px solid var(--line);vertical-align:middle}
.woocommerce table.shop_table tbody tr:last-child td{border-bottom:0}
.woocommerce table.shop_table img{width:64px;height:auto;border-radius:var(--r)}
.woocommerce table.cart td.actions{background:var(--grey)}
.woocommerce a.remove{
  color:var(--muted);font-weight:400;width:26px;height:26px;line-height:24px;
  border:1px solid var(--line-d);border-radius:50%;font-size:16px;
}
.woocommerce a.remove:hover{background:var(--coral);border-color:var(--coral);color:#fff}
.woocommerce .quantity input.qty{
  height:44px;width:76px;border:1.5px solid var(--line-d);border-radius:var(--r);
  text-align:center;font:inherit;font-size:15px;
}
.woocommerce .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3{font-size:20px;margin:0 0 16px}
.woocommerce .cart_totals{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px}
.woocommerce .cart_totals table.shop_table{background:transparent;border:0;margin:0}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td{background:transparent;padding:11px 0;border-bottom:1px solid var(--line)}
.woocommerce .cart_totals .order-total th,
.woocommerce .cart_totals .order-total td{border-bottom:0;font-size:18px;padding-top:16px}
.woocommerce .wc-proceed-to-checkout{padding:16px 0 0}
.woocommerce .wc-proceed-to-checkout a.checkout-button{width:100%;height:52px;font-size:16px}
.woocommerce .coupon{display:flex;gap:8px;flex-wrap:wrap}
.woocommerce .coupon input#coupon_code{height:44px;min-width:170px;border:1.5px solid var(--line-d);border-radius:var(--r);padding:0 14px;font:inherit}

.woocommerce form .form-row{margin:0 0 16px}
.woocommerce form .form-row label{font-size:13.5px;font-weight:600;margin-bottom:6px;display:block}
.woocommerce form .form-row .required{color:var(--coral);border:0;text-decoration:none}
.woocommerce .select2-container--default .select2-selection--single{
  height:46px;border:1.5px solid var(--line-d);border-radius:var(--r);
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px;padding-left:14px;color:var(--ink)}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{height:44px}
.woocommerce-checkout #payment{background:var(--grey);border-radius:var(--r-lg);padding:20px}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--line);padding:0 0 16px;list-style:none}
.woocommerce-checkout #payment div.payment_box{background:#fff;border-radius:var(--r);font-size:14px}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#fff}
.woocommerce-checkout #payment #place_order{width:100%;height:54px;font-size:16px;margin-top:16px}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td{background:var(--cream);font-weight:600}

.woocommerce-account .woocommerce-MyAccount-navigation ul{background:var(--grey);border-radius:var(--r-lg);padding:8px}
.woocommerce-account .woocommerce-MyAccount-content{font-size:15px}
.woocommerce-account .woocommerce-MyAccount-content h2{font-size:21px;margin:0 0 16px}
.woocommerce .woocommerce-Address{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:20px}
.woocommerce .woocommerce-Address address{font-style:normal;line-height:1.7;font-size:14.5px}
.woocommerce .addresses .title h2,.woocommerce .addresses .title h3{font-size:17px}
.woocommerce-order-received .woocommerce-thankyou-order-received{
  background:var(--green-l);border:1px solid #CDE7DA;border-left:4px solid var(--green);
  border-radius:var(--r-lg);padding:18px 20px;font-size:17px;font-weight:600;
}

@media (min-width:600px){
  .post-nav{grid-template-columns:1fr 1fr}
}

.site-header.is-stuck{box-shadow:0 2px 12px rgba(13,27,42,.07)}
.submenu-toggle{
  position:absolute;right:6px;top:8px;width:34px;height:34px;border-radius:var(--r);
  display:grid;place-items:center;color:var(--muted);
}
.submenu-toggle:hover{background:var(--grey)}
.primary-menu .menu-item-has-children{position:relative}
.primary-menu .menu-item-has-children.is-open>.sub-menu{display:block}
.primary-menu.is-open .sub-menu{padding-left:14px}
.primary-menu.is-open>li>a{padding:11px 14px}
@media (min-width:960px){
  .submenu-toggle{display:none}
}

.hero-media .hero-placeholder{max-width:680px;margin:0 auto}
