:root {
  --pt-ink: #161b22;
  --pt-muted: #59616c;
  --pt-blue: #155eef;
  --pt-blue-dark: #0b3a8f;
  --pt-sage: #dce9e2;
  --pt-sky: #eaf2ff;
  --pt-soft: #f6f8fb;
  --pt-line: #dfe3e8;
  --pt-white: #fff;
  --pt-radius: 6px;
  --pt-shell: 1240px;
  --pt-shadow: 0 12px 36px rgba(18, 31, 53, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pawtigo-site {
  margin: 0;
  color: var(--pt-ink);
  background: var(--pt-white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.pawtigo-menu-open { overflow: hidden; }
.pawtigo-site h1, .pawtigo-site h2, .pawtigo-site h3, .pawtigo-site h4 {
  margin: 0 0 .6em;
  color: var(--pt-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0;
}
.pawtigo-site p { margin: 0 0 1.25em; }
.pawtigo-site a { color: inherit; }
.pawtigo-site img { display: block; max-width: 100%; height: auto; }
.pawtigo-shell { width: min(calc(100% - 48px), var(--pt-shell)); margin-inline: auto; }
.pawtigo-shell--narrow { max-width: 760px; }
.screen-reader-text {
  position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed!important; z-index: 99999; top: 12px; left: 12px; width: auto; height: auto;
  clip: auto; padding: 12px 16px; background: var(--pt-white); color: var(--pt-ink);
}
.pawtigo-announcement { background: var(--pt-ink); color: var(--pt-white); font-size: 12px; }
.pawtigo-announcement .pawtigo-shell { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.pawtigo-announcement a { text-underline-offset: 3px; }
.pawtigo-header {
  position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96);
  border-bottom: 1px solid transparent; transition: box-shadow .2s ease, border-color .2s ease;
}
.pawtigo-header.is-scrolled { border-color: var(--pt-line); box-shadow: 0 6px 24px rgba(18,31,53,.06); }
.pawtigo-header__inner { display: grid; grid-template-columns: 190px 1fr 190px; align-items: center; min-height: 78px; }
.pawtigo-logo {
  display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--pt-ink);
  font-size: 22px; font-weight: 750; line-height: .9; text-decoration: none;
}
.pawtigo-logo small { display: block; color: var(--pt-blue); font-size: 11px; font-weight: 750; line-height: 1.2; text-transform: uppercase; }
.pawtigo-logo__mark { position: relative; display: block; width: 31px; height: 31px; border-radius: 50%; background: var(--pt-blue); }
.pawtigo-logo__mark::before, .pawtigo-logo__mark::after, .pawtigo-logo__mark span, .pawtigo-logo__mark i {
  position: absolute; display: block; content: ""; background: var(--pt-white); border-radius: 50%;
}
.pawtigo-logo__mark::before { width: 5px; height: 6px; left: 6px; top: 7px; }
.pawtigo-logo__mark::after { width: 5px; height: 6px; right: 6px; top: 7px; }
.pawtigo-logo__mark span { width: 5px; height: 6px; left: 13px; top: 4px; }
.pawtigo-logo__mark i { width: 13px; height: 10px; left: 9px; top: 15px; border-radius: 55% 55% 48% 48%; }
.pawtigo-nav--desktop { display: flex; justify-content: center; gap: 30px; }
.pawtigo-nav a { font-size: 14px; font-weight: 560; text-decoration: none; }
.pawtigo-nav a:hover { color: var(--pt-blue); }
.pawtigo-header__actions { display: flex; justify-content: flex-end; align-items: center; gap: 5px; }
.pawtigo-icon-button {
  position: relative; display: inline-grid; width: 42px; height: 42px; padding: 10px; place-items: center;
  color: var(--pt-ink); background: transparent; border: 0; border-radius: 50%; cursor: pointer;
}
.pawtigo-icon-button:hover { background: var(--pt-soft); }
.pawtigo-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pawtigo-cart-count {
  position: absolute; top: 2px; right: 0; display: grid; min-width: 18px; height: 18px; padding: 0 4px;
  place-items: center; color: var(--pt-white); background: var(--pt-blue); border-radius: 50%; font-size: 10px; font-weight: 700;
}
.pawtigo-mobile-toggle { display: none; }
.pawtigo-nav--mobile { position: fixed; inset: 112px 0 0; padding: 24px 0; background: var(--pt-white); }
.pawtigo-nav--mobile .pawtigo-shell { display: flex; flex-direction: column; }
.pawtigo-nav--mobile a { padding: 17px 0; border-bottom: 1px solid var(--pt-line); font-size: 20px; }

.pawtigo-hero { position: relative; min-height: 690px; overflow: hidden; background: #eef1f2; }
.pawtigo-hero__media { position: absolute; inset: 0; background: url("../images/pawtigo-hero.webp") center center / cover no-repeat; }
.pawtigo-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(255,255,255,.93) 0%, rgba(255,255,255,.78) 31%, rgba(255,255,255,0) 58%); }
.pawtigo-hero__content { position: relative; z-index: 1; display: flex; min-height: 690px; flex-direction: column; justify-content: center; align-items: flex-start; }
.pawtigo-hero h1 { max-width: 630px; margin-bottom: 22px; font-size: 64px; }
.pawtigo-hero__content > p:not(.pawtigo-eyebrow) { max-width: 520px; color: #3f4650; font-size: 19px; }
.pawtigo-eyebrow { margin-bottom: 18px!important; color: var(--pt-blue-dark); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: 1.4px!important; }
.pawtigo-actions { display: flex; align-items: center; gap: 28px; margin-top: 12px; }
.pawtigo-button, .pawtigo-site .button, .pawtigo-site button.button, .pawtigo-site input.button {
  display: inline-flex; min-height: 48px; padding: 12px 22px; align-items: center; justify-content: center; gap: 10px;
  color: var(--pt-white)!important; background: var(--pt-blue)!important; border: 1px solid var(--pt-blue)!important;
  border-radius: var(--pt-radius)!important; font-size: 14px!important; font-weight: 700!important; line-height: 1.2; text-decoration: none!important;
  box-shadow: none!important; transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.pawtigo-button:hover, .pawtigo-site .button:hover { color: var(--pt-white)!important; background: var(--pt-blue-dark)!important; border-color: var(--pt-blue-dark)!important; transform: translateY(-1px); }
.pawtigo-button svg, .pawtigo-text-link svg, .pawtigo-category svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pawtigo-button--dark { background: var(--pt-ink)!important; border-color: var(--pt-ink)!important; }
.pawtigo-text-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.pawtigo-benefits { border-bottom: 1px solid var(--pt-line); }
.pawtigo-benefits .pawtigo-shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.pawtigo-benefits p { display: flex; min-height: 96px; margin: 0; padding: 22px 38px; flex-direction: column; justify-content: center; border-right: 1px solid var(--pt-line); }
.pawtigo-benefits p:first-child { padding-left: 0; }
.pawtigo-benefits p:last-child { border: 0; }
.pawtigo-benefits strong { font-size: 14px; }
.pawtigo-benefits span { color: var(--pt-muted); font-size: 13px; }
.pawtigo-section { padding: 110px 0; }
.pawtigo-section--soft { background: var(--pt-soft); }
.pawtigo-section__heading { display: flex; margin-bottom: 40px; align-items: end; justify-content: space-between; gap: 32px; }
.pawtigo-section__heading h2 { margin: 0; font-size: 40px; }
.pawtigo-category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pawtigo-category {
  position: relative; display: flex; min-height: 480px; padding: 38px; align-items: flex-end; overflow: hidden;
  background-position: center; background-size: cover; border-radius: var(--pt-radius); text-decoration: none;
}
.pawtigo-category::before { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(9,16,27,.72), rgba(9,16,27,0) 65%); transition: background .25s ease; }
.pawtigo-category:hover::before { background: linear-gradient(0deg, rgba(9,16,27,.82), rgba(9,16,27,.03) 70%); }
.pawtigo-category--dogs { background-image: url("../images/pawtigo-dogs.webp"); }
.pawtigo-category--cats { background-image: url("../images/pawtigo-cats.webp"); }
.pawtigo-category span { position: relative; z-index: 2; display: flex; flex-direction: column; color: var(--pt-white); }
.pawtigo-category small { margin-bottom: 8px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: 1px; }
.pawtigo-category strong { margin-bottom: 15px; font-size: 34px; }
.pawtigo-category i { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-style: normal; font-weight: 650; }

.pawtigo-site ul.products { display: grid!important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 20px!important; margin: 0!important; padding: 0!important; }
.pawtigo-site ul.products:has(> li:only-child) { grid-template-columns: minmax(260px, 310px)!important; }
.pawtigo-site ul.products:has(> li:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 310px))!important; }
.pawtigo-site ul.products::before, .pawtigo-site ul.products::after { display: none!important; }
.pawtigo-site ul.products li.product {
  min-width: 0; float: none!important; width: auto!important; margin: 0!important; padding: 0!important; text-align: left!important;
}
.pawtigo-site ul.products li.product a img {
  width: 100%!important; margin: 0 0 18px!important; aspect-ratio: 1 / 1.12; object-fit: cover; background: #eef0f2; border-radius: var(--pt-radius);
  transition: transform .25s ease;
}
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/durable-dog-leash/"],
.pawtigo-site body { --pt-product-fallback: none; }
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/durable-dog-leash/"] { background-image: url("../images/durable-dog-leash.webp"); }
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/eco-cat-toy/"] { background-image: url("../images/eco-cat-toy.webp"); }
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/plush-dog-bed/"] { background-image: url("../images/plush-dog-bed.webp"); }
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/ceramic-cat-bowl/"] { background-image: url("../images/ceramic-cat-bowl.webp"); }
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/elegant-dog-collar/"] { background-image: url("../images/elegant-dog-collar.webp"); }
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/"] {
  display: block; overflow: hidden; background-position: center; background-size: cover; border-radius: var(--pt-radius);
}
.pawtigo-site a.woocommerce-loop-image-link[style],
.pawtigo-site a.woocommerce-loop-image-link:not([style]) { min-height: 1px; }
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/durable-dog-leash/"] img.woocommerce-placeholder,
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/eco-cat-toy/"] img.woocommerce-placeholder,
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/plush-dog-bed/"] img.woocommerce-placeholder,
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/ceramic-cat-bowl/"] img.woocommerce-placeholder,
.pawtigo-site a.woocommerce-loop-image-link[href*="/product/elegant-dog-collar/"] img.woocommerce-placeholder { opacity: 0; }
.postid-25 .woocommerce-product-gallery__wrapper { background: url("../images/durable-dog-leash.webp") center / cover no-repeat!important; }
.postid-23 .woocommerce-product-gallery__wrapper { background: url("../images/eco-cat-toy.webp") center / cover no-repeat!important; }
.postid-21 .woocommerce-product-gallery__wrapper { background: url("../images/plush-dog-bed.webp") center / cover no-repeat!important; }
.postid-19 .woocommerce-product-gallery__wrapper { background: url("../images/ceramic-cat-bowl.webp") center / cover no-repeat!important; }
.postid-17 .woocommerce-product-gallery__wrapper { background: url("../images/elegant-dog-collar.webp") center / cover no-repeat!important; }
.postid-25 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.postid-23 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.postid-21 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.postid-19 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.postid-17 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image { min-height: 560px; }
.pawtigo-site ul.products li.product:hover a img { transform: translateY(-3px); }
.pawtigo-site ul.products li.product .woocommerce-loop-product__title { padding: 0!important; font-size: 16px!important; line-height: 1.35; }
.pawtigo-product-card__content { min-width: 0; overflow: hidden; }
.pawtigo-product-card__content .woocommerce-loop-product__title a { overflow-wrap: anywhere; }
.pawtigo-site ul.products li.product .price { margin: 6px 0 12px!important; color: var(--pt-muted)!important; font-size: 14px!important; font-weight: 550!important; }
.pawtigo-site ul.products li.product .button {
  display: flex!important; width: 100%!important; min-height: 46px!important; margin: 0!important; padding: 11px 16px!important;
  align-items: center; justify-content: center; gap: 8px; color: var(--pt-white)!important; background: var(--pt-blue)!important;
  border: 1px solid var(--pt-blue)!important; border-radius: 4px!important; font-size: 14px!important; font-weight: 700!important;
  line-height: 1.25!important; text-align: center; text-transform: none!important; letter-spacing: 0!important;
}
.pawtigo-site ul.products li.product .button:hover { color: var(--pt-white)!important; background: var(--pt-blue-dark)!important; border-color: var(--pt-blue-dark)!important; }
.pawtigo-site ul.products li.product .button .kadence-arrow-right-alt-svg { width: 16px; height: 16px; }
.pawtigo-story { padding: 110px 0; background: var(--pt-sage); }
.pawtigo-story .pawtigo-shell { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 460px; align-items: center; }
.pawtigo-story__visual { display: grid; height: 100%; min-height: 460px; place-items: center; background: var(--pt-blue-dark); }
.pawtigo-story__visual span { display: grid; width: 140px; height: 140px; place-items: center; color: var(--pt-white); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.pawtigo-story__visual svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.pawtigo-story__copy { max-width: 520px; padding: 60px 70px; }
.pawtigo-story__copy h2 { font-size: 46px; }
.pawtigo-story__copy p:not(.pawtigo-eyebrow) { color: #37443e; }
.pawtigo-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pawtigo-editorial-grid article small { display: block; margin: 18px 0 8px; color: var(--pt-blue-dark); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.pawtigo-editorial-grid h3 { font-size: 20px; }
.pawtigo-editorial-art { display: block; aspect-ratio: 1.45; border-radius: var(--pt-radius); background: var(--pt-sky); }
.pawtigo-editorial-art--one { background: linear-gradient(145deg, #dbe8fe, #719ae5); }
.pawtigo-editorial-art--two { background: linear-gradient(145deg, #dae9df, #87ad98); }
.pawtigo-editorial-art--three { background: linear-gradient(145deg, #e9e9ed, #a4a8b1); }

.pawtigo-page-hero { padding: 105px 0 85px; background: var(--pt-sky); }
.pawtigo-page-hero .pawtigo-shell { max-width: 900px; margin-left: max(24px, calc((100% - var(--pt-shell)) / 2)); }
.pawtigo-page-hero h1 { max-width: 850px; font-size: 58px; }
.pawtigo-page-hero p:not(.pawtigo-eyebrow) { max-width: 670px; color: #435169; font-size: 18px; }
.pawtigo-page-hero--compact { padding: 58px 0 50px; background: var(--pt-soft); }
.pawtigo-page-hero--compact h1 { margin: 0; font-size: 42px; }
.pawtigo-page-hero--shop { background: var(--pt-sage); }
.pawtigo-about-hero { background: var(--pt-sage); }
.pawtigo-copy-section { padding: 100px 0; }
.pawtigo-copy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.pawtigo-copy-grid h2 { font-size: 40px; }
.pawtigo-copy-grid p { color: var(--pt-muted); font-size: 18px; }
.pawtigo-values { padding: 80px 0; background: var(--pt-soft); }
.pawtigo-values .pawtigo-shell { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--pt-line); }
.pawtigo-values article { padding: 42px; background: var(--pt-white); }
.pawtigo-values article span { color: var(--pt-blue); font-size: 12px; font-weight: 750; }
.pawtigo-values article h2 { margin-top: 44px; font-size: 25px; }
.pawtigo-values article p { color: var(--pt-muted); }
.pawtigo-cta-band { padding: 80px 0; color: var(--pt-white); background: var(--pt-blue-dark); }
.pawtigo-cta-band .pawtigo-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.pawtigo-cta-band h2 { margin: 0; color: var(--pt-white); font-size: 38px; }
.pawtigo-contact { padding: 90px 0; }
.pawtigo-contact .pawtigo-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.pawtigo-contact aside { display: flex; flex-direction: column; align-items: flex-start; }
.pawtigo-contact aside a { margin-bottom: 13px; color: var(--pt-blue-dark); font-weight: 650; }
.pawtigo-contact aside p { margin-top: 24px; color: var(--pt-muted); }
.pawtigo-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pawtigo-contact-form label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 650; }
.pawtigo-contact-form label:nth-of-type(4), .pawtigo-contact-form label:nth-of-type(5) { grid-column: 1 / -1; }
.pawtigo-site input, .pawtigo-site select, .pawtigo-site textarea {
  width: 100%; min-height: 48px; padding: 11px 13px; color: var(--pt-ink); background: var(--pt-white);
  border: 1px solid #aeb6c0; border-radius: 4px; font: inherit;
}
.pawtigo-site textarea { resize: vertical; }
.pawtigo-site input:focus, .pawtigo-site select:focus, .pawtigo-site textarea:focus, .pawtigo-site button:focus-visible, .pawtigo-site a:focus-visible {
  outline: 3px solid rgba(21,94,239,.3); outline-offset: 2px;
}
.pawtigo-faq { padding: 90px 0; }
.pawtigo-faq .pawtigo-shell { max-width: 880px; }
.pawtigo-faq h2 { margin: 50px 0 16px; font-size: 25px; }
.pawtigo-faq h2:first-child { margin-top: 0; }
.pawtigo-faq details { border-top: 1px solid var(--pt-line); }
.pawtigo-faq details:last-child { border-bottom: 1px solid var(--pt-line); }
.pawtigo-faq summary { padding: 22px 4px; font-size: 17px; font-weight: 650; cursor: pointer; }
.pawtigo-faq details p { padding: 0 4px 20px; color: var(--pt-muted); }
.pawtigo-tracking-page { padding: 80px 0 110px; }
.pawtigo-tracking-lookup { max-width: 920px; margin-inline: auto; }
.pawtigo-tracking-form {
  display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; padding: 28px;
  background: var(--pt-white); border: 1px solid var(--pt-line); border-radius: var(--pt-radius); box-shadow: var(--pt-shadow);
}
.pawtigo-tracking-form label { display: flex; flex-direction: column; gap: 7px; color: var(--pt-ink); font-size: 13px; font-weight: 700; }
.pawtigo-tracking-form .pawtigo-button { align-self: end; min-width: 150px; }
.pawtigo-tracking-form__help { grid-column: 1 / -1; margin: 0; color: var(--pt-muted); font-size: 12px; }
.pawtigo-tracking-status { min-height: 24px; margin: 14px 0 0; color: var(--pt-blue-dark); font-size: 13px; font-weight: 650; }
.pawtigo-tracking-result { margin-top: 26px; }
.pawtigo-tracking-card { overflow: hidden; background: var(--pt-white); border: 1px solid var(--pt-line); border-radius: var(--pt-radius); box-shadow: var(--pt-shadow); }
.pawtigo-tracking-card__header { display: flex; padding: 26px 28px; align-items: center; justify-content: space-between; gap: 20px; background: var(--pt-soft); border-bottom: 1px solid var(--pt-line); }
.pawtigo-tracking-card__header h2 { margin: 0; font-size: 26px; }
.pawtigo-tracking-card__header p { margin: 5px 0 0; color: var(--pt-muted); font-size: 13px; }
.pawtigo-status-pill { display: inline-flex; min-height: 32px; padding: 6px 12px; align-items: center; color: #123f28; background: #d9eee1; border-radius: 999px; font-size: 12px; font-weight: 750; }
.pawtigo-tracking-timeline { display: grid; grid-template-columns: repeat(4, 1fr); padding: 34px 28px; list-style: none; margin: 0; }
.pawtigo-tracking-timeline li { position: relative; padding-top: 34px; color: var(--pt-muted); font-size: 12px; font-weight: 650; }
.pawtigo-tracking-timeline li::before { position: absolute; z-index: 2; top: 0; left: 0; width: 18px; height: 18px; content: ""; background: var(--pt-white); border: 2px solid #aeb6c0; border-radius: 50%; }
.pawtigo-tracking-timeline li::after { position: absolute; top: 8px; right: 0; left: 18px; height: 2px; content: ""; background: var(--pt-line); }
.pawtigo-tracking-timeline li:last-child::after { display: none; }
.pawtigo-tracking-timeline li.is-complete::before, .pawtigo-tracking-timeline li.is-current::before { background: var(--pt-blue); border-color: var(--pt-blue); }
.pawtigo-tracking-timeline li.is-complete::after { background: var(--pt-blue); }
.pawtigo-tracking-timeline li.is-current { color: var(--pt-ink); }
.pawtigo-shipment-list { display: grid; gap: 14px; padding: 0 28px 28px; }
.pawtigo-shipment { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 20px; padding: 20px; align-items: center; border: 1px solid var(--pt-line); border-radius: var(--pt-radius); }
.pawtigo-shipment small { display: block; margin-bottom: 3px; color: var(--pt-muted); font-size: 11px; text-transform: uppercase; }
.pawtigo-shipment strong { overflow-wrap: anywhere; font-size: 14px; }
.pawtigo-shipment__empty { padding: 22px; color: var(--pt-muted); background: var(--pt-soft); border-radius: var(--pt-radius); font-size: 14px; }
.pawtigo-account-tracking { display: grid; gap: 14px; }
.pawtigo-account-order { padding: 22px; border: 1px solid var(--pt-line); border-radius: var(--pt-radius); }
.pawtigo-account-order__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pawtigo-account-order__head h3 { margin: 0; font-size: 19px; }
.pawtigo-account-order__meta { margin: 8px 0 16px; color: var(--pt-muted); font-size: 13px; }
.pawtigo-entry, .pawtigo-commerce-content { padding-top: 70px; padding-bottom: 100px; }
.pawtigo-entry { max-width: 820px; }
.pawtigo-entry h2 { margin-top: 1.8em; font-size: 30px; }
.pawtigo-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px 24px; padding-top: 80px; padding-bottom: 100px; }
.pawtigo-post-card img, .pawtigo-post-placeholder { display: block; width: 100%; aspect-ratio: 1.4; object-fit: cover; background: var(--pt-sky); border-radius: var(--pt-radius); }
.pawtigo-post-card small { display: block; margin: 18px 0 8px; color: var(--pt-muted); }
.pawtigo-post-card h2 { font-size: 23px; }
.pawtigo-post-card h2 a { text-decoration: none; }
.pawtigo-post-card p { color: var(--pt-muted); }
.pawtigo-empty { grid-column: 1 / -1; padding: 80px 20px; text-align: center; background: var(--pt-soft); }
.pawtigo-empty--page { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.pawtigo-empty h1 { font-size: 52px; }
.pawtigo-article__header { padding: 100px 0 60px; background: var(--pt-soft); }
.pawtigo-article__header h1 { font-size: 54px; }
.pawtigo-article__image { padding-top: 60px; }
.pawtigo-article__image img { width: 100%; max-height: 680px; object-fit: cover; }

.pawtigo-woocommerce-main .woocommerce-breadcrumb { margin-bottom: 25px; color: var(--pt-muted); font-size: 13px; }
.pawtigo-woocommerce-main .page-description:empty { display: none; }
.pawtigo-woocommerce-main .kadence-shop-top-row {
  display: flex; min-height: 52px; margin: 0 0 32px; padding: 0 0 18px; align-items: center; gap: 14px;
  border-bottom: 1px solid var(--pt-line);
}
.pawtigo-woocommerce-main .woocommerce-result-count,
.pawtigo-woocommerce-main .woocommerce-ordering { margin: 0!important; }
.pawtigo-woocommerce-main .kadence-woo-ordering { margin-left: auto; }
.pawtigo-woocommerce-main .woocommerce-ordering select {
  min-width: 210px; height: 44px; padding: 0 38px 0 14px; border: 1px solid var(--pt-line); border-radius: 4px;
  color: var(--pt-ink); background-color: var(--pt-white);
}
.pawtigo-woocommerce-main .kadence-woo-toggle { display: none; }
.pawtigo-site div.product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 72px; }
.pawtigo-site div.product div.images, .pawtigo-site div.product div.summary { float: none!important; width: auto!important; margin: 0!important; }
.pawtigo-site div.product .woocommerce-product-gallery { opacity: 1!important; }
.pawtigo-site div.product div.images .woocommerce-product-gallery__wrapper { min-height: 560px; background: var(--pt-soft); }
.pawtigo-site div.product div.images img { aspect-ratio: 1 / 1.15; object-fit: cover; }
.pawtigo-site div.product .summary { padding-top: 30px; }
.pawtigo-site div.product .product_title { font-size: 44px; }
.pawtigo-site div.product p.price { margin: 18px 0 28px; color: var(--pt-ink); font-size: 23px; }
.pawtigo-site div.product .woocommerce-product-details__short-description { color: var(--pt-muted); font-size: 17px; }
.pawtigo-site div.product form.cart { display: flex; margin: 30px 0!important; gap: 10px; }
.pawtigo-site div.product form.cart .quantity input { width: 72px; min-height: 50px; }
.pawtigo-site div.product form.cart .single_add_to_cart_button { flex: 1; }
.pawtigo-product-assurance { margin: 28px 0; padding: 10px 0; border-top: 1px solid var(--pt-line); border-bottom: 1px solid var(--pt-line); }
.pawtigo-product-assurance p { display: grid; grid-template-columns: 140px 1fr; margin: 0; padding: 12px 0; font-size: 13px; }
.pawtigo-product-assurance span { color: var(--pt-muted); }
.pawtigo-product-assurance a { color: var(--pt-blue-dark); }
.pawtigo-purchase-details { margin-top: -10px; border-bottom: 1px solid var(--pt-line); }
.pawtigo-purchase-details details { border-top: 1px solid var(--pt-line); }
.pawtigo-purchase-details summary { padding: 15px 0; font-size: 13px; font-weight: 700; cursor: pointer; }
.pawtigo-purchase-details p { padding: 0 0 15px; color: var(--pt-muted); font-size: 13px; }
.pawtigo-site div.product .product_meta, .pawtigo-site div.product .product_meta * { color: #3e4b5a!important; font-size: 12px!important; }
.pawtigo-site .woocommerce-tabs, .pawtigo-site .related.products { grid-column: 1 / -1; }
.pawtigo-site .woocommerce-tabs { margin-top: 20px; padding-top: 60px; border-top: 1px solid var(--pt-line); }
.pawtigo-site .woocommerce-Tabs-panel--description img { width: 100%; height: auto; margin: 10px 0; object-fit: contain; }
.pawtigo-site .woocommerce-tabs ul.tabs { padding: 0!important; }
.pawtigo-site .woocommerce-tabs ul.tabs::before { border-color: var(--pt-line)!important; }
.pawtigo-site .woocommerce-tabs ul.tabs li { background: transparent!important; border: 0!important; }
.pawtigo-site .related.products { margin-top: 80px; }
.pawtigo-site .related.products > h2 { margin-bottom: 30px; font-size: 34px; }
.pawtigo-product-card__content h2 a { display: inline-block; min-height: 28px; padding-block: 3px; }
.pawtigo-product-card__content .button { min-height: 44px!important; }
.pawtigo-site .woocommerce-notices-wrapper .woocommerce-message, .pawtigo-site .woocommerce-info {
  padding: 18px 22px 18px 50px!important; background: var(--pt-sky); border-top: 0; border-left: 3px solid var(--pt-blue);
}
.pawtigo-site .wc-block-cart, .pawtigo-site .wc-block-checkout { font-family: inherit; }
.pawtigo-site .wc-block-components-sidebar-layout { gap: 42px; }
.pawtigo-site .wc-block-components-order-summary, .pawtigo-site .wc-block-cart__sidebar, .pawtigo-site .wc-block-checkout__sidebar {
  padding: 24px!important; background: var(--pt-soft); border-radius: var(--pt-radius);
}
.pawtigo-site .wc-block-components-checkout-place-order-button { min-height: 54px; color: var(--pt-white); background: var(--pt-blue); border: 0; }
.pawtigo-site .single_add_to_cart_button.disabled,
.pawtigo-site .single_add_to_cart_button:disabled { color: #fff!important; background: #536273!important; border-color: #536273!important; opacity: 1!important; }

.pawtigo-footer { padding-top: 80px; color: #dfe6f0; background: #121a29; }
.pawtigo-footer__grid { display: grid; grid-template-columns: 1.1fr .6fr .7fr 1.4fr; gap: 60px; padding-bottom: 70px; }
.pawtigo-footer .pawtigo-logo { color: var(--pt-white); }
.pawtigo-footer .pawtigo-logo small { color: #8bb6ff; }
.pawtigo-footer__brand p { max-width: 260px; margin-top: 20px; color: #aeb9c9; font-size: 14px; }
.pawtigo-footer h2 { margin-bottom: 18px; color: var(--pt-white); font-size: 13px; text-transform: uppercase; letter-spacing: .8px; }
.pawtigo-footer__grid > div:not(:first-child) > a { display: block; margin: 10px 0; color: #b9c3d1; font-size: 14px; text-decoration: none; }
.pawtigo-footer__grid a:hover { color: var(--pt-white); }
.pawtigo-newsletter p { color: #aeb9c9; font-size: 14px; }
.pawtigo-newsletter label { display: block; margin-bottom: 6px; font-size: 12px; }
.pawtigo-newsletter form > div { display: flex; }
.pawtigo-newsletter input { min-width: 0; color: var(--pt-ink); border: 0; border-radius: 4px 0 0 4px; }
.pawtigo-newsletter button { min-width: 80px; color: var(--pt-white); background: var(--pt-blue); border: 0; border-radius: 0 4px 4px 0; font-weight: 700; cursor: pointer; }
.pawtigo-newsletter small { display: block; margin-top: 10px; color: #8995a7; font-size: 10px; }
.pawtigo-form-status { grid-column: 1 / -1; margin: 8px 0 0!important; font-size: 12px!important; }
.pawtigo-footer__bottom { display: flex; min-height: 64px; align-items: center; justify-content: space-between; color: #8995a7; border-top: 1px solid #2b3545; font-size: 11px; }

@media (max-width: 980px) {
  .pawtigo-header__inner { grid-template-columns: 54px 1fr 150px; }
  .pawtigo-mobile-toggle { display: inline-grid; }
  .pawtigo-nav--desktop, .pawtigo-search-link { display: none; }
  .pawtigo-logo { justify-self: center; }
  .pawtigo-hero, .pawtigo-hero__content { min-height: 620px; }
  .pawtigo-hero h1 { max-width: 520px; font-size: 52px; }
  .pawtigo-site ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .pawtigo-story .pawtigo-shell { grid-template-columns: 1fr 1fr; }
  .pawtigo-story__copy { padding: 45px; }
  .pawtigo-footer__grid { grid-template-columns: 1fr 1fr; }
  .pawtigo-site div.product { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 700px) {
  .pawtigo-shell { width: min(calc(100% - 32px), var(--pt-shell)); }
  .pawtigo-announcement .pawtigo-shell { justify-content: center; }
  .pawtigo-announcement a { display: none; }
  .pawtigo-header__inner { grid-template-columns: 42px 1fr 92px; min-height: 66px; }
  .pawtigo-logo { font-size: 18px; }
  .pawtigo-logo__mark { width: 27px; height: 27px; }
  .pawtigo-icon-button { width: 40px; height: 40px; padding: 9px; }
  .pawtigo-nav--mobile { inset: 100px 0 0; }
  .pawtigo-hero { min-height: 690px; }
  .pawtigo-hero__media { background-position: 60% center; }
  .pawtigo-hero__media::after { background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.86) 42%, rgba(255,255,255,.15) 72%); }
  .pawtigo-hero__content { min-height: 690px; padding-bottom: 220px; justify-content: center; }
  .pawtigo-hero h1 { max-width: 360px; font-size: 41px; }
  .pawtigo-hero__content > p:not(.pawtigo-eyebrow) { max-width: 350px; font-size: 16px; }
  .pawtigo-actions { gap: 18px; }
  .pawtigo-benefits .pawtigo-shell { grid-template-columns: 1fr; }
  .pawtigo-benefits p, .pawtigo-benefits p:first-child { min-height: 82px; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--pt-line); }
  .pawtigo-benefits p:last-child { border-bottom: 0; }
  .pawtigo-section { padding: 72px 0; }
  .pawtigo-section__heading { align-items: flex-start; flex-direction: column; }
  .pawtigo-section__heading h2 { font-size: 33px; }
  .pawtigo-category-grid { grid-template-columns: 1fr; }
  .pawtigo-category { min-height: 350px; padding: 28px; }
  .pawtigo-category strong { font-size: 28px; }
  .pawtigo-site ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 12px!important; }
  .pawtigo-site ul.products:has(> li:only-child) { grid-template-columns: minmax(0, 1fr)!important; }
  .pawtigo-site ul.products:has(> li:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr))!important; }
  .pawtigo-site ul.products li.product a img { margin-bottom: 12px!important; }
  .pawtigo-site ul.products li.product .woocommerce-loop-product__title { font-size: 14px!important; }
  .pawtigo-site ul.products li.product .button { min-height: 44px!important; padding-inline: 10px!important; font-size: 12px!important; }
  .pawtigo-woocommerce-main .kadence-shop-top-row { flex-wrap: wrap; margin-bottom: 24px; padding-bottom: 14px; }
  .pawtigo-woocommerce-main .kadence-woo-ordering { margin-left: auto; }
  .pawtigo-woocommerce-main .woocommerce-ordering select { min-width: 165px; max-width: 52vw; }
  .pawtigo-story { padding: 0; }
  .pawtigo-story .pawtigo-shell { width: 100%; grid-template-columns: 1fr; }
  .pawtigo-story__visual { min-height: 300px; }
  .pawtigo-story__copy { padding: 55px 24px 65px; }
  .pawtigo-story__copy h2 { font-size: 36px; }
  .pawtigo-editorial-grid { grid-template-columns: 1fr; gap: 40px; }
  .pawtigo-page-hero { padding: 72px 0 58px; }
  .pawtigo-page-hero .pawtigo-shell { margin-inline: auto; }
  .pawtigo-page-hero h1 { font-size: 40px; }
  .pawtigo-page-hero--compact h1 { font-size: 34px; }
  .pawtigo-copy-section { padding: 70px 0; }
  .pawtigo-copy-grid { grid-template-columns: 1fr; gap: 20px; }
  .pawtigo-values { padding: 50px 0; }
  .pawtigo-values .pawtigo-shell { grid-template-columns: 1fr; }
  .pawtigo-values article h2 { margin-top: 18px; }
  .pawtigo-cta-band .pawtigo-shell { align-items: flex-start; flex-direction: column; }
  .pawtigo-cta-band h2 { font-size: 32px; }
  .pawtigo-contact { padding: 60px 0; }
  .pawtigo-contact .pawtigo-shell { grid-template-columns: 1fr; gap: 48px; }
  .pawtigo-contact-form { grid-template-columns: 1fr; }
  .pawtigo-contact-form label { grid-column: 1!important; }
  .pawtigo-faq { padding: 55px 0; }
  .pawtigo-tracking-page { padding: 48px 0 72px; }
  .pawtigo-tracking-form { grid-template-columns: 1fr; padding: 20px; }
  .pawtigo-tracking-form__help { grid-column: 1; }
  .pawtigo-tracking-form .pawtigo-button { width: 100%; }
  .pawtigo-tracking-card__header { align-items: flex-start; flex-direction: column; }
  .pawtigo-tracking-timeline { padding: 28px 20px; }
  .pawtigo-tracking-timeline li { font-size: 10px; }
  .pawtigo-shipment-list { padding: 0 20px 20px; }
  .pawtigo-shipment { grid-template-columns: 1fr 1fr; }
  .pawtigo-shipment .pawtigo-button { grid-column: 1 / -1; }
  .pawtigo-post-grid { grid-template-columns: 1fr; }
  .pawtigo-site div.product { display: block; }
  .pawtigo-site div.product div.images .woocommerce-product-gallery__wrapper { min-height: 0; aspect-ratio: 1 / 1.15; }
  .postid-25 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .postid-23 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .postid-21 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .postid-19 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .postid-17 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image { min-height: 0; height: 100%; }
  .pawtigo-site div.product .summary { padding-top: 32px; }
  .pawtigo-site div.product .product_title { font-size: 34px; }
  .pawtigo-product-assurance p { grid-template-columns: 120px 1fr; }
  .pawtigo-site .wc-block-components-sidebar-layout { display: block; }
  .pawtigo-footer { padding-top: 60px; }
  .pawtigo-footer__grid { grid-template-columns: 1fr 1fr; gap: 44px 24px; }
  .pawtigo-footer__brand, .pawtigo-newsletter { grid-column: 1 / -1; }
  .pawtigo-footer__bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

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