:root {
  --pn-teal: #176b63;
  --pn-teal-2: #12574f;
  --pn-deep: #176b63;
  --pn-deeper: #12574f;
  --pn-ink: #243d36;
  --pn-text: #465f55;
  --pn-muted: #64766b;
  --pn-sky: #e8efe7;
  --pn-sky-2: #f3f6f0;
  --pn-cream: #faf7f2;
  --pn-line: #d7e1d5;
  --pn-line-soft: #e8ede4;
  --pn-orange: #eaa15a;
  --pn-red: #df3434;
  --pn-white: #ffffff;
  --pn-radius-sm: 10px;
  --pn-radius: 16px;
  --pn-radius-lg: 22px;
  --pn-shadow-sm: 0 7px 22px rgba(23,107,99,.07);
  --pn-shadow: 0 18px 48px rgba(23,107,99,.11);
  --pn-container: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--pn-cream);
  color: var(--pn-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--pn-teal-2); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, input[type="submit"] { cursor: pointer; }
svg { display: block; }
.site-container { width: min(var(--pn-container), calc(100% - 48px)); margin-inline: auto; }
.site-content { min-height: 50vh; }
.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; }
.skip-link:focus { clip: auto !important; width: auto; height: auto; top: 8px; left: 8px; z-index: 99999; background: #fff; border: 2px solid var(--pn-teal); border-radius: 8px; padding: 10px 14px; }
.pn-icon { width: 1.35em; height: 1.35em; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.pn-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pn-icon svg.pn-paw-svg { fill: currentColor; stroke: none; }
.pn-icon.logo-paw svg, .newsletter-paw .pn-icon svg, .aside-icon .pn-icon svg { fill: currentColor; stroke: none; }

/* Buttons */
.pn-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 31px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  line-height: 1.15;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.pn-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { transform: translateY(-1px); }
.pn-button-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background: var(--pn-deep);
  color: #fff;
  box-shadow: 0 9px 22px rgba(23,107,99,.17);
}
.pn-button-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover { background: var(--pn-deeper); color: #fff; }
.pn-button-secondary { background: #fff; color: var(--pn-deep); border-color: var(--pn-line); }
.pn-button-light { background: #fff; color: var(--pn-deep); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Announcement + header */
.announcement-bar { color: #fff; background: linear-gradient(90deg, var(--pn-teal), var(--pn-teal)); font-size: 12px; }
.announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement-main { display: inline-flex; align-items: center; gap: 8px; }
.announcement-main .pn-icon { width: 18px; height: 18px; }
.announcement-inner small { opacity: .94; text-align: right; }
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.985); box-shadow: 0 8px 28px rgba(23,107,99,.055); transition: box-shadow .2s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(23,107,99,.12); }
.header-main { min-height: 92px; display: grid; grid-template-columns: 265px minmax(340px, 1fr) auto; align-items: center; gap: 34px; }
.site-branding { min-width: 0; }
.site-branding .custom-logo-link { display: inline-flex; align-items: center; }
.site-branding .custom-logo { width: auto; max-width: 260px; max-height: 66px; }
.text-logo { display: inline-grid; grid-template-columns: auto 34px; align-items: center; column-gap: 8px; line-height: 1; color: var(--pn-deep); }
.text-logo:hover { color: var(--pn-deep); }
.text-logo .logo-name { font-size: 34px; font-weight: 900; letter-spacing: -1.25px; }
.text-logo .logo-paw { width: 29px; height: 29px; }
.text-logo small { grid-column: 1 / 3; color: var(--pn-muted); font-size: 12px; font-weight: 600; letter-spacing: .85px; text-align: center; margin-top: 4px; }
.search-form { width: 100%; height: 48px; display: flex; border: 1px solid var(--pn-line); border-radius: 9px; overflow: hidden; background: #fff; box-shadow: 0 7px 20px rgba(23,107,99,.05); }
.search-form label { display: block; flex: 1; }
.search-field { width: 100%; height: 100%; border: 0; outline: 0; padding: 0 18px; color: var(--pn-ink); background: transparent; }
.search-field::placeholder { color: var(--pn-muted); }
.search-submit { width: 56px; border: 0; color: #fff; background: var(--pn-deep); display: grid; place-items: center; }
.search-submit:hover { background: var(--pn-deeper); }
.search-submit .pn-icon { width: 23px; height: 23px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.header-action { position: relative; display: flex; align-items: center; gap: 10px; color: var(--pn-ink); white-space: nowrap; }
.header-action:hover { color: var(--pn-teal); }
.header-action .action-icon { width: 27px; height: 27px; }
.action-copy { line-height: 1.25; }
.action-copy small, .action-copy strong { display: block; }
.action-copy small { color: var(--pn-muted); font-size: 12px; font-weight: 650; }
.action-copy strong { font-size: 12px; font-weight: 750; margin-top: 2px; }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--pn-line); border-radius: 9px; background: #fff; color: var(--pn-deep); }
.mobile-menu-toggle > span { line-height: 0; }
.mobile-menu-toggle .pn-icon { width: 24px; height: 24px; }
.menu-close-icon { display: none; }
.mobile-menu-overlay { display: none; }
.main-navigation { border-top: 1px solid var(--pn-line-soft); }
.nav-inner { min-height: 48px; display: flex; align-items: center; }
.primary-menu { width: 100%; margin: 0; padding: 0; list-style: none; display: flex; justify-content: space-around; align-items: center; gap: 22px; }
.primary-menu > li { position: relative; margin: 0; }
.primary-menu > li > a { min-height: 48px; display: flex; align-items: center; padding: 0 8px; font-size: 14px; font-weight: 750; }
.primary-menu .nav-caret { width: 18px; height: 18px; margin-left: 7px; transition: transform .2s ease; }
.primary-menu .menu-item-has-children:hover > a .nav-caret,
.primary-menu .menu-item-has-children:focus-within > a .nav-caret { transform: rotate(180deg); }
.primary-menu > li > a:hover { color: var(--pn-teal-2); }
.primary-menu .sale-link > a { color: #e11d2e; }
.primary-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--pn-line); border-radius: 10px; box-shadow: var(--pn-shadow); visibility: hidden; opacity: 0; transform: translateY(8px); transition: .2s ease; }
.primary-menu > li:last-child > .sub-menu { right: 0; left: auto; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.primary-menu .sub-menu a { display: block; padding: 9px 10px; border-radius: 7px; font-size: 13px; font-weight: 700; }
.primary-menu .sub-menu a:hover { background: var(--pn-sky-2); }
.mobile-search { display: none; }

/* Home */
.home-shell { padding-top: 20px; padding-bottom: 72px; }
.hero-section { min-height: 430px; display: grid; grid-template-columns: 42% 58%; overflow: hidden; border: 1px solid rgba(23,107,99,.05); border-radius: var(--pn-radius-lg); background: linear-gradient(112deg, var(--pn-sky-2) 0%, var(--pn-cream) 48%, #f7f4ef 100%); }
.hero-copy { padding: 48px 26px 42px 72px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 2; }
.eyebrow { display: inline-block; margin-bottom: 9px; color: var(--pn-teal); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.hero-copy h1 { max-width: 620px; margin: 0 0 15px; color: var(--pn-deep); font-size: clamp(48px, 4.4vw, 70px); line-height: .98; letter-spacing: -3.25px; }
.hero-copy h1 > span { display: inline-flex; vertical-align: middle; color: var(--pn-deep); }
.hero-copy h1 .pn-icon { width: .74em; height: .74em; }
.hero-copy > p { max-width: 560px; margin: 0 0 23px; color: var(--pn-teal); font-size: 17px; line-height: 1.5; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--pn-teal); font-size: 12px; font-weight: 750; }
.hero-note .pn-icon { width: 18px; height: 18px; }
.hero-media { position: relative; min-width: 0; overflow: hidden; }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--pn-cream) 0%, rgba(250,247,242,.62) 10%, rgba(250,247,242,0) 34%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.trust-strip { min-height: 94px; margin-top: 17px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; border: 1px solid var(--pn-line); border-radius: 15px; background: #fff; }
.trust-strip article { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 17px 20px; }
.trust-strip article + article { border-left: 1px solid var(--pn-line-soft); }
.trust-strip article > .pn-icon { width: 34px; height: 34px; color: var(--pn-teal); }
.trust-strip article span { min-width: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: 13px; line-height: 1.25; }
.trust-strip small { margin-top: 3px; color: var(--pn-muted); font-size: 12px; line-height: 1.35; }
.promo-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-card { min-height: 350px; position: relative; overflow: hidden; border-radius: 16px; background: var(--pn-sky); box-shadow: 0 12px 28px rgba(23,107,99,.075); }
.promo-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.promo-card:hover > img { transform: scale(1.035); }
.promo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.72) 35%, rgba(255,255,255,.08) 75%); }
.promo-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 27px 20px 21px; color: var(--pn-ink); }
.promo-copy strong { max-width: 170px; font-size: 26px; line-height: 1.03; letter-spacing: -.8px; }
.promo-copy small { max-width: 155px; margin-top: 10px; color: var(--pn-text); font-size: 13px; line-height: 1.45; }
.promo-copy b { margin-top: 15px; padding: 8px 10px; border: 1px solid var(--pn-line); border-radius: 6px; background: rgba(255,255,255,.92); font-size: 12px; }
.promo-copy em { margin-top: auto; padding: 9px 14px; border-radius: 7px; background: var(--pn-deep); color: #fff; font-size: 12px; font-style: normal; font-weight: 800; }
.home-section { margin-top: 34px; }
.home #best-sellers { scroll-margin-top: 145px; }
.section-heading { margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 0; color: var(--pn-ink); font-size: 25px; line-height: 1.15; letter-spacing: -.65px; }
.section-heading > a { display: inline-flex; align-items: center; gap: 5px; color: var(--pn-teal-2); font-size: 12px; font-weight: 800; }
.section-heading > a .pn-icon, .read-more .pn-icon, .shop-help-card a .pn-icon { width: 16px; height: 16px; }
.product-scroller { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; overflow-x: auto; margin-top: -6px; padding: 6px 0 4px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 0; border: 1px solid #eee4d8; border-radius: 11px; background: #fff; overflow: hidden; cursor: pointer; scroll-snap-align: start; transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease; }
.product-card:hover { transform: translateY(-3px); border-color: var(--pn-line); box-shadow: var(--pn-shadow-sm); }
.product-card-media { aspect-ratio: 1 / .94; position: relative; display: block; overflow: hidden; background: linear-gradient(180deg, var(--pn-cream), var(--pn-sky-2)); }
.product-card-media > img, .product-card-media > .attachment-woocommerce_thumbnail { width: 100%; height: 100%; object-fit: contain; padding: 0; transition: transform .3s ease; }
.product-card:hover .product-card-media > img { transform: scale(1.025); }
.wishlist-button { position: absolute; top: 8px; right: 8px; z-index: 3; width: 28px; height: 28px; padding: 5px; display: grid; place-items: center; border: 1px solid rgba(23,107,99,.18); border-radius: 999px; background: rgba(255,255,255,.94); color: var(--pn-teal); cursor: pointer; }
.wishlist-button .pn-icon { width: 16px; height: 16px; }
.wishlist-button:disabled { cursor: wait; opacity: .65; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 9px 10px 10px; }
.product-card-category { min-height: 13px; margin-bottom: 4px; color: var(--pn-muted); font-size: 12px; line-height: 1.25; }
.product-card-category a { color: inherit; }
.product-card h3 { min-height: 33px; margin: 0 0 6px; font-size: 12px; line-height: 1.25; }
.product-card h3 a:hover { color: var(--pn-teal); }
.product-card-price { min-height: 22px; margin-top: auto; padding-top: 4px; color: var(--pn-ink); font-size: 12px; font-weight: 900; }
.product-card-price del { color: var(--pn-muted); font-size: 12px; font-weight: 600; }
.product-card-price ins { text-decoration: none; }
.product-card-action { margin-top: 4px; cursor: default; }
.product-card-action .button { width: 100%; min-height: 31px; margin: 0 !important; padding: 6px 8px !important; display: flex !important; align-items: center; justify-content: flex-start; gap: 7px; border: 1px solid var(--pn-muted) !important; border-radius: 6px !important; background: #fff !important; color: var(--pn-deep) !important; font-size: 12px !important; font-weight: 800 !important; text-align: left; }
.product-card-action .button .pn-icon { width: 15px; height: 15px; margin-left: auto; }
.product-card-action .added_to_cart { display: none !important; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid blockquote { min-height: 185px; margin: 0; padding: 22px 22px 20px; position: relative; border: 1px solid var(--pn-line); border-radius: 13px; background: #fff; }
.review-grid blockquote::after { content: '”'; position: absolute; right: 17px; bottom: -8px; color: var(--pn-sky-2); font: 800 78px/1 Georgia, serif; }
.stars { color: var(--pn-orange); font-size: 13px; font-weight: 800; letter-spacing: 1px; }
.stars small { margin-left: 3px; color: var(--pn-muted); font-size: 12px; letter-spacing: 0; }
.review-grid p { max-width: 88%; margin: 13px 0 19px; font-size: 14px; font-weight: 650; line-height: 1.45; }
.review-grid footer { display: flex; flex-direction: column; font-size: 12px; }
.review-grid footer span { color: var(--pn-muted); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--pn-line); border-radius: 13px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-2px); box-shadow: var(--pn-shadow-sm); }
.article-image { height: 180px; display: block; overflow: hidden; background: var(--pn-sky); }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .article-image img { transform: scale(1.025); }
.article-body { padding: 15px 17px 18px; }
.article-tag { display: inline-flex; align-items: center; min-height: 21px; padding: 3px 8px; border: 1px solid var(--pn-line); border-radius: 999px; background: var(--pn-sky-2); color: var(--pn-teal-2); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .03em; }
.article-body h3 { margin: 8px 0 5px; font-size: 15px; line-height: 1.25; }
.article-body p { margin: 0 0 11px; color: var(--pn-muted); font-size: 12px; line-height: 1.45; }
.read-more { display: inline-flex; align-items: center; gap: 5px; color: var(--pn-teal-2); font-size: 12px; font-weight: 800; }

/* Footer */
.site-footer { padding: 0 0 18px; background: #fff; }
.newsletter-band { min-height: 105px; display: grid; grid-template-columns: minmax(330px, .95fr) minmax(390px, 1fr) auto; align-items: center; gap: 28px; padding: 20px 30px; border-radius: 14px; background: linear-gradient(95deg, var(--pn-teal), var(--pn-teal)); color: #fff; }
.newsletter-copy { display: flex; align-items: center; gap: 17px; }
.newsletter-paw { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid rgba(255,255,255,.45); border-radius: 999px; }
.newsletter-paw .pn-icon { width: 31px; height: 31px; }
.newsletter-copy h2 { margin: 0 0 3px; font-size: 18px; line-height: 1.2; }
.newsletter-copy p { max-width: 370px; margin: 0; opacity: .9; font-size: 12px; line-height: 1.4; }
.newsletter-form { position: relative; min-width: 0; height: 46px; display: flex; overflow: hidden; border-radius: 999px; background: #fff; }
.newsletter-form input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 20px; color: var(--pn-ink); }
.newsletter-form button { min-width: 130px; border: 0; background: var(--pn-cream); color: var(--pn-deep); font-size: 12px; font-weight: 850; }
.newsletter-message { position: absolute; left: 20px; bottom: 1px; color: var(--pn-deep); font-size: 12px; }
.social-links { display: flex; gap: 11px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--pn-deep); font-size: 13px; font-weight: 850; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr) 1.15fr; gap: 34px; padding: 34px 20px 27px; }
.footer-brand .text-logo .logo-name { font-size: 25px; }
.footer-brand .text-logo { grid-template-columns: auto 26px; }
.footer-brand .text-logo .logo-paw { width: 23px; height: 23px; }
.footer-brand .text-logo small { font-size: 12px; }
.footer-brand p { max-width: 210px; margin: 14px 0 12px; color: var(--pn-muted); font-size: 12px; line-height: 1.5; }
.footer-brand img { width: 112px; height: 76px; object-fit: cover; object-position: center 30%; }
.footer-column h3 { margin: 2px 0 14px; font-size: 12px; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin-bottom: 9px; }
.footer-menu a { color: var(--pn-muted); font-size: 12px; }
.footer-menu a:hover { color: var(--pn-teal); }
.payment-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.payment-grid span { width: 41px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; border-radius: 3px; background: #fff; }
.payment-grid img { display: block; width: auto; max-width: 100%; height: auto; max-height: 25px; }
.footer-bottom { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 0 20px; border-top: 1px solid var(--pn-line-soft); color: var(--pn-muted); font-size: 12px; text-align: center; }
.footer-legal-menu { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 22px; }
.footer-legal-menu li + li::before { content: "|"; margin-right: 22px; color: var(--pn-line); }

/* Shared page breadcrumb and content */
.page-breadcrumb-band { padding: 18px 0; background: #fff; }
.page-breadcrumb-band .pn-breadcrumbs,
.woocommerce .page-breadcrumb-band .woocommerce-breadcrumb { margin: 0 !important; }
.page-hero { background: linear-gradient(100deg, var(--pn-sky-2), var(--pn-cream)); }
.page-hero-inner { min-height: 310px; display: grid; grid-template-columns: 1fr; align-items: center; gap: 30px; padding-block: 45px; }
.page-hero-has-image .page-hero-inner { grid-template-columns: minmax(0, .95fr) minmax(430px, .8fr); }
.page-hero-copy { max-width: 760px; }
.page-hero-copy h1 { margin: 0 0 14px; font-size: clamp(42px, 4.3vw, 65px); line-height: 1.02; letter-spacing: -2.3px; }
.page-hero-copy > p { max-width: 720px; margin: 0; color: var(--pn-text); font-size: 17px; line-height: 1.55; }
.page-hero-media { height: 255px; overflow: hidden; border-radius: 18px; box-shadow: var(--pn-shadow-sm); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.pn-breadcrumbs, .woocommerce .woocommerce-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 18px !important; color: var(--pn-muted) !important; font-size: 12px !important; }
.pn-breadcrumbs a, .woocommerce .woocommerce-breadcrumb a { display: inline-flex; align-items: center; gap: 5px; color: var(--pn-muted); }
.pn-breadcrumbs .pn-icon { width: 14px; height: 14px; }
.page-shell, .content-shell { padding-top: 55px; padding-bottom: 78px; }
.page-content { max-width: 1060px; margin-inline: auto; }
.page-featured-image { margin: 0 0 34px; overflow: hidden; border-radius: 18px; }
.entry-content { color: var(--pn-text); }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--pn-ink); line-height: 1.2; }
.entry-content h2 { margin-top: 1.7em; font-size: 30px; }
.entry-content h3 { margin-top: 1.55em; font-size: 23px; }
.entry-content p, .entry-content li { font-size: 16px; line-height: 1.75; }
.entry-content a { color: var(--pn-teal-2); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 30px 0; padding: 24px 28px; border-left: 4px solid var(--pn-teal); border-radius: 0 12px 12px 0; background: var(--pn-sky-2); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 13px; border: 1px solid var(--pn-line); text-align: left; }
.custom-page-content { margin-top: 48px; }
.centered-heading { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.centered-heading h2 { margin: 0; font-size: 38px; letter-spacing: -1.2px; }
.empty-state { max-width: 760px; margin: 40px auto; padding: 55px; border: 1px solid var(--pn-line); border-radius: 18px; background: var(--pn-sky-2); text-align: center; }
.empty-state h2 { margin-top: 0; font-size: 32px; }
.empty-state p { color: var(--pn-text); }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--pn-line); border-radius: 8px; background: #fff; color: var(--pn-ink); font-size: 13px; font-weight: 750; }
.page-numbers.current, .page-numbers:hover { background: var(--pn-deep); color: #fff; border-color: var(--pn-deep); }

/* About */
.story-shell, .contact-shell, .faq-shell, .policy-shell, .tracking-shell { padding-top: 68px; padding-bottom: 80px; }
.contact-shell, .faq-shell, .policy-shell { max-width: 1280px; }
.story-section { display: grid; grid-template-columns: .9fr 1.05fr; align-items: center; gap: 70px; }
.story-copy h2 { margin: 0 0 20px; font-size: 43px; line-height: 1.08; letter-spacing: -1.5px; }
.story-copy p { color: var(--pn-muted); font-size: 16px; line-height: 1.75; }
.story-image { height: 520px; overflow: hidden; border-radius: 22px; box-shadow: var(--pn-shadow); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.values-section { margin-top: 95px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-grid article { min-height: 245px; padding: 31px; border: 1px solid var(--pn-line); border-radius: 16px; background: #fff; }
.value-grid .pn-icon { width: 42px; height: 42px; color: var(--pn-teal); }
.value-grid h3 { margin: 22px 0 10px; font-size: 22px; }
.value-grid p { margin: 0; color: var(--pn-muted); font-size: 14px; line-height: 1.7; }
.promise-band { margin-top: 75px; min-height: 220px; padding: 42px 55px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 22px; background: linear-gradient(100deg, var(--pn-deep), var(--pn-teal)); color: #fff; }
.promise-band .eyebrow { color: var(--pn-line); }
.promise-band h2 { max-width: 820px; margin: 0; font-size: 38px; line-height: 1.12; letter-spacing: -1.1px; }
.story-shell .reviews-section { margin-top: 75px; }

/* Contact and forms */
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 30px; align-items: stretch; }
.contact-info-panel, .contact-form-panel { padding: 42px; border: 1px solid var(--pn-line); border-radius: 19px; }
.contact-info-panel { background: linear-gradient(150deg, var(--pn-sky-2), #fff); }
.contact-info-panel h1, .contact-info-panel h2, .contact-form-panel h2 { margin: 0 0 15px; font-size: 34px; line-height: 1.12; letter-spacing: -1px; }
.contact-info-panel > p { color: var(--pn-muted); font-size: 14px; line-height: 1.65; }
.contact-methods { margin-top: 28px; display: grid; gap: 12px; }
.contact-methods > a, .contact-methods > div { min-height: 68px; display: flex; align-items: center; gap: 14px; padding: 13px 15px; border: 1px solid var(--pn-line); border-radius: 10px; background: #fff; }
.contact-methods .pn-icon { width: 27px; height: 27px; color: var(--pn-teal); }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: var(--pn-muted); font-size: 12px; }
.contact-methods strong { margin-top: 2px; font-size: 13px; }
.quick-help { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--pn-line); }
.quick-help h3 { margin: 0 0 10px; font-size: 16px; }
.quick-help a { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; color: var(--pn-teal); font-size: 12px; font-weight: 800; }
.quick-help .pn-icon { width: 16px; height: 16px; }
.contact-form-panel { background: #fff; box-shadow: var(--pn-shadow-sm); }
.pn-form p { margin: 0 0 18px; }
.pn-form label, .woocommerce form .form-row label { display: block; margin-bottom: 7px; color: var(--pn-ink); font-size: 12px; font-weight: 800; }
.pn-form input, .pn-form textarea, .pn-form select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
  width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid var(--pn-line); border-radius: 8px; outline: none; background: #fff; color: var(--pn-ink); transition: border-color .2s ease, box-shadow .2s ease;
}
.pn-form textarea, .woocommerce form .form-row textarea { min-height: 130px; resize: vertical; }
.pn-form input:focus, .pn-form textarea:focus, .pn-form select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus { border-color: var(--pn-teal-2); box-shadow: 0 0 0 3px rgba(23,107,99,.1); }
.pn-form .form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hp-field { position: absolute !important; left: -10000px !important; }
.form-notice { margin: 0 0 20px; padding: 12px 14px; border-radius: 8px; font-size: 13px; }
.form-notice.success { background: #e8f8ef; color: #17643a; }
.form-notice.error { background: #fff0f0; color: #9a2727; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 50px; align-items: start; }
.faq-aside { position: sticky; top: 205px; }
.aside-card { padding: 28px; border-radius: 16px; background: linear-gradient(145deg, var(--pn-deep), var(--pn-teal)); color: #fff; }
.aside-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.13); }
.aside-icon .pn-icon { width: 29px; height: 29px; }
.aside-card h2 { margin: 19px 0 10px; font-size: 25px; line-height: 1.15; }
.aside-card p { margin: 0 0 21px; opacity: .89; font-size: 13px; line-height: 1.6; }
.faq-groups { display: grid; gap: 40px; }
.faq-group h2 { margin: 0 0 14px; font-size: 26px; }
.faq-group details { border-bottom: 1px solid var(--pn-line); }
.faq-group summary { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; color: var(--pn-ink); font-size: 15px; font-weight: 800; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 999px; background: var(--pn-sky); color: var(--pn-teal); font-size: 20px; transition: transform .2s ease; }
.faq-group details[open] summary span { transform: rotate(45deg); }
.faq-group details > div { padding: 0 50px 20px 0; color: var(--pn-muted); }
.faq-group details p { margin: 0; font-size: 14px; line-height: 1.7; }
.help-centre-shell { padding-top: 42px; }
.help-paths { margin-bottom: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.help-paths > a { min-height: 92px; display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--pn-line); border-radius: 13px; background: #fff; box-shadow: var(--pn-shadow-sm); }
.help-paths > a:hover { border-color: var(--pn-teal); transform: translateY(-2px); }
.help-paths .pn-icon { width: 31px; height: 31px; flex: 0 0 auto; color: var(--pn-teal); }
.help-paths strong, .help-paths small { display: block; }
.help-paths strong { color: var(--pn-ink); font-size: 14px; }
.help-paths small { margin-top: 3px; color: var(--pn-muted); font-size: 12px; line-height: 1.35; }
.help-anchor-nav { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.help-anchor-nav a { display: block; padding: 7px 0; color: #fff; font-size: 12px; font-weight: 750; }
.help-topic { scroll-margin-top: 150px; padding: 30px; border: 1px solid var(--pn-line); border-radius: 16px; background: #fff; }
.help-topic > h2 { margin: 7px 0 12px; }
.help-topic > p { margin: 0 0 22px; color: var(--pn-muted); font-size: 14px; line-height: 1.7; }
.help-topic .check-list { margin-bottom: 24px; }
.help-topic .two-column-policy { gap: 24px; margin: 24px 0; }
.help-topic .two-column-policy > div { padding: 20px; border-radius: 12px; background: var(--pn-sky-2); }
.help-topic .two-column-policy h3 { margin: 0 0 8px; font-size: 18px; }
.help-topic .two-column-policy p { margin: 0; color: var(--pn-muted); font-size: 13px; line-height: 1.65; }
.help-faq-set + .help-faq-set { margin-top: 32px; }
.help-faq-set h2 { margin: 7px 0 10px; font-size: 25px; }
.legal-page-content { padding: 34px 40px; border: 1px solid var(--pn-line); border-radius: 16px; background: #fff; box-shadow: var(--pn-shadow-sm); }
.legal-page-content > :first-child { margin-top: 0; }

/* Policies and tracking */
.policy-highlight-grid, .tracking-help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.policy-highlight-grid article, .tracking-help-grid article { min-height: 210px; padding: 29px; border: 1px solid var(--pn-line); border-radius: 15px; background: #fff; }
.policy-highlight-grid .pn-icon { width: 40px; height: 40px; color: var(--pn-teal); }
.policy-highlight-grid h3, .tracking-help-grid h3 { margin: 19px 0 9px; font-size: 20px; }
.policy-highlight-grid p, .tracking-help-grid p { margin: 0; color: var(--pn-muted); font-size: 13px; line-height: 1.65; }
.policy-content { max-width: 1100px; margin: 64px auto 0; }
.policy-content > h2 { margin: 48px 0 18px; font-size: 32px; }
.policy-content > p { color: var(--pn-muted); font-size: 15px; line-height: 1.75; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; gap: 24px; margin-top: 28px; }
.timeline::before { content: ""; position: absolute; top: 20px; left: 9%; right: 9%; height: 2px; background: var(--pn-line); }
.timeline > div { position: relative; z-index: 1; text-align: center; }
.timeline > div > span { width: 42px; height: 42px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 999px; background: var(--pn-deep); color: #fff; font-weight: 900; }
.timeline h3 { margin: 0 0 8px; font-size: 16px; }
.timeline p { margin: 0; color: var(--pn-muted); font-size: 12px; line-height: 1.55; }
.check-list, .cross-list { margin: 0; padding: 0; list-style: none; }
.check-list li, .cross-list li { position: relative; margin: 0 0 12px; padding-left: 29px; color: var(--pn-muted); font-size: 14px; line-height: 1.55; }
.check-list li::before, .cross-list li::before { position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 999px; font-size: 12px; font-weight: 900; }
.check-list li::before { content: "✓"; background: #e5f7ed; color: #187448; }
.cross-list li::before { content: "×"; background: #fff0f0; color: #a82b2b; }
.returns-intro { min-height: 255px; display: grid; grid-template-columns: 130px 1fr; gap: 28px; align-items: center; padding: 42px 52px; border-radius: 18px; background: var(--pn-sky-2); }
.returns-intro > div:first-child { width: 105px; height: 105px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--pn-teal); box-shadow: var(--pn-shadow-sm); }
.returns-intro > div:first-child .pn-icon { width: 54px; height: 54px; }
.returns-intro h2 { margin: 0 0 10px; font-size: 34px; }
.returns-intro p { max-width: 850px; color: var(--pn-muted); }
.two-column-policy { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.two-column-policy h2 { font-size: 28px; }
.legal-note { margin-top: 35px; padding: 18px 20px; border: 1px solid #f0d79e; border-radius: 10px; background: #fffaf0; color: #765d29; font-size: 13px; }
.tracking-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: center; padding: 45px; border: 1px solid var(--pn-line); border-radius: 19px; background: linear-gradient(120deg, var(--pn-sky-2), #fff); }
.tracking-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--pn-teal); box-shadow: var(--pn-shadow-sm); }
.tracking-icon .pn-icon { width: 37px; height: 37px; }
.tracking-copy h2 { margin: 20px 0 10px; font-size: 32px; }
.tracking-copy p { color: var(--pn-muted); }
.tracking-form-wrap { padding: 30px; border-radius: 14px; background: #fff; box-shadow: var(--pn-shadow-sm); }
.tracking-help-grid { margin-top: 28px; }

/* Blog */
.blog-toolbar { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.blog-toolbar > div strong, .blog-toolbar > div span { display: block; }
.blog-toolbar > div strong { font-size: 20px; }
.blog-toolbar > div span { color: var(--pn-muted); font-size: 12px; }
.blog-toolbar .search-form { max-width: 430px; }
.archive-article-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.archive-article-grid .article-image { height: 230px; }
.archive-article-grid .article-body { padding: 20px 22px 23px; }
.archive-article-grid .article-body h3 { font-size: 20px; }
.archive-article-grid .article-body p { font-size: 13px; }
.article-hero { padding: 48px 0 55px; background: var(--pn-sky-2); }
.article-hero-inner { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 65px; }
.article-hero-copy h1 { margin: 13px 0 12px; font-size: clamp(42px, 4.4vw, 66px); line-height: 1.03; letter-spacing: -2.4px; }
.article-meta { color: var(--pn-muted); font-size: 12px; }
.article-hero-media { height: 400px; overflow: hidden; border-radius: 20px; box-shadow: var(--pn-shadow); }
.article-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.single-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; padding-top: 68px; padding-bottom: 80px; align-items: start; }
.single-article { max-width: 850px; }
.article-aside { position: sticky; top: 200px; }
.article-footer { margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--pn-line); color: var(--pn-muted); font-size: 12px; }
.article-footer a { margin-left: 5px; }
.tag-list { display: block; margin-top: 10px; }
.comments-area { max-width: 850px; padding-bottom: 70px; }
.comment-list { padding-left: 24px; }
.search-results-grid { display: grid; gap: 18px; }
.search-result-card { display: grid; grid-template-columns: 220px 1fr; gap: 25px; align-items: center; padding: 16px; border: 1px solid var(--pn-line); border-radius: 14px; }
.search-result-media { height: 150px; overflow: hidden; border-radius: 10px; background: var(--pn-sky); }
.search-result-media img { width: 100%; height: 100%; object-fit: contain; }
.search-result-card h2 { margin: 9px 0 7px; font-size: 22px; }
.search-result-card p { margin: 0 0 10px; color: var(--pn-muted); }
.not-found-section { padding: 80px 0; background: linear-gradient(120deg, var(--pn-sky-2), #fff); }
.not-found-inner { min-height: 480px; display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 60px; }
.not-found-copy h1 { margin: 0 0 15px; font-size: 65px; line-height: 1; letter-spacing: -2px; }
.not-found-copy p { max-width: 620px; color: var(--pn-muted); font-size: 17px; }
.not-found-inner > img { max-height: 420px; margin-inline: auto; object-fit: contain; }

/* Shop archive */
.shop-hero { padding: 32px 0; background: linear-gradient(100deg, var(--pn-cream), var(--pn-cream)); }
.shop-hero-inner { min-height: 285px; display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 45px; align-items: center; }
.shop-hero-copy { max-width: 740px; }
.shop-hero-copy h1 { margin: 0 0 12px; font-size: 55px; line-height: 1.02; letter-spacing: -2px; }
.shop-hero-copy > p { margin: 0; color: var(--pn-muted); font-size: 16px; line-height: 1.6; }
.shop-hero-media { height: 250px; overflow: hidden; border-radius: 17px; }
.shop-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.shop-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 38px; padding-top: 48px; padding-bottom: 78px; align-items: start; }
.shop-sidebar { position: sticky; top: 195px; }
.shop-sidebar-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.shop-sidebar-heading h2 { margin: 0; font-size: 20px; }
.filter-close, .filter-toggle { display: none; }
.shop-filter-widget { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--pn-line); }
.shop-filter-widget .widget-title { margin: 0 0 14px; font-size: 15px; }
.shop-filter-widget ul { margin: 0; padding: 0; list-style: none; }
.shop-filter-widget li { margin: 0 0 9px; }
.shop-filter-widget a { color: var(--pn-muted); font-size: 12px; }
.product-category-list a { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; }
.product-category-list a[aria-current="page"] { color: var(--pn-teal); font-weight: 800; }
.product-category-list small { min-width: 27px; height: 22px; display: grid; place-items: center; border-radius: 999px; background: var(--pn-sky); color: var(--pn-teal); font-size: 12px; font-weight: 800; }
.shop-help-card { padding: 21px; border-radius: 13px; background: var(--pn-sky-2); }
.shop-help-card > .pn-icon { width: 34px; height: 34px; color: var(--pn-teal); }
.shop-help-card h3 { margin: 15px 0 7px; font-size: 17px; }
.shop-help-card p { margin: 0 0 13px; color: var(--pn-muted); font-size: 12px; }
.shop-help-card a { display: inline-flex; align-items: center; gap: 5px; color: var(--pn-teal); font-size: 12px; font-weight: 800; }
.shop-products-area { min-width: 0; }
.shop-archive-header { margin-bottom: 24px; }
.shop-archive-header h1 { margin: 0; color: var(--pn-ink); font-size: 42px; line-height: 1.08; letter-spacing: -1.2px; }
.shop-archive-header .term-description { max-width: 760px; margin-top: 10px; color: var(--pn-muted); font-size: 13px; line-height: 1.65; }
.shop-archive-header .term-description p { margin: 0; }
.shop-toolbar { min-height: 48px; margin-bottom: 18px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--pn-line-soft); }
.shop-result-count .woocommerce-result-count { float: none; margin: 0; color: var(--pn-muted); font-size: 12px; }
.shop-ordering .woocommerce-ordering { float: none; margin: 0; }
.shop-ordering select { min-height: 38px; padding: 7px 34px 7px 11px; border: 1px solid var(--pn-line); border-radius: 7px; color: var(--pn-ink); background: #fff; font-size: 12px; }
.woocommerce ul.products { margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product.archive-product-card { width: auto !important; margin: 0 !important; padding: 0; float: none !important; }
.woocommerce ul.products li.product.archive-product-card > .product-card { height: 100%; }
.woocommerce span.onsale { min-width: auto; min-height: auto; line-height: 1; top: 10px; left: 10px; right: auto; margin: 0; padding: 7px 9px; border-radius: 6px; background: var(--pn-red); color: #fff; font-size: 12px; font-weight: 850; z-index: 2; }
.woocommerce ul.products li.product .product-card-price { color: var(--pn-ink); }
.woocommerce ul.products li.product .price { color: var(--pn-ink); font-size: 14px; font-weight: 900; }
.woocommerce ul.products li.product .price del { color: var(--pn-muted); font-size: 12px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce nav.woocommerce-pagination { margin-top: 40px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: inline-flex; gap: 7px; background: transparent; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--pn-line); border-radius: 8px; background: transparent; color: var(--pn-ink); }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--pn-deep); color: #fff; }

/* Single product */
.product-breadcrumb-band { padding: 18px 0; border-bottom: 1px solid var(--pn-line-soft); }
.product-breadcrumb-band .woocommerce-breadcrumb { margin: 0 !important; }
.single-product-shell { padding-top: 42px; padding-bottom: 80px; }
.woocommerce div.product { margin-bottom: 0; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 60px; }
.woocommerce div.product div.images { width: 51%; }
.woocommerce div.product div.summary { width: 43%; padding-top: 5px; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { border-radius: 17px; overflow: hidden; background: var(--pn-sky-2); }
.woocommerce div.product div.images .woocommerce-product-gallery__image a { display: block; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg) { width: 100%; max-height: 650px; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 10px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; float: none; border: 1px solid var(--pn-line); border-radius: 8px; overflow: hidden; }
.woocommerce div.product .product_title { margin: 0 0 13px; font-size: 43px; line-height: 1.06; letter-spacing: -1.45px; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 13px; display: flex; align-items: center; gap: 10px; }
.woocommerce .star-rating { color: var(--pn-orange); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--pn-deep); font-size: 25px; font-weight: 900; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--pn-muted); font-size: 14px; line-height: 1.7; }
.woocommerce div.product form.cart { margin-top: 25px; margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.woocommerce div.product form.cart .variations { width: 100%; margin-bottom: 14px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { padding: 7px 0; text-align: left; }
.woocommerce div.product form.cart .variations select { min-height: 45px; padding: 8px 12px; border: 1px solid var(--pn-line); border-radius: 8px; }
.woocommerce .quantity .qty { width: 74px; text-align: center; }
.woocommerce div.product form.cart .button { min-height: 48px; flex: 1; }
.woocommerce div.product .product_meta { padding-top: 18px; border-top: 1px solid var(--pn-line); color: var(--pn-muted); font-size: 12px; }
.woocommerce div.product .product_meta > span { display: block; margin-top: 6px; }
.single-product-trust { margin-top: 20px; display: grid; gap: 8px; }
.single-product-trust > div { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 9px; background: var(--pn-sky-2); }
.single-product-trust .pn-icon { width: 25px; height: 25px; color: var(--pn-teal); }
.single-product-trust strong, .single-product-trust small { display: block; }
.single-product-trust strong { font-size: 12px; }
.single-product-trust small { color: var(--pn-muted); font-size: 12px; }
.woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 20px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0 0 28px; padding: 0; display: flex; gap: 28px; border-bottom: 1px solid var(--pn-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.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: 12px 0; color: var(--pn-muted); font-size: 13px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--pn-deep); box-shadow: inset 0 -2px 0 var(--pn-deep); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 1000px; color: var(--pn-muted); }
.related.products, .upsells.products { margin-top: 60px; }
.related.products > h2, .upsells.products > h2 { margin-bottom: 22px; font-size: 30px; }
.pawnest-product-page .woocommerce ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Woo utility pages */
.wc-utility-shell { max-width: 1250px; }
.utility-page-hero .page-hero-inner { min-height: 230px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--pn-teal); border-radius: 9px; background: var(--pn-sky-2); color: var(--pn-ink); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--pn-teal); }
.woocommerce-error { border-top-color: var(--pn-red); }
.woocommerce-error::before { color: var(--pn-red); }
.woocommerce table.shop_table { border: 1px solid var(--pn-line); border-radius: 12px; border-collapse: separate; overflow: hidden; }
.woocommerce table.shop_table th { padding: 15px; background: var(--pn-sky-2); color: var(--pn-ink); font-size: 12px; }
.woocommerce table.shop_table td { padding: 15px; border-top-color: var(--pn-line); color: var(--pn-muted); font-size: 13px; }
.woocommerce-cart table.cart img { width: 82px; border-radius: 8px; background: var(--pn-sky-2); }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 190px; min-height: 43px; padding: 8px 12px; border: 1px solid var(--pn-line); border-radius: 7px; }
.woocommerce .cart-collaterals .cart_totals { width: 45%; padding: 25px; border: 1px solid var(--pn-line); border-radius: 13px; }
.woocommerce .cart-collaterals .cart_totals h2 { margin-top: 0; font-size: 25px; }
.woocommerce form.login,
.woocommerce form.register { border: 1px solid var(--pn-line); border-radius: 12px; }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 35px; }
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after { display: none; }
.woocommerce-MyAccount-navigation { width: auto !important; float: none !important; }
.woocommerce-MyAccount-content { width: auto !important; float: none !important; min-width: 0; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 10px; list-style: none; border: 1px solid var(--pn-line); border-radius: 12px; }
.woocommerce-MyAccount-navigation li a { display: block; padding: 11px 12px; border-radius: 8px; color: var(--pn-muted); font-size: 12px; font-weight: 750; }
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a:hover { background: var(--pn-sky); color: var(--pn-deep); }
.woocommerce-order-tracking .form-row { width: 100%; float: none; }
.woocommerce-order-tracking .button { width: 100%; }
.select2-container--default .select2-selection--single { min-height: 46px; padding: 8px 7px; border-color: var(--pn-line); border-radius: 8px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; }

/* Animations */
.reveal { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1320px) {
  :root { --pn-container: 1220px; }
  .header-main { grid-template-columns: 230px minmax(280px, 1fr) auto; gap: 24px; }
  .text-logo .logo-name { font-size: 31px; }
  .header-actions { gap: 20px; }
  .promo-card { min-height: 320px; }
  .promo-copy strong { font-size: 23px; }
  .product-scroller { grid-template-columns: repeat(6, 188px); }
  .footer-grid { gap: 24px; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
  .site-container { width: min(100% - 36px, var(--pn-container)); }
  .announcement-inner small { display: none; }
  .header-main { grid-template-columns: 210px minmax(240px, 1fr) auto; min-height: 80px; }
  .action-copy { display: none; }
  .header-actions { gap: 14px; }
  .header-action { width: 42px; height: 42px; justify-content: center; }
  .primary-menu { gap: 8px; }
  .primary-menu > li > a { font-size: 12px; }
  .hero-section { grid-template-columns: 46% 54%; min-height: 390px; }
  .hero-copy { padding-left: 42px; }
  .hero-copy h1 { font-size: 49px; letter-spacing: -2px; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .trust-strip article:nth-child(4), .trust-strip article:nth-child(5) { border-top: 1px solid var(--pn-line-soft); }
  .trust-strip article:nth-child(4) { border-left: 0; }
  .promo-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-card { min-height: 350px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .footer-grid .footer-column:nth-last-child(2), .footer-grid .payments { margin-top: 10px; }
  .newsletter-band { grid-template-columns: 1fr 1fr; }
  .social-links { display: none; }
  .page-hero-has-image .page-hero-inner { grid-template-columns: 1fr 410px; }
  .story-section { gap: 40px; }
  .story-image { height: 440px; }
  .shop-hero-inner { grid-template-columns: 1fr 380px; }
  .shop-shell { grid-template-columns: 220px minmax(0,1fr); gap: 28px; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-layout { grid-template-columns: 1fr 1.3fr; }
}

@media (max-width: 860px) {
  .admin-bar .site-header { top: 46px; }
  .desktop-search { display: none; }
  .header-main { grid-template-columns: 1fr auto; }
  .mobile-menu-toggle { display: grid; place-items: center; }
  .site-branding .custom-logo { max-height: 54px; }
  .mobile-menu-overlay { position: absolute; top: 100%; left: 0; z-index: 240; display: block; width: 100%; height: 100dvh; padding: 0; border: 0; background: rgba(0, 0, 0, .42); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .2s ease, visibility 0s .2s; }
  .menu-open .mobile-menu-overlay { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
  .main-navigation { position: absolute; top: 100%; left: 0; right: 0; z-index: 250; max-height: calc(100dvh - 92px); padding: 18px 0 30px; overflow-y: auto; background: #fff; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .2s ease; }
  .menu-open .main-navigation { visibility: visible; opacity: 1; transform: translateY(0); }
  .menu-open .menu-open-icon { display: none; }
  .menu-open .menu-close-icon { display: block; }
  .nav-inner { display: block; min-height: 0; }
  .primary-menu { display: block; }
  .primary-menu > li > a { min-height: 51px; padding: 0 5px; border-bottom: 1px solid var(--pn-line-soft); font-size: 15px; }
  .primary-menu .sub-menu { position: static; visibility: visible; opacity: 1; transform: none; box-shadow: none; border: 0; padding-left: 15px; }
  .mobile-search { display: block; margin-bottom: 18px; }
  .mobile-search .search-form { height: 44px; }
  .hero-section { grid-template-columns: 1fr; }
  .hero-copy { min-height: 390px; padding: 45px 40px; background: linear-gradient(90deg, rgba(250,247,242,.97), rgba(250,247,242,.86)); }
  .hero-media { grid-row: 1; height: 340px; }
  .hero-media::before { background: linear-gradient(0deg, var(--pn-cream) 0%, rgba(250,247,242,0) 40%); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip article:nth-child(n) { border-left: 0; border-top: 0; }
  .trust-strip article:nth-child(even) { border-left: 1px solid var(--pn-line-soft); }
  .trust-strip article:nth-child(n+3) { border-top: 1px solid var(--pn-line-soft); }
  .trust-strip article:last-child { grid-column: 1 / -1; border-left: 0; }
  .product-scroller { grid-template-columns: repeat(6, 210px); }
  .review-grid, .article-grid, .archive-article-grid { grid-template-columns: 1fr 1fr; }
  .newsletter-band { grid-template-columns: 1fr; gap: 17px; }
  .newsletter-form { max-width: 620px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { display: none; }
  .page-hero-has-image .page-hero-inner, .article-hero-inner { grid-template-columns: 1fr; }
  .page-hero-media { height: 300px; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { height: 430px; }
  .value-grid { grid-template-columns: 1fr; }
  .promise-band { flex-direction: column; align-items: flex-start; }
  .contact-layout { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-aside, .article-aside { position: static; }
  .faq-aside { order: 2; }
  .help-paths { grid-template-columns: repeat(2, 1fr); }
  .policy-highlight-grid, .tracking-help-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .tracking-card { grid-template-columns: 1fr; }
  .shop-hero-inner { grid-template-columns: 1fr; }
  .shop-hero-media { height: 280px; }
  .shop-shell { display: block; }
  .filter-toggle { width: 100%; min-height: 44px; margin-bottom: 17px; display: block; border: 1px solid var(--pn-line); border-radius: 8px; background: #fff; color: var(--pn-deep); font-weight: 800; }
  .shop-sidebar { position: fixed; top: 0; left: 0; bottom: 0; z-index: 400; width: min(360px, 88vw); padding: 25px; overflow-y: auto; background: #fff; box-shadow: var(--pn-shadow); transform: translateX(-105%); transition: transform .25s ease; }
  .shop-sidebar.is-open { transform: translateX(0); }
  .filter-close { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--pn-line); border-radius: 8px; background: #fff; color: var(--pn-deep); }
  .filter-close .pn-icon { width: 20px; height: 20px; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
  .woocommerce div.product div.summary { padding-top: 20px; }
  .single-article-layout { grid-template-columns: 1fr; }
  .article-hero-media { height: 350px; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-container { width: calc(100% - 24px); }
  .announcement-inner { min-height: 31px; justify-content: center; text-align: center; font-size: 12px; }
  .header-main { min-height: 70px; gap: 10px; }
  .text-logo { grid-template-columns: auto 24px; }
  .text-logo .logo-name { font-size: 24px; letter-spacing: -.8px; }
  .text-logo .logo-paw { width: 21px; height: 21px; }
  .text-logo small { font-size: 12px; }
  .header-actions { gap: 5px; }
  .header-action { width: 37px; height: 37px; }
  .header-action .action-icon { width: 23px; height: 23px; }
  .account-action { display: none; }
  .mobile-menu-toggle { width: 39px; height: 39px; }
  .main-navigation { max-height: calc(100dvh - 70px); }
  .home-shell { padding-top: 12px; padding-bottom: 48px; }
  .hero-section { border-radius: 14px; }
  .hero-media { height: 245px; }
  .hero-copy { min-height: 350px; padding: 33px 24px 36px; }
  .hero-copy h1 { font-size: 41px; letter-spacing: -1.7px; }
  .hero-copy > p { font-size: 14px; }
  .hero-note { font-size: 12px; }
  .trust-strip { display: block; }
  .trust-strip article:nth-child(n) { border-left: 0; border-top: 1px solid var(--pn-line-soft); }
  .trust-strip article:first-child { border-top: 0; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 340px; }
  .section-heading { align-items: flex-end; }
  .section-heading h2 { font-size: 21px; }
  .section-heading > a { font-size: 12px; }
  .product-scroller { grid-template-columns: repeat(6, 185px); }
  .review-grid, .article-grid, .archive-article-grid { grid-template-columns: 1fr; }
  .article-image, .archive-article-grid .article-image { height: 210px; }
  .newsletter-band { padding: 20px; border-radius: 12px; }
  .newsletter-copy { align-items: flex-start; }
  .newsletter-paw { width: 48px; height: 48px; }
  .newsletter-form { height: auto; display: grid; border-radius: 9px; overflow: visible; background: transparent; }
  .newsletter-form input { min-height: 44px; border-radius: 8px; background: #fff; }
  .newsletter-form button { min-height: 42px; margin-top: 7px; border-radius: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding-inline: 5px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: center; justify-content: center; padding: 16px 5px; }
  .footer-legal-menu { flex-wrap: wrap; gap: 10px; }
  .footer-legal-menu li + li::before { display: none; }
  .page-hero-inner { min-height: 250px; padding-block: 34px; }
  .page-hero-copy h1 { font-size: 40px; letter-spacing: -1.5px; }
  .page-hero-copy > p { font-size: 14px; }
  .page-hero-media { height: 220px; }
  .story-shell, .contact-shell, .faq-shell, .policy-shell, .tracking-shell { padding-top: 45px; padding-bottom: 55px; }
  .help-centre-shell { padding-top: 24px; }
  .help-paths { grid-template-columns: 1fr; gap: 9px; margin-bottom: 30px; }
  .help-paths > a { min-height: 76px; padding: 14px; }
  .help-topic { padding: 21px 17px; }
  .help-topic .two-column-policy { grid-template-columns: 1fr; }
  .legal-page-content { padding: 23px 18px; }
  .story-copy h2, .centered-heading h2 { font-size: 33px; }
  .story-image { height: 350px; }
  .value-grid article { min-height: auto; padding: 25px; }
  .promise-band { padding: 32px 26px; }
  .promise-band h2 { font-size: 29px; }
  .contact-info-panel, .contact-form-panel { padding: 25px; }
  .contact-info-panel h1, .contact-info-panel h2, .contact-form-panel h2 { font-size: 29px; }
  .pn-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .faq-group summary { font-size: 14px; }
  .returns-intro { grid-template-columns: 1fr; padding: 30px 24px; }
  .returns-intro h2 { font-size: 28px; }
  .two-column-policy { grid-template-columns: 1fr; gap: 25px; }
  .timeline { grid-template-columns: 1fr; }
  .tracking-card { padding: 25px; }
  .tracking-form-wrap { padding: 20px; }
  .blog-toolbar { align-items: flex-start; flex-direction: column; }
  .blog-toolbar .search-form { max-width: none; }
  .article-hero { padding-top: 30px; }
  .article-hero-copy h1 { font-size: 40px; }
  .article-hero-media { height: 260px; }
  .single-article-layout { padding-top: 45px; gap: 40px; }
  .search-result-card { grid-template-columns: 1fr; }
  .not-found-inner { grid-template-columns: 1fr; min-height: 0; }
  .not-found-copy h1 { font-size: 48px; }
  .not-found-inner > img { width: 220px; }
  .shop-hero { padding-top: 20px; }
  .shop-hero-copy h1 { font-size: 42px; }
  .shop-hero-media { height: 220px; }
  .shop-shell { padding-top: 30px; }
  .shop-archive-header { margin-bottom: 19px; }
  .shop-archive-header h1 { font-size: 34px; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; padding-bottom: 13px; }
  .woocommerce ul.products, .pawnest-product-page .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .woocommerce div.product .product_title { font-size: 35px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { gap: 15px; overflow-x: auto; }
  .woocommerce .cart-collaterals .cart_totals { width: 100%; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 100%; margin-bottom: 8px; }
}

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

/* PawNest v3 category experience */
.category-story-block{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:70px 0;padding:32px;border-radius:28px;background:#f8f5ef}
.category-story-image img{width:100%;height:330px;object-fit:cover;border-radius:22px}
.category-story-copy h2{font-size:38px;color:var(--pn-teal);margin:12px 0}
.category-guides{margin-top:0;margin-bottom:60px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.guide-grid article{border:1px solid #eee5d8;border-radius:20px;overflow:hidden;background:white}.guide-grid img{width:100%;height:170px;object-fit:cover}.guide-grid h3{padding:0 20px}.guide-grid article>a:last-child{display:flex;align-items:center;gap:6px;padding:0 20px 20px;color:var(--pn-teal)}.guide-grid .pn-icon{width:16px;height:16px}
@media(max-width:768px){.category-story-block,.guide-grid{grid-template-columns:1fr}}

/* PawNest Australia homepage refinement */
.home-shell{max-width:1440px;padding-top:28px}
.hero-section{min-height:390px;gap:24px;border-radius:24px;overflow:hidden}
.hero-copy{padding:45px 28px 40px 40px}
.hero-copy h1{font-size:58px;line-height:1.05;max-width:620px}
.hero-media img{height:100%;min-height:390px;object-fit:cover}
.trust-strip{margin:24px 0 34px;border:1px solid #eadfd2;border-radius:16px;background:#fff}
.promo-grid{gap:18px}
.promo-card{min-height:230px;border-radius:16px;overflow:hidden}
.promo-copy strong{font-size:25px;line-height:1.1}
.home-section{margin-top:42px}
.section-heading h2{font-size:36px;color:var(--pn-teal)}
.product-scroller{gap:18px}
.reviews-section{background:#fcf8f1;border-radius:22px;padding:24px}
.review-sample-label{display:inline-flex;align-items:center;width:max-content;margin-bottom:8px;padding:4px 8px;border-radius:999px;background:#efe5d8;color:#6f5b47;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.review-grid{grid-template-columns:1.35fr 1fr 1fr;gap:16px}
.review-grid blockquote{background:#fff;border:1px solid #eadfd2;border-radius:16px;padding:24px;min-height:180px}
.article-grid{grid-template-columns:1.15fr 1fr;grid-template-rows:repeat(2,minmax(150px,auto));gap:18px}
.article-grid .article-card:first-child{grid-row:1 / 3}
.article-grid .article-card:not(:first-child){display:grid;grid-template-columns:43% 1fr}
.article-grid .article-card:not(:first-child) .article-image{height:100%}
.article-card{border-radius:18px;overflow:hidden;border:1px solid #eee4d8;background:#fff}
.home-empty-state{grid-column:1 / -1;margin:0;padding:34px;border:1px solid var(--pn-line);border-radius:14px;background:var(--pn-sky-2);text-align:center}
.assurance-section{padding:24px;border:1px solid #eee4d8;border-radius:22px;background:#fcf8f1}
.assurance-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px}
.assurance-image{min-height:230px;overflow:hidden;border-radius:16px}
.assurance-image img{width:100%;height:100%;object-fit:cover}
.assurance-grid article{padding:27px;border:1px solid #eadfd2;border-radius:16px;background:#fff}
.assurance-grid article .pn-icon{width:38px;height:38px;color:var(--pn-teal)}
.assurance-grid article h3{margin:20px 0 8px;font-size:20px}
.assurance-grid article p{margin:0;color:var(--pn-muted);font-size:13px;line-height:1.6}
.newsletter-band{position:relative;grid-template-rows:auto auto;padding-block:18px}
.newsletter-copy{grid-row:1 / 3}
.newsletter-form{grid-column:2;grid-row:1}
.newsletter-privacy{grid-column:2;grid-row:2;margin:6px 18px 0;opacity:.82;font-size:12px}
.newsletter-privacy a{text-decoration:underline;text-underline-offset:2px}
.social-links{grid-column:3;grid-row:1 / 3}
.newsletter-message.is-error{color:#9c1c1c}
.newsletter-message.is-success{color:#17643a}
.newsletter-form button:disabled{cursor:wait;opacity:.7}
.payment-note{margin:0;color:var(--pn-muted);font-size:12px;line-height:1.55}
@media(max-width:1080px){.newsletter-copy{grid-row:1 / 3}.newsletter-form{grid-column:2}.newsletter-privacy{grid-column:2}.assurance-grid{grid-template-columns:1fr 1fr}.assurance-image{grid-row:1 / 3}}
@media(max-width:900px){.hero-copy h1{font-size:38px}.review-grid,.article-grid,.assurance-grid{grid-template-columns:1fr;grid-template-rows:auto}.article-grid .article-card:first-child,.assurance-image{grid-row:auto}.article-grid .article-card:not(:first-child){display:block}.article-grid .article-card:not(:first-child) .article-image{height:210px}.home-shell{padding:15px}}
@media(max-width:860px){.newsletter-copy,.newsletter-form,.newsletter-privacy,.social-links{grid-column:1;grid-row:auto}.newsletter-privacy{margin:0 4px}.newsletter-form{max-width:none}}
@media(max-width:860px){.home #best-sellers{scroll-margin-top:92px}}

/* Homepage design pass: match the supplied PawNest composition and density. */
.pawnest-shared-chrome .text-logo .logo-name,
.home .hero-copy h1,
.home .promo-copy strong,
.home .section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

@media (min-width: 1081px) {
  .pawnest-shared-chrome .header-main { min-height: 76px; }
  .pawnest-shared-chrome .main-navigation .nav-inner,
  .pawnest-shared-chrome .primary-menu > li > a { min-height: 42px; }
  .home .site-container { width: min(1320px, calc(100% - 56px)); }
  .home-shell { max-width: 1320px; padding-top: 0; padding-bottom: 44px; }

  .home .hero-section {
    height: 365px;
    min-height: 365px;
    grid-template-columns: 43% 57%;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(100deg, var(--pn-cream) 0%, #fff 48%, #f5f2ed 100%);
  }
  .home .hero-copy { padding: 34px 34px 30px 28px; }
  .home .eyebrow { margin-bottom: 12px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
  .home .hero-copy h1 { max-width: 510px; margin-bottom: 13px; font-size: 51px; line-height: 1.02; letter-spacing: -1.9px; }
  .home .hero-copy h1 > span { width: 100%; margin-top: 11px; display: flex; }
  .home .hero-copy h1 .pn-icon { width: 29px; height: 29px; }
  .home .hero-copy > p { max-width: 430px; margin-bottom: 15px; font-size: 13px; line-height: 1.45; }
  .home .pn-button { min-height: 39px; padding: 9px 17px; font-size: 12px; }
  .home .hero-note { margin-top: 14px; font-size: 12px; }
  .home .hero-media img { min-height: 0; height: 365px; object-position: center 54%; }

  .home .trust-strip { min-height: 76px; margin: 15px 0 18px; border-radius: 12px; }
  .home .trust-strip article { gap: 10px; padding: 11px 14px; }
  .home .trust-strip article > .pn-icon { width: 28px; height: 28px; }
  .home .trust-strip strong { font-size: 12px; }
  .home .trust-strip small { font-size: 12px; line-height: 1.3; }

  .home .promo-grid { margin-top: 0; gap: 14px; }
  .home #best-sellers + .promo-grid { margin-top: 28px; }
  .home .promo-card { height: 252px; min-height: 252px; border-radius: 13px; box-shadow: none; }
  .home .promo-copy { padding: 20px 17px 16px; }
  .home .promo-copy strong { max-width: 150px; font-size: 22px; letter-spacing: -.4px; }
.home .promo-copy small { max-width: 140px; margin-top: 7px; font-size: 12px; line-height: 1.35; }
.home .promo-code { margin-top: 8px; padding: 5px 8px; border: 1px solid rgba(23,107,99,.22); border-radius: 5px; background: rgba(255,255,255,.92); color: var(--pn-ink); font-size: 12px; font-weight: 750; line-height: 1; }
.home .promo-copy em { padding: 7px 11px; border-radius: 5px; font-size: 12px; }

  .home .home-section { margin-top: 28px; }
  .home .section-heading { margin-bottom: 11px; }
  .home .section-heading h2 { font-size: 30px; letter-spacing: -.6px; }
  .home .section-heading > a { font-size: 12px; }
  .home .product-scroller { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }

  .home .assurance-section { padding: 15px; border-radius: 16px; }
  .home .assurance-grid { height: 220px; grid-template-columns: 1.22fr 1fr 1fr; gap: 12px; }
  .home .assurance-image { min-height: 0; height: 220px; border-radius: 12px; }
  .home .assurance-grid article { min-height: 0; padding: 19px; border-radius: 12px; }
  .home .assurance-grid article .pn-icon { width: 30px; height: 30px; }
  .home .assurance-grid article h3 { margin: 14px 0 6px; font-size: 16px; }
  .home .assurance-grid article p { font-size: 12px; line-height: 1.5; }

  .home .article-grid { height: 266px; grid-template-columns: 1.18fr 1fr; grid-template-rows: repeat(2, 127px); gap: 12px; }
  .home .article-grid .article-card:first-child { position: relative; grid-row: 1 / 3; }
  .home .article-grid .article-card:first-child .article-image { height: 100%; }
  .home .article-grid .article-card:first-child .article-body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    color: #fff;
    background: linear-gradient(0deg, rgba(23,107,99,.76), rgba(23,107,99,0) 68%);
  }
  .home .article-grid .article-card:first-child .article-tag { align-self: flex-start; }
  .home .article-grid .article-card:first-child .article-body p { max-width: 420px; color: rgba(255,255,255,.9); }
  .home .article-grid .article-card:first-child .read-more { color: #fff; }
  .home .article-grid .article-card:not(:first-child) { grid-template-columns: 42% 1fr; }
  .home .article-grid .article-card:not(:first-child) .article-body { padding: 11px 13px; }
  .home .article-grid .article-card:not(:first-child) .article-tag { min-height: 17px; padding: 2px 6px; font-size: 12px; }
  .home .article-grid .article-card:not(:first-child) h3 { margin: 5px 0 3px; font-size: 12px; }
  .home .article-grid .article-card:not(:first-child) p { margin-bottom: 5px; font-size: 12px; line-height: 1.3; }
  .home .article-grid .article-card:not(:first-child) .read-more { font-size: 12px; }

  .pawnest-shared-chrome .site-footer .site-container { width: min(1408px, calc(100% - 56px)); }
  .pawnest-shared-chrome .newsletter-band { min-height: 82px; padding: 13px 24px; }
  .pawnest-shared-chrome .newsletter-paw { width: 48px; height: 48px; }
  .pawnest-shared-chrome .newsletter-paw .pn-icon { width: 26px; height: 26px; }
  .pawnest-shared-chrome .newsletter-copy h2 { font-size: 15px; }
  .pawnest-shared-chrome .newsletter-copy p { font-size: 12px; }
  .pawnest-shared-chrome .newsletter-form { height: 38px; }
  .pawnest-shared-chrome .newsletter-form button { min-width: 110px; font-size: 12px; }
  .pawnest-shared-chrome .footer-grid { gap: 22px; padding: 22px 20px 18px; }
  .home .footer-brand p { margin: 9px 0 8px; }
  .home .footer-brand img { width: 90px; height: 61px; }
  .home .footer-column h3 { margin-bottom: 9px; font-size: 12px; }
  .home .footer-menu li { margin-bottom: 6px; }
  .home .footer-menu a,
  .home .payment-note { font-size: 12px; }
  .home .footer-bottom { min-height: 36px; }
}

@media (min-width: 621px) and (max-width: 1080px) {
  .home-shell { padding: 0 0 42px; }
  .home .hero-section { min-height: 520px; border-radius: 0; }
  .home .hero-media { height: 270px; }
  .home .hero-media img { min-height: 0; height: 270px; }
  .home .hero-copy { min-height: 250px; padding: 28px 34px 30px; }
  .home .hero-copy h1 { font-family: Georgia, "Times New Roman", serif; font-size: 43px; line-height: 1.04; }
  .home .hero-copy h1 > span { display: block; margin-top: 9px; }
  .home .hero-copy h1 .pn-icon { width: 27px; height: 27px; }
  .home .trust-strip { display: flex; margin: 14px 0 18px; overflow-x: auto; scroll-snap-type: x proximity; }
  .home .trust-strip article { min-width: 220px; min-height: 82px; border-top: 0 !important; border-left: 1px solid var(--pn-line-soft) !important; scroll-snap-align: start; }
  .home .trust-strip article:first-child { border-left: 0 !important; }
  .home .promo-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .home .promo-card { min-height: 260px; }
  .home .home-section { margin-top: 30px; }
  .home .section-heading h2 { font-size: 30px; }
  .home .assurance-section { padding: 15px; }
  .home .assurance-grid { grid-template-columns: 1.15fr 1fr 1fr; height: 225px; }
  .home .assurance-image { grid-row: auto; height: 225px; min-height: 0; }
  .home .assurance-grid article { padding: 17px; }
  .home .article-grid { grid-template-columns: 1.12fr 1fr; grid-template-rows: repeat(2, 145px); }
  .home .article-grid .article-card:first-child { grid-row: 1 / 3; }
  .home .article-grid .article-card:not(:first-child) { display: grid; grid-template-columns: 42% 1fr; }
  .home .article-grid .article-card:not(:first-child) .article-image { height: 100%; }
}

@media (max-width: 620px) {
  body.home { overflow-x: hidden; }
  .home-shell { width: calc(100% - 20px); padding: 0 0 34px; }
  .home .hero-copy,
  .home .hero-copy h1,
  .home .promo-grid,
  .home .promo-card { min-width: 0; max-width: 100%; }
  .home .hero-copy h1 { overflow-wrap: break-word; }
  .pawnest-shared-chrome .text-logo .logo-name { font-size: 21px; }
  .home .hero-section { min-height: 0; gap: 0; border-radius: 0; }
  .home .hero-media { height: 210px; }
  .home .hero-media img { min-height: 0; height: 210px; object-position: center 48%; }
  .home .hero-copy { min-height: 0; padding: 12px; }
  .home .eyebrow { margin-bottom: 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
  .home .hero-copy h1 { margin-bottom: 10px; font-size: 35px; line-height: 1.02; letter-spacing: -1px; }
  .home .hero-copy h1 > span { display: block; margin-top: 8px; }
  .home .hero-copy h1 .pn-icon { width: 24px; height: 24px; }
  .home .hero-copy > p { margin-bottom: 14px; font-size: 12px; line-height: 1.45; }
  .home .pn-button { min-height: 38px; padding: 8px 14px; font-size: 12px; }
  .home .hero-note { margin-top: 13px; font-size: 12px; }
  .home #best-sellers { scroll-margin-top: 82px; }

  .home .trust-strip { display: flex; min-height: 70px; margin: 12px 0 15px; overflow-x: auto; border-radius: 8px; scroll-snap-type: x mandatory; }
  .home .trust-strip article { min-width: 215px; min-height: 70px; padding: 8px 10px; border-top: 0 !important; border-left: 1px solid var(--pn-line-soft) !important; scroll-snap-align: start; }
  .home .trust-strip article:first-child { border-left: 0 !important; }
  .home .trust-strip article > .pn-icon { width: 29px; height: 29px; }
  .home .trust-strip strong { font-size: 12px; }
  .home .trust-strip small { font-size: 12px; }

  .home .promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .home .promo-card { min-height: 218px; border-radius: 11px; }
  .home .promo-copy { padding: 15px 12px 12px; }
  .home .promo-copy strong { max-width: 120px; font-size: 18px; }
  .home .promo-copy small { max-width: 120px; margin-top: 5px; font-size: 12px; line-height: 1.35; }
  .home .promo-code { margin-top: 6px; padding: 4px 6px; font-size: 12px; }
  .home .promo-copy em { padding: 6px 8px; font-size: 12px; }

  .home .home-section { margin-top: 25px; }
  .home .section-heading { margin-bottom: 10px; align-items: flex-end; }
  .home .section-heading h2 { max-width: 245px; font-size: 27px; line-height: 1; }
  .home .section-heading > a { max-width: none; flex-shrink: 0; justify-content: flex-end; white-space: nowrap; text-align: right; font-size: 12px; }
  .home .product-scroller { grid-template-columns: repeat(6, 166px); gap: 9px; padding-bottom: 7px; }

  .home .assurance-section { padding: 11px; border-radius: 14px; }
  .home .assurance-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .home .assurance-image { grid-column: 1 / -1; height: 210px; min-height: 0; }
  .home .assurance-grid article { min-height: 165px; padding: 14px; }
  .home .assurance-grid article .pn-icon { width: 27px; height: 27px; }
  .home .assurance-grid article h3 { margin: 11px 0 5px; font-size: 14px; }
  .home .assurance-grid article p { font-size: 12px; line-height: 1.45; }

  .home .article-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 250px 125px 125px; gap: 9px; }
  .home .article-grid .article-card:first-child { position: relative; grid-row: auto; }
  .home .article-grid .article-card:first-child .article-image { height: 100%; }
  .home .article-grid .article-card:first-child .article-body { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 17px; color: #fff; background: linear-gradient(0deg, rgba(23,107,99,.78), rgba(23,107,99,0) 72%); }
  .home .article-grid .article-card:first-child .article-tag { align-self: flex-start; }
  .home .article-grid .article-card:first-child .article-body p { color: rgba(255,255,255,.9); }
  .home .article-grid .article-card:first-child .read-more { color: #fff; }
  .home .article-grid .article-card:not(:first-child) { display: grid; grid-template-columns: 42% 1fr; }
  .home .article-grid .article-card:not(:first-child) .article-image { height: 100%; }
  .home .article-grid .article-card:not(:first-child) .article-body { padding: 9px 10px; }
  .home .article-grid .article-card:not(:first-child) .article-tag { min-height: 16px; padding: 1px 5px; font-size: 12px; }
  .home .article-grid .article-card:not(:first-child) h3 { margin: 4px 0 2px; font-size: 12px; }
  .home .article-grid .article-card:not(:first-child) p { display: none; }
  .home .article-grid .article-card:not(:first-child) .read-more { font-size: 12px; }

  .pawnest-shared-chrome .newsletter-band { min-height: 0; padding: 15px; gap: 10px; }
  .pawnest-shared-chrome .newsletter-copy { gap: 11px; }
  .pawnest-shared-chrome .newsletter-paw { width: 42px; height: 42px; }
  .pawnest-shared-chrome .newsletter-copy h2 { font-size: 14px; }
  .pawnest-shared-chrome .newsletter-copy p { font-size: 12px; }
  .pawnest-shared-chrome .footer-grid { gap: 18px 12px; padding: 22px 5px 16px; }
  .home .footer-bottom { min-height: 38px; }
}

/* Homepage design pass 2: section-by-section fidelity to the supplied layout. */
.home .announcement-inner { position: relative; justify-content: center; }
.home .announcement-messages { display: inline-flex; align-items: center; justify-content: center; gap: 16px; }
.home .announcement-divider { width: 1px; height: 13px; background: rgba(255,255,255,.45); }
.home .announcement-support { position: absolute; right: 0; display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; }
.home .announcement-support:hover { color: #fff; }
.home .announcement-support span { font-size: 13px; }
.pawnest-shared-chrome .home-category-menu { justify-content: space-between; }
.pawnest-shared-chrome .home-category-menu > li > a { padding-inline: 12px; }
.home .pn-button .pn-icon { width: 15px; height: 15px; }
.home .promo-copy em { display: inline-flex; align-items: center; gap: 5px; }
.home .promo-copy em .pn-icon { width: 13px; height: 13px; }
.home .section-heading > div > h2 { margin: 0; }
.home .section-heading > div > p { margin: 2px 0 0; color: var(--pn-muted); font-size: 12px; line-height: 1.3; }

@media (min-width: 1081px) {
  .home .announcement-inner { min-height: 28px; }
  .home .announcement-bar { font-size: 12px; }
  .home .announcement-main .pn-icon { width: 14px; height: 14px; }
  .pawnest-shared-chrome .header-main { grid-template-columns: 225px minmax(420px, 1fr) auto; gap: 28px; }
  .pawnest-shared-chrome .text-logo { grid-template-columns: auto 29px; column-gap: 7px; }
  .pawnest-shared-chrome .text-logo .logo-name { font-size: 31px; }
  .pawnest-shared-chrome .text-logo .logo-paw { width: 25px; height: 25px; }
  .pawnest-shared-chrome .text-logo small { font-size: 12px; margin-top: 2px; }
  .home .search-form { height: 43px; border-radius: 999px; box-shadow: none; }
  .home .search-submit { width: 48px; border-radius: 999px; }
  .pawnest-shared-chrome .header-actions { gap: 25px; }
  .pawnest-shared-chrome .header-action .action-icon { width: 24px; height: 24px; }
  .pawnest-shared-chrome .action-copy small { font-size: 12px; }
  .pawnest-shared-chrome .action-copy strong { font-size: 12px; }
  .home .main-navigation { border-top: 0; border-bottom: 1px solid var(--pn-line-soft); }
  .pawnest-shared-chrome .home-category-menu > li > a { font-size: 14px; font-weight: 700; }

  .home .assurance-grid { grid-template-columns: 1.42fr repeat(3, minmax(0, 1fr)); }
  .home .assurance-grid article { padding: 17px; }
  .home .assurance-grid article h3 { font-size: 14px; }
  .home .assurance-grid article p { font-size: 12px; }
}

@media (min-width: 621px) and (max-width: 1080px) {
  .home .announcement-inner { min-height: 30px; }
  .home .announcement-support { display: none; }
  .pawnest-shared-chrome .home-category-menu { justify-content: flex-start; }
  .home .assurance-grid { grid-template-columns: 1.1fr 1fr; grid-template-rows: repeat(3, 112px); height: 348px; }
  .home .assurance-image { grid-row: 1 / 4; height: 348px; min-height: 0; }
  .home .assurance-grid article { min-height: 0; padding: 14px 16px; }
  .home .assurance-grid article .pn-icon { width: 25px; height: 25px; }
  .home .assurance-grid article h3 { margin: 8px 0 4px; font-size: 14px; }
  .home .assurance-grid article p { font-size: 12px; line-height: 1.35; }
  .home .assurance-grid article:last-child { grid-column: 2; }
}

.wishlist-button.is-saved { background: var(--pn-teal); color: #fff; }
.wishlist-button.is-saved .pn-icon svg { fill: currentColor; }
.wishlist-page-heading { margin: -14px 0 34px; }
.wishlist-page-heading h1 { margin: 6px 0 8px; font-size: 38px; line-height: 1.08; }
.wishlist-page-heading p { margin: 0; color: var(--pn-muted); font-size: 14px; }
.wishlist-heading { margin-bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.wishlist-heading h2 { margin: 0; font-size: 30px; }
.wishlist-heading span { color: var(--pn-muted); font-size: 12px; }
.wishlist-shell .product-scroller { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wishlist-empty-state { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 24px; border: 1px solid var(--pn-line); border-radius: 18px; background: linear-gradient(145deg, var(--pn-sky-2), #fff); text-align: center; }
.wishlist-empty-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--pn-teal); box-shadow: var(--pn-shadow-sm); }
.wishlist-empty-icon .pn-icon { width: 34px; height: 34px; }
.wishlist-empty-state h2 { margin: 22px 0 8px; font-size: 28px; }
.wishlist-empty-state p { max-width: 430px; margin: 0 0 23px; color: var(--pn-muted); font-size: 14px; line-height: 1.65; }
@media (max-width: 860px) { .wishlist-shell .product-scroller { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .wishlist-shell .product-scroller { grid-template-columns: 1fr; }
  .wishlist-empty-state { min-height: 280px; padding: 38px 18px; }
}

@media (max-width: 620px) {
  .home .announcement-messages { gap: 0; }
  .home .announcement-divider,
  .home .announcement-messages > small,
  .home .announcement-support { display: none; }
  .home .promo-copy em .pn-icon { width: 11px; height: 11px; }
  .home .section-heading > div > p { max-width: 235px; font-size: 12px; }
  .home .assurance-grid article:last-child { grid-column: 1 / -1; min-height: 130px; }
}

/* Design-matched customer review section: one featured card plus two secondary cards. */
.home .reviews-section { scroll-margin-top: 130px; padding: 13px; border: 1px solid #eee4d8; border-radius: 17px; background: #fcf8f1; }
.home .reviews-section .section-heading { margin: 0 4px 10px; }
.home .review-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; }
.home .review-grid blockquote::after { display: none; }
.home .review-featured { min-width: 0; height: 225px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid #eadfd2; border-radius: 14px; background: #fff; }
.home .review-featured-media { min-width: 0; height: 100%; display: block; overflow: hidden; }
.home .review-featured-media img { width: 100%; height: 100%; object-fit: cover; }
.home .review-featured-copy { min-height: 0; margin: 0; padding: 18px 20px; display: flex; flex-direction: column; align-items: flex-start; border: 0; border-radius: 0; background: #fffaf2; }
.home .review-quote { height: 23px; color: #ead7b7; font: 700 48px/.8 Georgia, serif; }
.home .review-featured-copy .stars { margin: -19px 0 7px 48px; }
.home .review-featured-copy > p { margin: 0 0 9px; color: var(--pn-ink); font-size: 12px; line-height: 1.5; }
.home .review-featured-copy footer { margin-top: auto; display: flex; flex-direction: column; color: var(--pn-muted); font-size: 12px; }
.home .review-featured-copy footer strong { color: var(--pn-ink); font-size: 12px; }
.home .review-featured-copy .pn-button { min-height: 32px; margin-top: 10px; padding: 6px 13px; font-size: 12px; }
.home .review-card { min-height: 225px; margin: 0; padding: 20px 17px 16px; display: flex; flex-direction: column; border: 1px solid #eadfd2; border-radius: 14px; background: #fff; }
.home .review-card-top { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 12px; align-items: start; }
.home .review-avatar { width: 68px; height: 68px; border-radius: 999px; object-fit: cover; }
.home .review-card .stars { margin-bottom: 8px; font-size: 12px; letter-spacing: .5px; }
.home .review-card p { max-width: none; margin: 0; color: var(--pn-ink); font-size: 12px; font-weight: 600; line-height: 1.55; }
.home .review-card footer { margin-top: auto; padding-left: 80px; display: flex; flex-direction: column; font-size: 12px; }
.home .review-card footer strong { color: var(--pn-ink); font-size: 12px; }
.home .review-card footer span { margin-top: 2px; color: var(--pn-muted); }

@media (min-width: 621px) and (max-width: 1080px) {
  .home .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home .review-featured { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .home .reviews-section { padding: 10px; }
  .home .review-grid { grid-template-columns: 1fr; gap: 9px; }
  .home .review-featured { height: auto; grid-template-columns: 1fr; }
  .home .review-featured-media { height: 205px; }
  .home .review-featured-copy { min-height: 200px; padding: 17px; }
  .home .review-card { min-height: 170px; }
}

/* Homepage newsletter band: match the supplied PawNest design. */
.pawnest-shared-chrome .newsletter-band {
  grid-template-columns: minmax(330px, 1.1fr) minmax(350px, 1fr) auto;
  grid-template-rows: 1fr;
  min-height: 82px;
  gap: 28px;
  padding: 13px 24px;
}
.pawnest-shared-chrome .newsletter-copy,
.pawnest-shared-chrome .newsletter-form,
.pawnest-shared-chrome .social-links {
  grid-row: 1;
}
.pawnest-shared-chrome .newsletter-copy { grid-column: 1; }
.pawnest-shared-chrome .newsletter-copy p { max-width: 260px; }
.pawnest-shared-chrome .newsletter-form {
  grid-column: 2;
  height: 38px;
  border: 2px solid #fff;
  background: #fff;
}
.pawnest-shared-chrome .newsletter-form input { padding-inline: 18px; }
.pawnest-shared-chrome .newsletter-form button {
  min-width: 110px;
  border: 0;
  border-left: 2px solid #fff;
  border-radius: 999px;
  background: var(--pn-deep);
  color: #fff;
  font-size: 12px;
}
.pawnest-shared-chrome .newsletter-privacy { display: none; }
.pawnest-shared-chrome .social-links {
  grid-column: 3;
  display: flex;
  gap: 9px;
  margin-right: 16px;
}
.pawnest-shared-chrome .social-links a,
.pawnest-shared-chrome .social-links > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff;
  color: var(--pn-deep);
}
.pawnest-shared-chrome .social-links .pn-icon { width: 16px; height: 16px; }
.pawnest-shared-chrome .social-links .social-instagram svg { fill: none; stroke: currentColor; }
.pawnest-shared-chrome .social-links .social-facebook svg,
.pawnest-shared-chrome .social-links .social-tiktok svg { fill: currentColor; stroke: none; }
.pawnest-shared-chrome .social-links a:hover { color: var(--pn-teal-2); transform: translateY(-1px); }

@media (min-width: 861px) and (max-width: 1080px) {
  .pawnest-shared-chrome .newsletter-band { min-height: 66px; padding-block: 7px; }
  .pawnest-shared-chrome .newsletter-paw { width: 48px; height: 48px; }
  .pawnest-shared-chrome .newsletter-form { height: 34px; }
}

@media (max-width: 860px) {
  .pawnest-shared-chrome .newsletter-band { grid-template-columns: 1fr; grid-template-rows: auto; gap: 15px; }
  .pawnest-shared-chrome .newsletter-copy,
  .pawnest-shared-chrome .newsletter-form,
  .pawnest-shared-chrome .social-links { grid-column: 1; grid-row: auto; }
  .pawnest-shared-chrome .social-links { display: flex; margin-right: 0; }
}

@media (max-width: 620px) {
  .pawnest-shared-chrome .newsletter-band { padding: 18px; }
  .pawnest-shared-chrome .newsletter-form { height: auto; border: 0; background: transparent; }
  .pawnest-shared-chrome .newsletter-form button { border-left: 0; border-radius: 8px; }
}

/* Shared site chrome: every WordPress view uses the approved homepage header and footer. */
.pawnest-shared-chrome .announcement-bar { display: none; }
.pawnest-shared-chrome .site-footer { clear: both; }
.pawnest-shared-chrome .site-header { border-top: 2px solid var(--pn-teal); }
.pawnest-shared-chrome .site-header .text-logo .logo-name,
.pawnest-shared-chrome .site-footer .text-logo .logo-name { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.pawnest-shared-chrome .home-category-menu { justify-content: space-between; }
.pawnest-shared-chrome .home-category-menu > li > a { padding-inline: 12px; }
.pawnest-shared-chrome .site-footer .newsletter-band {
  grid-template-columns: minmax(330px, 1.1fr) minmax(350px, 1fr) auto;
  grid-template-rows: 1fr;
  min-height: 82px;
  gap: 28px;
  padding: 12px 0;
}
.pawnest-shared-chrome .site-footer .newsletter-band-no-social { grid-template-columns: minmax(330px, 1fr) minmax(420px, 1.4fr); }
.pawnest-shared-chrome .site-footer .newsletter-copy,
.pawnest-shared-chrome .site-footer .newsletter-form,
.pawnest-shared-chrome .site-footer .social-links { grid-row: 1; }
.pawnest-shared-chrome .site-footer .newsletter-copy { grid-column: 1; }
.pawnest-shared-chrome .site-footer .newsletter-copy p { max-width: 260px; }
.pawnest-shared-chrome .site-footer .newsletter-form {
  grid-column: 2;
  height: 38px;
  border: 2px solid #fff;
  background: #fff;
}
.pawnest-shared-chrome .site-footer .newsletter-form input { padding-inline: 18px; }
.pawnest-shared-chrome .site-footer .newsletter-form button {
  min-width: 110px;
  border: 0;
  border-left: 2px solid #fff;
  border-radius: 999px;
  background: var(--pn-deep);
  color: #fff;
  font-size: 12px;
}
.pawnest-shared-chrome .site-footer .newsletter-privacy { display: none; }
.pawnest-shared-chrome .site-footer .social-links {
  grid-column: 3;
  display: flex;
  gap: 9px;
  margin-right: 0;
}
.pawnest-shared-chrome .site-footer .social-links a,
.pawnest-shared-chrome .site-footer .social-links > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff;
  color: var(--pn-deep);
}
.pawnest-shared-chrome .site-footer .social-links .pn-icon { width: 16px; height: 16px; }
.pawnest-shared-chrome .site-footer .social-links .social-instagram svg { fill: none; stroke: currentColor; }
.pawnest-shared-chrome .site-footer .social-links .social-facebook svg,
.pawnest-shared-chrome .site-footer .social-links .social-tiktok svg { fill: currentColor; stroke: none; }
.pawnest-shared-chrome .site-footer .social-links a:hover { color: var(--pn-teal-2); transform: translateY(-1px); }
.pawnest-shared-chrome .site-footer .newsletter-copy p,
.pawnest-shared-chrome .site-footer .newsletter-form input,
.pawnest-shared-chrome .site-footer .newsletter-form button,
.pawnest-shared-chrome .site-footer .newsletter-message,
.pawnest-shared-chrome .site-footer .footer-brand .text-logo small,
.pawnest-shared-chrome .site-footer .footer-brand p,
.pawnest-shared-chrome .site-footer .footer-column h3,
.pawnest-shared-chrome .site-footer .footer-menu a,
.pawnest-shared-chrome .site-footer .payment-note,
.pawnest-shared-chrome .site-footer .footer-bottom { font-size: 12px; }
.pawnest-shared-chrome .site-header .text-logo small { font-size: 12px; }

@media (min-width: 1081px) {
  .pawnest-shared-chrome .site-header .site-container,
  .pawnest-shared-chrome .site-content .site-container,
  .pawnest-shared-chrome .site-footer .site-container { width: min(1408px, calc(100% - 56px)); }
  .pawnest-shared-chrome .site-content .wc-utility-shell { max-width: 1408px; }
  .pawnest-shared-chrome .header-main { min-height: 86px; grid-template-columns: 225px minmax(420px, 1fr) auto; gap: 28px; }
  .pawnest-shared-chrome .site-header .text-logo { grid-template-columns: auto 29px; column-gap: 7px; }
  .pawnest-shared-chrome .site-header .text-logo .logo-name { font-size: 31px; }
  .pawnest-shared-chrome .site-header .text-logo .logo-paw { width: 25px; height: 25px; }
  .pawnest-shared-chrome .site-header .text-logo small { margin-top: 2px; }
  .pawnest-shared-chrome .desktop-search { display: flex; justify-content: center; }
  .pawnest-shared-chrome .desktop-search .search-form { width: 88%; max-width: 780px; height: 40px; border-radius: 999px; box-shadow: none; }
  .pawnest-shared-chrome .desktop-search .search-submit { width: 44px; border-radius: 999px; }
  .pawnest-shared-chrome .desktop-search .search-submit .pn-icon { width: 20px; height: 20px; }
  .pawnest-shared-chrome .header-actions { gap: 25px; }
  .pawnest-shared-chrome .header-action .action-icon { width: 24px; height: 24px; }
  .pawnest-shared-chrome .action-copy small,
  .pawnest-shared-chrome .action-copy strong { font-size: 12px; }
  .pawnest-shared-chrome .main-navigation { border-top: 0; border-bottom: 1px solid var(--pn-line-soft); }
  .pawnest-shared-chrome .main-navigation .nav-inner,
  .pawnest-shared-chrome .primary-menu > li > a { min-height: 42px; }
  .pawnest-shared-chrome .home-category-menu > li > a { font-size: 14px; font-weight: 700; }
  .pawnest-shared-chrome .site-footer .newsletter-paw { width: 48px; height: 48px; }
  .pawnest-shared-chrome .site-footer .newsletter-paw .pn-icon { width: 26px; height: 26px; }
  .pawnest-shared-chrome .site-footer .newsletter-copy h2 { font-size: 15px; }
  .pawnest-shared-chrome .site-footer .footer-grid { gap: 22px; padding: 22px 0; }
  .pawnest-shared-chrome .site-footer .footer-brand p { margin: 9px 0 8px; }
  .pawnest-shared-chrome .site-footer .footer-brand img { width: 90px; height: 61px; }
  .pawnest-shared-chrome .site-footer .footer-column h3 { margin-bottom: 9px; }
  .pawnest-shared-chrome .site-footer .footer-menu li { margin-bottom: 6px; }
  .pawnest-shared-chrome .site-footer .footer-bottom { min-height: 36px; }
}

@media (min-width: 621px) and (max-width: 1080px) {
  .pawnest-shared-chrome .site-footer .newsletter-band { min-height: 0; padding: 15px; gap: 10px; }
  .pawnest-shared-chrome .site-footer .newsletter-copy { gap: 11px; }
  .pawnest-shared-chrome .site-footer .newsletter-paw { width: 42px; height: 42px; }
  .pawnest-shared-chrome .site-footer .newsletter-copy h2 { font-size: 14px; }
  .pawnest-shared-chrome .site-footer .footer-grid { gap: 18px 12px; padding: 22px 5px 16px; }
  .pawnest-shared-chrome .site-footer .footer-bottom { min-height: 38px; }
}

@media (max-width: 860px) {
  .pawnest-shared-chrome .site-footer .newsletter-band { grid-template-columns: 1fr; grid-template-rows: auto; gap: 15px; }
  .pawnest-shared-chrome .site-footer .newsletter-copy,
  .pawnest-shared-chrome .site-footer .newsletter-form,
  .pawnest-shared-chrome .site-footer .social-links { grid-column: 1; grid-row: auto; }
  .pawnest-shared-chrome .site-footer .newsletter-form { max-width: none; }
  .pawnest-shared-chrome .site-footer .social-links { display: flex; margin-right: 0; }
}

@media (max-width: 620px) {
  .pawnest-shared-chrome .site-header .text-logo .logo-name { font-size: 21px; }
  .pawnest-shared-chrome .site-footer .newsletter-band { padding: 14px 8px; }
  .pawnest-shared-chrome .site-footer .newsletter-copy { gap: 11px; }
  .pawnest-shared-chrome .site-footer .newsletter-paw { width: 42px; height: 42px; }
  .pawnest-shared-chrome .site-footer .newsletter-copy h2 { font-size: 14px; }
  .pawnest-shared-chrome .site-footer .newsletter-form { height: 42px; display: flex; overflow: hidden; border: 2px solid #fff; border-radius: 999px; background: #fff; }
  .pawnest-shared-chrome .site-footer .newsletter-form input { min-height: 0; border-radius: 0; }
  .pawnest-shared-chrome .site-footer .newsletter-form button { min-height: 0; margin-top: 0; border-left: 2px solid #fff; border-radius: 999px; }
  .pawnest-shared-chrome .site-footer .footer-grid { gap: 0 12px; padding: 22px 5px 16px; }
  .pawnest-shared-chrome .site-footer .footer-brand,
  .pawnest-shared-chrome .site-footer .payments { grid-column: 1 / -1; }
  .pawnest-shared-chrome .site-footer .footer-brand p,
  .pawnest-shared-chrome .site-footer .payment-note { width: 100%; max-width: none; }
  .pawnest-shared-chrome .site-footer .footer-menu li { margin-bottom: 0; }
  .pawnest-shared-chrome .site-footer .footer-brand .text-logo .logo-name { font-size: 21px; }
}

/* Keep homepage footer copy readable at every breakpoint. */
.pawnest-shared-chrome .site-footer .newsletter-copy p,
.pawnest-shared-chrome .site-footer .newsletter-form input,
.pawnest-shared-chrome .site-footer .newsletter-form button,
.pawnest-shared-chrome .site-footer .newsletter-message,
.pawnest-shared-chrome .site-footer .newsletter-privacy,
.pawnest-shared-chrome .site-footer .footer-brand .text-logo small,
.pawnest-shared-chrome .site-footer .footer-brand p,
.pawnest-shared-chrome .site-footer .footer-column h3,
.pawnest-shared-chrome .site-footer .footer-menu a,
.pawnest-shared-chrome .site-footer .payment-note,
.pawnest-shared-chrome .site-footer .footer-bottom {
  font-size: 12px;
}

.home .article-tag,
.pawnest-shared-chrome .site-header .text-logo small {
  font-size: 12px;
}

/* Homepage masthead: use one extended hero photograph behind the desktop copy. */
.home .announcement-bar { display: none; }
.pawnest-shared-chrome .site-header { border-top: 2px solid var(--pn-teal); }

@media (min-width: 1081px) {
  .home .site-container { width: min(1408px, calc(100% - 56px)); }
  .pawnest-shared-chrome .header-main { min-height: 86px; }
  .pawnest-shared-chrome .desktop-search { display: flex; justify-content: center; }
  .pawnest-shared-chrome .desktop-search .search-form { width: 88%; max-width: 780px; height: 40px; }
  .pawnest-shared-chrome .desktop-search .search-submit { width: 44px; }
  .pawnest-shared-chrome .desktop-search .search-submit .pn-icon { width: 20px; height: 20px; }
  .home-shell { max-width: 1408px; padding-top: 15px; }

  .home .hero-section {
    position: relative;
    display: block;
    height: 390px;
    min-height: 390px;
    border-radius: 12px;
    background: var(--pn-cream);
  }
  .home .hero-copy {
    width: 43%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .home .hero-media {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .home .hero-media::before { display: none; }
  .home .hero-media picture,
  .home .hero-media img {
    display: block;
    width: 100%;
    height: 390px;
  }
  .home .hero-media img {
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .home .trust-strip { min-height: 80px; }
  .home .promo-grid { gap: 18px; }
  .home .promo-card {
    aspect-ratio: 260 / 212;
    height: auto;
    min-height: 0;
    border-radius: 13px;
  }
  .home .promo-card > img { object-position: center; }
  .home .promo-shade {
    background: linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.52) 34%, rgba(255,255,255,.08) 68%, rgba(255,255,255,0) 100%);
  }
  .home .promo-copy { padding: 26px 22px 17px; }
  .home .promo-copy strong { max-width: 150px; font-size: 20px; letter-spacing: -.35px; }
  .home .promo-copy small { max-width: 145px; margin-top: 7px; font-size: 12px; line-height: 1.35; }
}

/* PawNest 2.5 — approved supporting-page redesign. */
.pn-asset-icon {
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--pn-icon-url) center / contain no-repeat;
  mask: var(--pn-icon-url) center / contain no-repeat;
}
.pn-asset-icon--shopping-bag { --pn-icon-url: url('../icons/shopping-bag.svg'); }
.pn-asset-icon--trash-2 { --pn-icon-url: url('../icons/trash-2.svg'); }
.pn-asset-icon--lock-keyhole { --pn-icon-url: url('../icons/lock-keyhole.svg'); }
.pn-asset-icon--user-round { --pn-icon-url: url('../icons/user-round.svg'); }
.pn-asset-icon--book-open { --pn-icon-url: url('../icons/book-open.svg'); }
.pn-asset-icon--check { --pn-icon-url: url('../icons/check.svg'); }
.pn-asset-icon--chevron-down { --pn-icon-url: url('../icons/chevron-down.svg'); }
.pn-asset-icon--list { --pn-icon-url: url('../icons/list.svg'); }
.pn-asset-icon--shield-check { --pn-icon-url: url('../icons/shield-check.svg'); }
.pn-asset-icon--heart-handshake { --pn-icon-url: url('../icons/heart-handshake.svg'); }
.pn-asset-icon--message-circle { --pn-icon-url: url('../icons/message-circle.svg'); }
.pn-asset-icon--arrow-right { --pn-icon-url: url('../icons/arrow-right.svg'); }
.pn-asset-icon--map-pinned { --pn-icon-url: url('../icons/map-pinned.svg'); }
.pn-asset-icon--package-check { --pn-icon-url: url('../icons/package-check.svg'); }
.pn-asset-icon--rotate-ccw { --pn-icon-url: url('../icons/rotate-ccw.svg'); }
.pn-asset-icon--shopping-cart { --pn-icon-url: url('../icons/shopping-cart.svg'); }
.pn-asset-icon--sparkles { --pn-icon-url: url('../icons/sparkles.svg'); }
.pn-asset-icon--truck { --pn-icon-url: url('../icons/truck.svg'); }
.pn-asset-icon--zoom-in { --pn-icon-url: url('../icons/zoom-in.svg'); }

/* Cart, checkout and account */
.utility-intro { padding: 34px 0 24px; background: linear-gradient(105deg, var(--pn-cream), #fff); }
.utility-intro-inner { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 18px; align-items: center; }
.utility-intro-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--pn-teal); box-shadow: var(--pn-shadow-sm); }
.utility-intro-icon .pn-asset-icon { width: 27px; height: 27px; }
.utility-intro h1 { margin: 4px 0 3px; font-size: 34px; line-height: 1.08; letter-spacing: -.8px; }
.utility-intro p { max-width: 720px; margin: 0; color: var(--pn-muted); font-size: 13px; }
.utility-back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--pn-teal); font-size: 12px; font-weight: 800; }
.utility-back-link .pn-asset-icon { width: 16px; height: 16px; }
.wc-utility-shell { max-width: 1320px; padding-top: 30px; padding-bottom: 82px; }
.wc-utility-shell .page-content { max-width: none; }
.wc-utility-shell .woocommerce::before,
.wc-utility-shell .woocommerce::after { display: none; }
.wc-utility-shell .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.wc-utility-shell .woocommerce-message,
.wc-utility-shell .woocommerce-info,
.wc-utility-shell .woocommerce-error { margin-bottom: 18px; }

.woocommerce-cart .wc-utility-shell .woocommerce:has(.woocommerce-cart-form) { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr); gap: 28px; align-items: start; }
.woocommerce-cart .woocommerce-cart-form { min-width: 0; margin: 0; padding: 0; }
.woocommerce-cart .woocommerce-cart-form table.shop_table { margin: 0; border-radius: 15px; background: #fff; }
.woocommerce-cart .woocommerce-cart-form table.shop_table th { padding: 15px 13px; }
.woocommerce-cart .woocommerce-cart-form table.shop_table td { padding: 18px 13px; vertical-align: middle; }
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove { width: 42px; text-align: center; }
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail { width: 98px; }
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a { color: var(--pn-teal-2); font-weight: 750; }
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-price,
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-subtotal { white-space: nowrap; }
.woocommerce-cart .woocommerce-cart-form table.shop_table .quantity .qty { width: 66px; min-height: 42px; }
.woocommerce-cart table.cart td.actions { padding: 13px !important; background: var(--pn-cream); }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { margin: 0; }
.woocommerce-cart .pawnest-cart-coupon { min-width: 250px; }
.woocommerce-cart .pawnest-cart-coupon summary { width: max-content; color: var(--pn-teal-2); font-size: 12px; font-weight: 800; cursor: pointer; }
.woocommerce-cart .pawnest-cart-coupon[open] summary { margin-bottom: 10px; }
.woocommerce-cart .cart-collaterals { width: auto; margin: 0; }
.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after { display: none; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; padding: 26px; border-radius: 15px; background: #fff; box-shadow: var(--pn-shadow-sm); }
.woocommerce-cart .cart-collaterals .cart_totals h2 { margin: 0 0 16px; font-size: 25px; }
.woocommerce-cart .cart-collaterals table.shop_table { margin-bottom: 18px; border: 0; border-radius: 0; }
.woocommerce-cart .cart-collaterals table.shop_table th,
.woocommerce-cart .cart-collaterals table.shop_table td { padding: 13px 0; background: transparent; }
.woocommerce-cart .cart-collaterals .order-total th,
.woocommerce-cart .cart-collaterals .order-total td { font-size: 16px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 0; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { width: 100%; margin: 0; min-height: 52px; border-radius: 8px; background: var(--pn-deep); font-size: 15px; }

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table { border: 0; overflow: visible; background: transparent; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tbody { display: grid; gap: 10px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item { position: relative; padding: 14px; display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 6px 14px; border: 1px solid var(--pn-line); border-radius: 12px; background: #fff; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td { padding: 4px !important; border: 0; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove { position: absolute; top: 9px; right: 17px; width: auto; z-index: 2; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail { display: block !important; width: 84px; grid-row: 1 / 5; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail img { display: block; width: 84px; height: 84px; object-fit: contain; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-price,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-quantity,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-subtotal { grid-column: 2; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name { padding-right: 26px !important; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail::before,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name::before,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-price::before { display: none; }
  .woocommerce-cart table.cart td.actions { display: block !important; padding: 12px !important; border: 1px solid var(--pn-line) !important; border-radius: 12px; background: #fff; }
}


.woocommerce-account .wc-utility-shell .woocommerce { grid-template-columns: 225px minmax(0, 1fr); gap: 28px; align-items: start; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { padding: 11px; border-radius: 14px; background: #fff; box-shadow: var(--pn-shadow-sm); }
.woocommerce-account .woocommerce-MyAccount-navigation li a { padding: 12px 13px; }
.woocommerce-account .woocommerce-MyAccount-content { min-height: 330px; padding: 28px; border: 1px solid var(--pn-line); border-radius: 15px; background: #fff; box-shadow: var(--pn-shadow-sm); }
.woocommerce-account .woocommerce-MyAccount-content > p:first-child { margin-top: 0; padding: 20px; border-radius: 10px; background: var(--pn-sky-2); }
.woocommerce-account .woocommerce-MyAccount-content a { color: var(--pn-teal-2); text-decoration: underline; text-underline-offset: 3px; }
.woocommerce-account .woocommerce-MyAccount-content .button { color: #fff; text-decoration: none; background: var(--pn-deep); }
body:not(.logged-in).woocommerce-account .wc-utility-shell .woocommerce { display: block; max-width: 720px; margin-inline: auto; }
body:not(.logged-in).woocommerce-account .woocommerce form.login,
body:not(.logged-in).woocommerce-account .woocommerce form.register { padding: 28px; background: #fff; box-shadow: var(--pn-shadow-sm); }

/* Guide archive */
.guides-shell { max-width: 1320px; padding-top: 34px; }
.guides-intro { margin-bottom: 20px; padding: 30px 34px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); gap: 35px; align-items: center; border-radius: 19px; background: linear-gradient(120deg, var(--pn-sky-2), #fbf6ed); }
.guides-intro h1 { max-width: 680px; margin: 7px 0 8px; font-size: 38px; line-height: 1.08; letter-spacing: -1.1px; }
.guides-intro p { margin: 0; color: var(--pn-muted); font-size: 14px; }
.guide-topics { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.guide-topics a { min-height: 32px; padding: 7px 12px; display: inline-flex; align-items: center; border: 1px solid var(--pn-line); border-radius: 999px; background: #fff; color: var(--pn-muted); font-size: 12px; font-weight: 800; }
.guide-topics a.is-active,
.guide-topics a:hover { border-color: var(--pn-deep); background: var(--pn-deep); color: #fff; }
.guides-search { display: flex; align-items: center; gap: 11px; }
.guides-search > .pn-asset-icon { width: 30px; height: 30px; color: var(--pn-teal); }
.guides-search .search-form { height: 44px; box-shadow: none; }
.guides-grid { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); grid-template-rows: repeat(2, minmax(190px, auto)); gap: 16px; }
.guides-grid .article-card { border-radius: 16px; }
.guides-grid .article-card:first-child { grid-row: 1 / 3; display: grid; grid-template-columns: 1.08fr .92fr; }
.guides-grid .article-card:first-child .article-image { height: 100%; min-height: 410px; }
.guides-grid .article-tag { align-self: flex-start; width: fit-content; max-width: 100%; }
.guides-grid .article-card:first-child .article-body { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.guides-grid .article-card:first-child h3 { margin: 12px 0 10px; font-size: 27px; line-height: 1.13; }
.guides-grid .article-card:first-child p { font-size: 13px; line-height: 1.6; }
.guides-grid .article-card:not(:first-child) { display: grid; grid-template-columns: 40% 60%; }
.guides-grid .article-card:not(:first-child) .article-image { height: 100%; min-height: 190px; }
.guides-grid .article-card:not(:first-child) .article-body { padding: 18px; display: flex; flex-direction: column; justify-content: center; }
.guides-grid .article-card:not(:first-child) h3 { font-size: 17px; }
.guides-grid .article-card:nth-child(n+4) { grid-template-columns: 38% 62%; }
.guides-grid .read-more .pn-asset-icon { width: 14px; height: 14px; }
.guides-shell .empty-state > .pn-asset-icon { width: 42px; height: 42px; color: var(--pn-teal); }

/* Single guide */
.single-post .article-hero { padding: 38px 0; background: #fff; }
.single-post .article-hero-inner { gap: 0; grid-template-columns: 1fr 1.04fr; overflow: hidden; border-radius: 20px; background: var(--pn-sky-2); }
.single-post .article-hero-copy { padding: 45px; }
.single-post .article-hero-copy h1 { margin: 14px 0 13px; font-size: clamp(37px, 4vw, 56px); }
.single-post .article-hero-copy > p { max-width: 560px; margin: 0; color: var(--pn-muted); font-size: 14px; line-height: 1.65; }
.single-post .article-meta { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.single-post .article-meta span:first-child { display: inline-flex; align-items: center; gap: 6px; }
.single-post .article-meta .pn-asset-icon { width: 15px; height: 15px; }
.single-post .article-hero-media { height: auto; min-height: 360px; border-radius: 0; box-shadow: none; }
.single-post .single-article-layout { max-width: 1180px; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; padding-top: 18px; padding-bottom: 24px; }
.single-post .single-article { max-width: none; padding: 30px 34px; border: 1px solid var(--pn-line); border-radius: 16px; background: #fff; }
.single-post .single-article > p:first-child { margin-top: 0; color: var(--pn-ink); font-size: 17px; line-height: 1.75; }
.single-post .single-article h2,
.single-post .single-article h3 { scroll-margin-top: 180px; }
.single-post .single-article h2 { margin-top: 32px; font-size: 27px; }
.single-post .single-article h3 { font-size: 21px; }
.single-post .single-article ul { margin: 15px 0 24px; padding: 7px 14px; list-style: none; border-radius: 12px; background: var(--pn-sky-2); }
.single-post .single-article li { position: relative; margin: 0; padding: 11px 8px 11px 35px; border-bottom: 1px solid var(--pn-line); color: var(--pn-muted); font-size: 14px; }
.single-post .single-article li:last-child { border-bottom: 0; }
.single-post .single-article li::before { content: ''; position: absolute; left: 4px; top: 12px; width: 21px; height: 21px; border-radius: 50%; background-color: var(--pn-teal); -webkit-mask: url('../icons/check.svg') center / 13px no-repeat; mask: url('../icons/check.svg') center / 13px no-repeat; }
.single-post .article-aside { top: 165px; display: grid; gap: 14px; }
.article-toc { padding: 19px; border: 1px solid var(--pn-line); border-radius: 14px; background: #fff; }
.article-toc .eyebrow { display: block; margin-bottom: 7px; }
.article-toc a { display: block; padding: 10px 0; border-bottom: 1px solid var(--pn-line-soft); color: var(--pn-muted); font-size: 12px; line-height: 1.35; }
.article-toc a:last-child { border-bottom: 0; }
.article-toc .toc-level-3 { padding-left: 12px; }
.article-shop-card { padding: 23px; border: 0; border-radius: 15px; background: linear-gradient(145deg, var(--pn-deep), var(--pn-teal)); color: #fff; }
.article-shop-card > .pn-asset-icon { width: 31px; height: 31px; }
.article-shop-card h2 { margin: 18px 0 8px; font-size: 22px; line-height: 1.18; }
.article-shop-card p { margin: 0 0 18px; color: var(--pn-line); font-size: 12px; line-height: 1.55; }
.article-shop-card .pn-button { width: 100%; min-height: 42px; padding-inline: 12px; font-size: 12px; }
.article-shop-card .pn-button .pn-asset-icon { width: 14px; height: 14px; }
.single-post .comments-area { max-width: 1180px; margin-bottom: 70px; padding: 26px 30px; border: 1px solid var(--pn-line); border-radius: 16px; background: #fff; }
.single-post .comments-area .comment-reply-title { margin: 0 0 10px; font-size: 25px; }
.single-post .comments-area .comment-notes { margin: 0 0 22px; color: var(--pn-muted); }
.single-post .comments-area .comment-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.single-post .comments-area .comment-form > p { margin: 0; }
.single-post .comments-area .comment-form-comment,
.single-post .comments-area .comment-notes,
.single-post .comments-area .comment-form-cookies-consent,
.single-post .comments-area .form-submit { grid-column: 1 / -1; }
.single-post .comments-area label { display: block; margin-bottom: 7px; color: var(--pn-deep); font-size: 13px; font-weight: 800; }
.single-post .comments-area input:not([type="checkbox"]),
.single-post .comments-area textarea { width: 100%; border: 1px solid var(--pn-line); border-radius: 10px; background: #fff; color: var(--pn-ink); font: inherit; }
.single-post .comments-area input:not([type="checkbox"]) { min-height: 46px; padding: 10px 13px; }
.single-post .comments-area textarea { min-height: 180px; padding: 13px; resize: vertical; }
.single-post .comments-area .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--pn-muted); font-size: 13px; }
.single-post .comments-area .comment-form-cookies-consent label { margin: 0; color: inherit; font-weight: 500; }
.single-post .comments-area input.submit { width: auto; min-height: 46px; padding: 0 24px; border: 0; border-radius: 9px; background: var(--pn-deep); color: #fff; font-weight: 850; cursor: pointer; }

/* About */
.story-shell { max-width: 1280px; padding-top: 42px; }
.about-story-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; padding: 8px 12px 28px; }
.about-story-copy h1 { margin: 9px 0 18px; font-size: 47px; line-height: 1.05; letter-spacing: -1.65px; }
.about-story-copy p { margin: 0 0 13px; color: var(--pn-muted); font-size: 15px; line-height: 1.72; }
.about-story-copy .pn-button { margin-top: 10px; }
.about-story-copy .pn-button .pn-asset-icon,
.about-promise .pn-button .pn-asset-icon { width: 15px; height: 15px; }
.about-story-image { height: 450px; margin: 0 18px 18px 0; position: relative; z-index: 1; }
.about-story-image::after { content: ''; position: absolute; z-index: -1; inset: 20px -18px -18px 20px; border-radius: 22px; background: var(--pn-sky); }
.about-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 22px; }
.about-approach { margin-top: 36px; padding: 34px 38px; display: grid; grid-template-columns: .76fr 1.24fr; gap: 42px; align-items: center; border-radius: 18px; background: var(--pn-deep); color: #fff; }
.about-approach .eyebrow { color: var(--pn-line); }
.about-approach h2 { max-width: 410px; margin: 7px 0 0; font-size: 34px; line-height: 1.1; }
.about-approach p { margin: 0; color: var(--pn-line); font-size: 14px; line-height: 1.75; }
.about-values { margin-top: 55px; }
.about-values-heading { margin-bottom: 20px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: end; }
.about-values-heading h2 { margin: 5px 0 0; font-size: 36px; }
.about-values-heading p { max-width: 650px; margin: 0; color: var(--pn-muted); font-size: 14px; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-value-grid article { min-height: 230px; position: relative; padding: 58px 25px 25px; border: 1px solid var(--pn-line); border-radius: 15px; background: #fff; }
.about-value-number { position: absolute; left: 25px; top: 21px; color: var(--pn-teal-2); font-size: 16px; font-weight: 850; }
.about-value-grid .pn-asset-icon { width: 31px; height: 31px; color: var(--pn-teal); }
.about-value-grid h3 { margin: 18px 0 8px; font-size: 20px; }
.about-value-grid p { margin: 0; color: var(--pn-muted); font-size: 13px; line-height: 1.65; }
.about-promise { margin-top: 26px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid #eee2d0; border-radius: 17px; background: var(--pn-cream); }
.about-promise h2 { max-width: 760px; margin: 5px 0 0; font-size: 31px; line-height: 1.15; }

@media (max-width: 860px) {
  .utility-intro-inner { grid-template-columns: 50px minmax(0, 1fr); }
  .utility-back-link { grid-column: 2; }
  .woocommerce-cart .wc-utility-shell .woocommerce:has(.woocommerce-cart-form),
  .woocommerce-account .wc-utility-shell .woocommerce { grid-template-columns: 1fr; }
  .guides-intro { grid-template-columns: 1fr; }
  .guides-search { max-width: 620px; }
  .guides-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .guides-grid .article-card:first-child { grid-row: auto; }
  .guides-grid .article-card:nth-child(n) { min-height: 220px; }
  .single-post .article-hero-inner,
  .single-post .single-article-layout,
  .about-story-hero,
  .about-approach,
  .about-values-heading { grid-template-columns: 1fr; }
  .single-post .article-hero-media { min-height: 310px; }
  .single-post .article-aside { position: static; grid-row: 1; grid-template-columns: 1fr 1fr; }
  .about-story-hero { gap: 34px; }
  .about-story-image { height: 390px; grid-row: 1; }
  .about-value-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .page-breadcrumb-band { padding-block: 14px; }
  .utility-intro { padding: 25px 0 19px; }
  .utility-intro-inner { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .utility-intro-icon { width: 42px; height: 42px; }
  .utility-intro-icon .pn-asset-icon { width: 22px; height: 22px; }
  .utility-intro h1 { font-size: 28px; }
  .utility-intro p { font-size: 12px; line-height: 1.5; }
  .wc-utility-shell { padding-top: 18px; padding-bottom: 55px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table { border: 0; overflow: visible; background: transparent; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tbody { display: grid; gap: 10px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item { position: relative; padding: 12px; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 5px 12px; border: 1px solid var(--pn-line); border-radius: 12px; background: #fff; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td { padding: 4px !important; border: 0; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td::before { font-size: 12px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove { position: absolute; right: 19px; width: auto; z-index: 2; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail { width: 72px; grid-row: 1 / 5; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail { display: block; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail::before,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name::before,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-price::before { display: none; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-price,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-quantity,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-subtotal { grid-column: 2; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name { padding-right: 24px !important; }
  .woocommerce-cart table.cart td.actions { display: block !important; padding: 12px !important; border: 1px solid var(--pn-line) !important; border-radius: 12px; background: #fff; }
  .woocommerce-cart table.cart td.actions .coupon { display: grid; }
  .woocommerce-cart .pawnest-cart-coupon { min-width: 0; }
  .woocommerce-cart .pawnest-cart-coupon summary { width: auto; padding: 4px 0; }
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-cart table.cart td.actions > .button { width: 100%; }
  .woocommerce-cart .cart-collaterals .cart_totals { padding: 21px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; gap: 4px; }
  .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
  .woocommerce-account .woocommerce-MyAccount-content { min-height: 0; padding: 21px; }
  .guides-shell { padding-top: 20px; }
  .guides-intro { padding: 22px 20px; gap: 20px; }
  .guides-intro h1 { font-size: 29px; }
  .guides-search > .pn-asset-icon { display: none; }
  .guides-grid .article-card:first-child,
  .guides-grid .article-card:not(:first-child) { display: block; min-height: 0; }
  .guides-grid .article-card:first-child .article-image,
  .guides-grid .article-card:not(:first-child) .article-image { height: 205px; min-height: 0; }
  .guides-grid .article-card:first-child .article-body,
  .guides-grid .article-card:not(:first-child) .article-body { padding: 18px; }
  .guides-grid .article-card:first-child h3 { font-size: 22px; }
  .single-post .article-hero { padding: 18px 0; }
  .single-post .article-hero-copy { padding: 24px 21px; }
  .single-post .article-hero-copy h1 { font-size: 33px; letter-spacing: -1px; }
  .single-post .article-hero-media { min-height: 215px; grid-row: 1; }
  .single-post .single-article-layout { padding-top: 0; }
  .single-post .single-article { padding: 22px 19px; }
  .single-post .single-article > p:first-child { font-size: 15px; }
  .single-post .single-article h2 { font-size: 24px; }
  .single-post .single-article li { padding-left: 32px; font-size: 13px; }
  .single-post .article-aside { grid-template-columns: 1fr; }
  .single-post .comments-area { margin-bottom: 55px; padding: 22px 19px; }
  .single-post .comments-area .comment-form { grid-template-columns: 1fr; }
  .story-shell { padding-top: 25px; }
  .about-story-hero { padding: 0 0 22px; }
  .about-story-copy h1 { font-size: 35px; letter-spacing: -1.1px; }
  .about-story-image { height: 270px; margin-right: 9px; }
  .about-story-image::after { inset: 10px -9px -9px 10px; }
  .about-approach { margin-top: 23px; padding: 26px 22px; gap: 12px; }
  .about-approach h2 { font-size: 28px; }
  .about-values { margin-top: 38px; }
  .about-values-heading { gap: 10px; }
  .about-values-heading h2 { font-size: 30px; }
  .about-value-grid article { min-height: 0; }
  .about-promise { display: block; padding: 24px 21px; }
  .about-promise h2 { font-size: 27px; }
  .about-promise .pn-button { width: 100%; margin-top: 19px; }
}

/* Reference-led product detail page. */
.pawnest-product-page .page-breadcrumb-band { padding: 19px 0; background: #fff; }
.pawnest-product-page .single-product-shell { padding-top: 0; padding-bottom: 58px; }
.pawnest-product-page.woocommerce div.product div.images { width: 54%; margin-bottom: 38px; }
.pawnest-product-page.woocommerce div.product div.summary { width: 41.5%; margin-bottom: 38px; padding-top: 3px; }
.pawnest-product-page .woocommerce-product-gallery { position: relative; }
.pawnest-product-page .woocommerce-product-gallery__wrapper { overflow: hidden; border-radius: 10px !important; background: #f4f6f5 !important; }
.pawnest-product-page .woocommerce-product-gallery__image { position: relative; height: 535px; overflow: hidden; border-radius: 10px; }
.pawnest-product-page .woocommerce-product-gallery__image a { height: 100%; }
.pawnest-product-page .woocommerce-product-gallery__image img:not(.zoomImg) { width: 100% !important; height: 100% !important; max-height: none !important; object-fit: cover !important; }
.pawnest-product-page .woocommerce-product-gallery__image img.zoomImg { max-width: none !important; max-height: none !important; }
.pawnest-product-page .woocommerce-product-gallery__trigger { top: 14px !important; right: 14px !important; display: grid !important; width: 43px !important; height: 43px !important; place-items: center; border: 1px solid var(--pn-line); border-radius: 50%; background: #fff !important; box-shadow: 0 5px 16px rgba(23,107,99,.1); font-size: 0 !important; }
.pawnest-product-page .woocommerce-product-gallery__trigger::before { position: static !important; width: 21px !important; height: 21px !important; border: 0 !important; border-radius: 0 !important; background: var(--pn-deep); content: '' !important; mask: url('../icons/zoom-in.svg') center/contain no-repeat; -webkit-mask: url('../icons/zoom-in.svg') center/contain no-repeat; }
.pawnest-product-page .woocommerce-product-gallery__trigger::after { display: none !important; }
.pawnest-product-page.woocommerce div.product div.images .flex-control-thumbs { display: flex; gap: 9px; margin-top: 11px; overflow-x: auto; }
.pawnest-product-page.woocommerce div.product div.images .flex-control-thumbs li { flex: 0 0 calc((100% - 45px) / 6); aspect-ratio: 1; border-radius: 8px; background: #f4f6f5; }
.pawnest-product-page.woocommerce div.product div.images .flex-control-thumbs li img { width: 100%; height: 100%; object-fit: cover; }
.pawnest-product-page.woocommerce div.product div.images .flex-control-thumbs li img.flex-active { box-shadow: inset 0 0 0 2px var(--pn-teal); }
.pawnest-product-page.woocommerce div.product .product_title { margin-bottom: 10px; font-size: clamp(30px, 2.5vw, 36px); letter-spacing: -1.2px; }
.pawnest-product-page.woocommerce div.product .woocommerce-product-rating { margin-bottom: 13px; }
.product-review-summary { display: flex; align-items: center; gap: 8px; margin: 0 0 11px; color: var(--pn-orange); font-size: 16px; line-height: 1; letter-spacing: 1px; }
.product-review-summary small { color: var(--pn-muted); font-size: 12px; font-weight: 500; letter-spacing: 0; }
.pawnest-product-page.woocommerce div.product p.price { margin: 0; color: var(--pn-deep); font-size: 28px; }
.product-stock-status { display: flex; align-items: center; gap: 8px; margin: 13px 0 0; color: var(--pn-text); font-size: 12px; }
.product-stock-status > span { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: #23ae62; color: #fff; font-size: 12px; font-weight: 900; }
.product-stock-status strong { color: #2d5a45; }
.product-stock-status i { color: var(--pn-muted); font-style: normal; }
.product-stock-status.is-unavailable { color: var(--pn-red); font-weight: 750; }
.product-summary-intro { margin: 17px 0 0; color: var(--pn-muted); font-size: 13px; line-height: 1.65; }
.product-feature-icons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 25px 0 22px; }
.product-feature-icons > div { display: flex; min-width: 0; align-items: center; flex-direction: column; gap: 8px; color: var(--pn-teal); text-align: center; }
.product-feature-icons .pn-asset-icon { width: 32px; height: 32px; }
.product-feature-icons span { color: var(--pn-deep); font-size: 12px; font-weight: 760; line-height: 1.3; }
.product-purchase-panel { padding: 12px; border: 1px solid var(--pn-line); border-radius: 9px; background: var(--pn-cream); box-shadow: 0 8px 24px rgba(23,107,99,.05); }
.product-purchase-panel > .stock { display: none; }
.pawnest-product-page.woocommerce div.product .product-purchase-panel form.cart { display: grid !important; grid-template-columns: 123px minmax(0, 1fr) !important; gap: 9px !important; margin: 0 0 12px !important; }
.pawnest-product-page.woocommerce div.product form.cart .quantity { grid-column: 1 !important; grid-row: 1 !important; display: grid; grid-template-columns: 34px minmax(0, 1fr) 34px; height: 47px; overflow: hidden; border: 1px solid var(--pn-line); border-radius: 6px; background: #fff; }
.pawnest-product-page.woocommerce div.product form.cart .quantity .qty { width: 100%; height: 45px; padding: 0; border: 0; border-radius: 0; appearance: textfield; -moz-appearance: textfield; }
.pawnest-product-page.woocommerce div.product form.cart .quantity .qty::-webkit-inner-spin-button,
.pawnest-product-page.woocommerce div.product form.cart .quantity .qty::-webkit-outer-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }
.product-quantity-button { height: 45px; padding: 0; border: 0; background: #fff; color: var(--pn-muted); font-size: 17px; }
.pawnest-product-page.woocommerce div.product form.cart .button { min-height: 47px; margin: 0; border-radius: 6px; font-size: 13px; text-transform: none; }
.pawnest-product-page.woocommerce div.product form.cart .product-buy-now { grid-column: 2 !important; grid-row: 1 !important; background: linear-gradient(90deg, var(--pn-deep), var(--pn-teal)); color: #fff; }
.pawnest-product-page.woocommerce div.product form.cart .single_add_to_cart_button { grid-column: 1 / -1 !important; grid-row: 2 !important; position: relative; border: 1px solid var(--pn-teal); background: #fff; color: var(--pn-teal); }
.pawnest-product-page.woocommerce div.product form.cart .single_add_to_cart_button::before { display: inline-block; width: 17px; height: 17px; margin-right: 8px; background: currentColor; content: ''; vertical-align: -4px; mask: url('../icons/shopping-cart.svg') center/contain no-repeat; -webkit-mask: url('../icons/shopping-cart.svg') center/contain no-repeat; }
.single-product-trust { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 0; padding-top: 12px; border-top: 1px solid var(--pn-sky-2); }
.single-product-trust > div { min-width: 0; gap: 6px; padding: 0 4px; background: transparent; }
.single-product-trust .pn-asset-icon { width: 18px; height: 18px; color: var(--pn-teal); }
.single-product-trust strong { color: var(--pn-muted); font-size: 12px; line-height: 1.2; }
.single-product-trust small { margin-top: 2px; font-size: 12px; line-height: 1.25; }
.product-purchase-panel > .ppcp-messages,
.product-purchase-panel > .ppc-button-wrapper { display: none !important; }
.pawnest-product-page.woocommerce div.product .product_meta { display: none; }
.product-information-layout { clear: both; padding-top: 14px; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs { clear: none; min-width: 0; padding-top: 0; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs ul.tabs { gap: 35px; margin-bottom: 0; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 13px 0; font-size: 12px; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs .panel { max-width: none; margin: 0; padding-top: 25px; color: var(--pn-text); font-size: 12px; line-height: 1.7; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr); gap: 40px; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs .panel p:first-of-type { margin-top: 0; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs .panel ul { margin: 0; padding-left: 19px; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs .panel li { margin: 5px 0; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs table { width: 100%; border-collapse: collapse; }
.pawnest-product-page.woocommerce div.product .woocommerce-tabs th,
.pawnest-product-page.woocommerce div.product .woocommerce-tabs td { padding: 10px; border-bottom: 1px solid var(--pn-line-soft); text-align: left; }
.product-information-section { color: var(--pn-text); }
.product-information-section > h2 { margin: 0 0 20px; color: var(--pn-deep); font-size: 25px; letter-spacing: -.45px; }
.product-information-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  margin-bottom: 16px;
  padding: 26px 28px;
  border: 1px solid var(--pn-line);
  border-radius: 12px;
  background: var(--pn-cream);
}
.product-information-overview > div { min-width: 0; }
.product-information-overview > div + div { margin-left: 34px; padding-left: 34px; border-left: 1px solid var(--pn-line); }
.product-information-overview h3 { margin: 0 0 12px; color: var(--pn-deep); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-information-overview p { margin: 0; font-size: 14px; line-height: 1.75; }
.product-information-features ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.product-information-features li { position: relative; margin: 0; padding-left: 24px; font-size: 13px; line-height: 1.55; }
.product-information-features li::before {
  position: absolute;
  top: .18em;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: #e0f3e7;
  color: #229a52;
  content: '\2713';
  font-size: 12px;
  font-weight: 900;
}
.product-story-list { display: grid; gap: 34px; margin: 34px 0 38px; }
.product-story-row { display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 1fr); align-items: start; gap: clamp(30px, 4.5vw, 58px); }
.product-story-row.is-reversed { grid-template-columns: minmax(0, 1fr) minmax(0, 42%); }
.product-story-row.is-reversed .product-story-media { order: 2; }
.product-story-media { overflow: hidden; border-radius: 14px; background: var(--pn-sky-2); }
.product-story-media img { display: block; width: 100%; aspect-ratio: 1.18; object-fit: cover; }
.product-story-copy { width: 100%; max-width: none; }
.product-story-copy h3 { margin: 0 0 14px; color: var(--pn-deep); font-size: clamp(24px, 2.7vw, 34px); line-height: 1.12; letter-spacing: -.75px; }
.product-story-copy p { margin: 0; color: var(--pn-muted); font-size: 14px; line-height: 1.75; }
.product-story-copy p + p { margin-top: 11px; }
.product-information-accordion { border-top: 1px solid var(--pn-line); }
.product-information-accordion:last-child { border-bottom: 1px solid var(--pn-line); }
.product-information-accordion summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 4px;
  color: var(--pn-deep);
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
  list-style: none;
}
.product-information-accordion summary::-webkit-details-marker { display: none; }
.product-information-accordion summary i { position: relative; width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid var(--pn-line); border-radius: 50%; }
.product-information-accordion summary i::before,
.product-information-accordion summary i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--pn-teal); content: ''; transform: translate(-50%, -50%); }
.product-information-accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .18s ease; }
.product-information-accordion[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.product-information-accordion-content { max-width: 900px; padding: 0 4px 22px; font-size: 13px; line-height: 1.7; }
.product-information-accordion-content > :first-child { margin-top: 0; }
.product-information-accordion-content > :last-child { margin-bottom: 0; }
.product-information-accordion-content table { width: 100%; border-collapse: collapse; }
.product-information-accordion-content th,
.product-information-accordion-content td { padding: 9px 0; border-bottom: 1px solid var(--pn-sky-2); text-align: left; }
.product-information-accordion-content th { width: 34%; color: var(--pn-deep); font-weight: 700; }
.pawnest-product-page .related.products { clear: both; margin-top: 42px; }
.pawnest-product-page .related.products > h2 { margin-bottom: 20px; font-size: 23px; }
.pawnest-product-page .related.products > ul.products { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }

@media (max-width: 980px) {
  .pawnest-product-page.woocommerce div.product div.images,
  .pawnest-product-page.woocommerce div.product div.summary { width: 100%; float: none; }
  .pawnest-product-page.woocommerce div.product div.summary { padding-top: 18px; }
  .pawnest-product-page .woocommerce-product-gallery__image { height: min(720px, 82vw); }
}

@media (max-width: 620px) {
  .pawnest-product-page .single-product-shell { padding-top: 20px; padding-bottom: 42px; }
  .pawnest-product-page { overflow-x: hidden; }
  .pawnest-product-page .single-product-shell,
  .pawnest-product-page.woocommerce div.product,
  .pawnest-product-page.woocommerce div.product div.images,
  .pawnest-product-page.woocommerce div.product div.summary,
  .product-purchase-panel { min-width: 0; max-width: 100%; }
  .pawnest-product-page.woocommerce div.product div.images { margin-bottom: 22px; }
  .pawnest-product-page.woocommerce div.product div.summary { margin-bottom: 25px; }
  .pawnest-product-page .woocommerce-product-gallery__image { height: calc(100vw - 24px); }
  .pawnest-product-page .woocommerce-product-gallery__trigger { top: 10px !important; right: 10px !important; width: 39px !important; height: 39px !important; }
  .pawnest-product-page.woocommerce div.product div.images .flex-control-thumbs { display: flex; overflow-x: auto; }
  .pawnest-product-page.woocommerce div.product div.images .flex-control-thumbs li { flex: 0 0 64px; width: 64px; }
  .pawnest-product-page.woocommerce div.product .product_title { max-width: 100%; font-size: 27px; overflow-wrap: anywhere; }
  .product-summary-intro,
  .product-feature-icons span { max-width: 100%; overflow-wrap: anywhere; }
  .product-feature-icons { gap: 9px; }
  .product-feature-icons .pn-asset-icon { width: 28px; height: 28px; }
  .product-feature-icons span { font-size: 12px; }
  .pawnest-product-page.woocommerce div.product .product-purchase-panel form.cart { grid-template-columns: 106px minmax(0, 1fr); }
  .pawnest-product-page.woocommerce div.product form.cart .button { min-width: 0 !important; width: 100% !important; }
  .single-product-trust { grid-template-columns: 1fr; gap: 10px; }
  .single-product-trust > div { align-items: center; }
  .pawnest-product-page.woocommerce div.product .woocommerce-tabs ul.tabs { gap: 23px; overflow-x: auto; }
  .pawnest-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
  .pawnest-product-page.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description { grid-template-columns: 1fr; gap: 8px; }
  .pawnest-product-page .related.products > ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}

@media (min-width: 861px) {
  .pawnest-product-page .related.products > ul.products { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
}

/* Approved WooCommerce reviews replace development-only sample social proof. */
.home .verified-reviews .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home .verified-reviews .review-card { min-height: 200px; }
.home .verified-reviews .review-card p { margin: 12px 0 18px; font-size: 13px; line-height: 1.6; }
.home .verified-reviews .review-card footer { margin-top: auto; padding-left: 0; }
.home .verified-reviews .review-card footer strong { font-size: 12px; }
.home .verified-reviews .review-card footer a { margin-top: 3px; color: var(--pn-teal); font-size: 12px; }
.review-verified-label { display: inline-flex; width: max-content; margin-bottom: 8px; padding: 4px 8px; border-radius: 999px; background: #e8f5f2; color: var(--pn-teal); font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.review-rating .star-rating { float: none; margin: 0; color: var(--pn-orange); }

@media (max-width: 900px) {
  .home .verified-reviews .review-grid { grid-template-columns: 1fr; }
}

/* Let the newsletter colour reach both sides without moving its contents. */
.site-footer .newsletter-band {
  z-index: 0;
  isolation: isolate;
  background: transparent;
  box-shadow: none;
}
.site-footer .newsletter-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(95deg, var(--pn-teal), var(--pn-teal));
}

/* Product summary refinement — concise actions and one variation group per row. */
.product-review-stock-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
  margin: 0 0 28px;
}
.product-review-stock-summary .product-review-summary { margin: 0; }
.product-review-stock-summary .product-review-summary span { font-size: 22px; letter-spacing: 1px; }
.product-review-stock-summary .product-review-summary small { color: var(--pn-deep); font-size: 13px; }
.product-review-stock-summary .product-stock-status { margin: 0; color: var(--pn-deep); font-size: 13px; font-weight: 650; }
.product-review-stock-summary .product-stock-status i {
  display: grid;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  place-items: center;
  border-radius: 50%;
  background: #29a650;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.product-review-stock-summary .product-stock-status i::after { content: '\2713'; }
.pawnest-product-page.woocommerce div.product p.price { margin-bottom: 28px; font-size: 28px; font-weight: 800; }
.pawnest-product-page.woocommerce div.product p.price::after { content: ' AUD'; }
.pawnest-product-page.woocommerce div.product p.price del::after,
.pawnest-product-page.woocommerce div.product p.price ins::after { content: none; }
.product-summary-short-description { margin: -17px 0 24px; color: var(--pn-muted); font-size: 13px; line-height: 1.6; }

.product-purchase-panel { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.pawnest-product-page.woocommerce div.product .product-purchase-panel form.cart { margin: 0 !important; }
.pawnest-product-page.woocommerce div.product .product-purchase-panel form.cart:not(.variations_form) {
  grid-template-columns: 145px minmax(0, 1fr) !important;
}
.pawnest-product-page.woocommerce div.product form.cart.variations_form { display: block !important; }
.pawnest-product-page.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 18px;
  margin-top: 26px;
}
.pawnest-product-page.woocommerce div.product form.cart .quantity { height: 45px; border-color: var(--pn-line); border-radius: 7px; }
.pawnest-product-page.woocommerce div.product form.cart .quantity .qty,
.pawnest-product-page.woocommerce div.product form.cart .product-quantity-button { height: 43px; line-height: 43px; }
.pawnest-product-page.woocommerce div.product form.cart .product-quantity-button { display: grid; place-items: center; }
.pawnest-product-page.woocommerce div.product form.cart .product-buy-now { display: none !important; }
.pawnest-product-page.woocommerce div.product form.cart .single_add_to_cart_button {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(90deg, var(--pn-deep), var(--pn-teal));
  color: #fff;
  font-size: 16px;
}

.pawnest-product-page.woocommerce div.product form.cart table.variations { display: block; width: 100%; margin: 0; }
.pawnest-product-page.woocommerce div.product form.cart table.variations tbody,
.pawnest-product-page.woocommerce div.product form.cart table.variations tr,
.pawnest-product-page.woocommerce div.product form.cart table.variations td { display: block; width: 100%; }
.pawnest-product-page.woocommerce div.product form.cart table.variations tr { margin: 0 0 26px; }
.pawnest-product-page.woocommerce div.product form.cart table.variations th.label { display: none; }
.pawnest-product-page.woocommerce div.product form.cart table.variations td.value { padding: 0; }
.pawnest-variation-label { display: block; margin-bottom: 12px; color: var(--pn-deep); font-size: 14px; font-weight: 650; }
.pawnest-variation-options { display: flex; flex-wrap: wrap; gap: 10px; }
.pawnest-variation-option {
  min-width: 98px;
  min-height: 46px;
  padding: 9px 21px;
  border: 1px solid var(--pn-line);
  border-radius: 7px;
  background: #fff;
  color: var(--pn-deep);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}
.pawnest-variation-option.is-selected { border-color: var(--pn-teal); background: var(--pn-teal); color: #fff; }
.pawnest-variation-option:disabled { cursor: not-allowed; opacity: .35; }
.pawnest-variation-options.is-color { gap: 17px; }
.pawnest-variation-options.is-color .pawnest-variation-option.is-swatch {
  position: relative;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px var(--pn-line);
}
.pawnest-variation-options.is-color .pawnest-variation-option.is-swatch::before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--pawnest-swatch-color);
  content: '';
}
.pawnest-variation-options.is-color .pawnest-variation-option.is-swatch.is-selected { border-color: var(--pn-teal); }
.pawnest-variation-options.is-color .pawnest-variation-option.is-swatch.is-selected::after {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--pn-teal);
  color: #fff;
  content: '\2713';
  font-size: 12px;
  font-weight: 800;
}
.pawnest-variation-options.is-color .pawnest-variation-option.is-swatch span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.pawnest-native-variation { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.pawnest-product-page.woocommerce div.product form.cart .reset_variations { display: none !important; }
.pawnest-product-page.woocommerce div.product .single_variation_wrap .woocommerce-variation { margin: -7px 0 16px; }

.product-delivery-note { display: flex; align-items: center; gap: 12px; margin: 24px 0 22px; color: #111; font-size: 13px; }
.product-delivery-note .pn-asset-icon { width: 23px; height: 23px; flex: 0 0 auto; color: #111; }
.single-product-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--pn-line);
}
.single-product-trust > span {
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  text-decoration: none;
}
.single-product-trust .pn-asset-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  color: #111;
}
.single-product-trust .trust-copy { display: block; min-width: 0; padding-top: 1px; }
.single-product-trust .trust-copy strong { display: block; color: #111; font-size: 12px; font-weight: 750; line-height: 1.25; }
.single-product-trust .trust-copy small { display: block; margin-top: 3px; color: #111; font-size: 12px; font-weight: 500; line-height: 1.4; }

@media (max-width: 620px) {
  .product-review-stock-summary { gap: 10px 20px; margin-bottom: 22px; }
  .pawnest-product-page.woocommerce div.product p.price { margin-bottom: 24px; }
  .pawnest-product-page.woocommerce div.product .product-purchase-panel form.cart:not(.variations_form),
  .pawnest-product-page.woocommerce div.product form.cart .woocommerce-variation-add-to-cart { grid-template-columns: 112px minmax(0, 1fr) !important; gap: 10px; }
  .pawnest-variation-option { min-width: 86px; padding-right: 16px; padding-left: 16px; }
  .product-delivery-note { align-items: flex-start; font-size: 12px; line-height: 1.45; }
  .single-product-trust { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; max-width: none; }
  .single-product-trust > span { min-height: 0; flex-direction: column; align-items: center; justify-content: flex-start; gap: 6px; padding: 0; text-align: center; }
  .single-product-trust .pn-asset-icon { width: 23px; height: 23px; flex-basis: 23px; }
  .single-product-trust .trust-copy strong { font-size: 12px; }
  .single-product-trust .trust-copy small { font-size: 12px; line-height: 1.35; }
  .product-information-section > h2 { margin-bottom: 15px; font-size: 23px; }
  .product-information-overview { grid-template-columns: 1fr; padding: 20px; }
  .product-information-overview > div + div { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--pn-line); border-left: 0; }
  .product-information-overview p { font-size: 13px; }
  .product-story-list { gap: 26px; margin: 26px 0 30px; }
  .product-story-row { grid-template-columns: 1fr; gap: 18px; }
  .product-story-row.is-reversed { grid-template-columns: 1fr; }
  .product-story-row.is-reversed .product-story-media { order: initial; }
  .product-story-media img { aspect-ratio: 1.25; }
  .product-story-copy h3 { margin-bottom: 10px; font-size: 25px; }
  .product-story-copy p { font-size: 13px; }
  .product-information-accordion summary { min-height: 54px; font-size: 14px; }
  .product-information-accordion-content { padding-bottom: 18px; font-size: 12px; }
}

/* WooCommerce resets image margins inside product loops; the shared card owns this spacing. */
.woocommerce ul.products li.product .product-card-media > img { margin: 0; }

/* Shop grids arrange the same 210px card used by the homepage without stretching it. */
.shop-products-area > ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pawnest-product-page .related.products > ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 860px) {
  .shop-products-area > ul.products,
  .pawnest-product-page .related.products > ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .shop-products-area > ul.products,
  .pawnest-product-page .related.products > ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .shop-products-area .product-card h3 { min-height: 66px; }
  .home .promo-grid > .promo-card:last-child:nth-child(odd) { grid-column: 1 / -1; aspect-ratio: 2 / 1; }
}

@media (min-width: 861px) {
  .pawnest-product-page .related.products > ul.products { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
}

/* Launch purchase guidance, scoped to the existing card and summary layouts. */
.home .product-card-summary { margin: 0 0 10px; color: var(--pn-text); font-size: 13px; line-height: 1.5; }
.home .product-card-price { margin-top: auto; }
.single-product-trust .trust-copy a { text-decoration: underline; text-underline-offset: 3px; }
.product-purchase-returns { margin-top: 18px; }


/* Readable minimum for default small text and the shared cart drawer. */
:where(.site-header, .site-content, .site-footer, .rj-cart-drawer) :where(small, sub, sup) {
  font-size: max(12px, .83em);
}
body .rj-cart-count,
body .rj-cart-drawer__details dl.variation,
body .rj-cart-drawer__remove,
body .rj-cart-drawer__footer p {
  font-size: 12px;
}

/* Quantity on its own row; equally sized purchase actions below. */
.pawnest-product-page.woocommerce div.product .product-purchase-panel form.cart:not(.variations_form),
.pawnest-product-page.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
.pawnest-product-page.woocommerce div.product form.cart .quantity {
  width: 145px;
  grid-column: 1 / -1 !important;
  justify-self: start;
}
.pawnest-product-page.woocommerce div.product form.cart .single_add_to_cart_button {
  grid-column: 1 !important;
  grid-row: 2 !important;
  min-width: 0;
  width: 100%;
  border: 1px solid var(--pn-teal);
  background: #fff;
  color: var(--pn-teal);
}
.pawnest-product-page.woocommerce div.product form.cart .product-buy-now {
  display: inline-flex !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, var(--pn-deep), var(--pn-teal));
  color: #fff;
}
.pawnest-product-page.woocommerce div.product form.cart .product-buy-now::before { content: none; }
@media (max-width: 620px) {
  .pawnest-product-page.woocommerce div.product form.cart .quantity { width: 112px; }
}

/* Cart drawer inherits the storefront palette. */
.rj-cart-count { background: var(--pn-teal); }
.rj-cart-drawer { color: var(--pn-ink); }
.rj-cart-drawer__header { border-bottom: 1px solid var(--pn-sky-2); }
.rj-cart-drawer__header h2 { color: var(--pn-ink); }
.rj-cart-drawer__close { color: var(--pn-ink); }
.rj-cart-drawer__close:hover,
.rj-cart-drawer__close:focus-visible { background: var(--pn-sky); }
.rj-cart-drawer__item { border-bottom: 1px solid var(--pn-sky-2); }
.rj-cart-drawer__image { background: var(--pn-sky); }
.rj-cart-drawer__name { color: var(--pn-ink); }
.rj-cart-drawer__details dl.variation { color: var(--pn-muted); }
.rj-cart-drawer__unit-price { color: var(--pn-muted); }
.rj-cart-drawer__quantity { border: 1px solid var(--pn-line); }
.rj-cart-drawer__quantity button { color: var(--pn-ink); }
.rj-cart-drawer__quantity button:hover:not(:disabled) { background: var(--pn-sky); }
.rj-cart-drawer__quantity button:disabled { color: var(--pn-line); }
.rj-cart-drawer__remove { color: var(--pn-muted); }
.rj-cart-drawer__line-total { color: var(--pn-ink); }
.rj-cart-drawer__footer { border-top: 1px solid var(--pn-sky-2); }
.rj-cart-drawer__total { color: var(--pn-ink); }
.rj-cart-drawer__footer p { color: var(--pn-muted); }
.rj-cart-drawer__checkout { background: var(--pn-teal); }
.rj-cart-drawer__checkout:hover,
.rj-cart-drawer__checkout:focus-visible { background: var(--pn-deeper); }
.rj-cart-drawer__empty svg { stroke: var(--pn-teal); }
.rj-cart-drawer__empty p { color: var(--pn-ink); }
