:root {
  --petlf-ink: #082f26;
  --petlf-forest: #073c2d;
  --petlf-forest-2: #0d5941;
  --petlf-blue: #169fe8;
  --petlf-navy: #082f61;
  --petlf-leaf: #3b9a53;
  --petlf-cream: #f7f0e4;
  --petlf-paper: #fffdfa;
  --petlf-line: #dce5df;
  --petlf-muted: #5e6b66;
  --petlf-radius: 24px;
  --petlf-shadow: 0 22px 54px rgba(7, 60, 45, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.petlf-theme { margin: 0; overflow-x: hidden; background: var(--petlf-paper); color: var(--petlf-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; }
body.petlf-menu-open { overflow: hidden; }
.petlf-theme img { max-width: 100%; height: auto; }
.petlf-theme a { color: inherit; text-decoration: none; }
.petlf-theme button, .petlf-theme input, .petlf-theme textarea, .petlf-theme select { font: inherit; }
.petlf-shell { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: var(--petlf-forest); }

.petlf-announcement { min-height: 36px; display: grid; place-items: center; background: var(--petlf-navy); color: #fff; font-size: 12px; letter-spacing: .04em; }
.petlf-announcement p { margin: 0; }
.petlf-site-header { position: relative; z-index: 30; background: rgba(255, 253, 250, .98); }
.petlf-utility { min-height: 34px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--petlf-line); color: var(--petlf-muted); font-size: 12px; }
.petlf-utility > div { display: flex; gap: 24px; }
.petlf-utility a:hover { color: var(--petlf-blue); }
.petlf-masthead { min-height: 94px; display: grid; grid-template-columns: 235px minmax(280px, 680px) 190px; gap: 34px; align-items: center; }
.petlf-logo-wrap { min-width: 0; }
.petlf-logo-wrap .custom-logo-link { display: block; }
.petlf-logo-wrap .custom-logo { display: block; max-width: 215px; max-height: 72px; object-fit: contain; }
.petlf-wordmark { display: inline-flex; flex-direction: column; width: max-content; }
.petlf-wordmark > span { font-size: 44px; line-height: .88; letter-spacing: -.075em; font-weight: 900; }
.petlf-wordmark b { color: var(--petlf-forest); }
.petlf-wordmark i { color: var(--petlf-blue); font-style: normal; }
.petlf-wordmark small { margin-top: 8px; color: var(--petlf-forest); font-weight: 800; font-size: 7.6px; letter-spacing: .24em; }
.petlf-search, .woocommerce-product-search { height: 48px; margin: 0; display: grid; grid-template-columns: 1fr auto; overflow: hidden; border: 1.5px solid #b9c8bf; border-radius: 999px; background: #fff; transition: .2s ease; }
.petlf-search:focus-within, .woocommerce-product-search:focus-within { border-color: var(--petlf-forest-2); box-shadow: 0 0 0 4px rgba(13, 89, 65, .09); }
.petlf-search input, .woocommerce-product-search input { min-width: 0; width: 100%; border: 0; outline: 0; padding: 0 20px; color: var(--petlf-ink); background: transparent; }
.petlf-search button, .woocommerce-product-search button { border: 0; padding: 0 25px; background: var(--petlf-forest); color: #fff; font-weight: 750; cursor: pointer; }
.petlf-header-actions { display: flex; justify-content: flex-end; gap: 24px; }
.petlf-header-actions a { position: relative; display: grid; justify-items: center; gap: 3px; }
.petlf-header-actions a > span:first-child { font-size: 23px; line-height: 1; }
.petlf-header-actions small { font-size: 11px; }
.petlf-cart-count { position: absolute; right: -8px; top: -7px; min-width: 18px; height: 18px; padding-inline: 4px; display: grid; place-items: center; border-radius: 50%; background: var(--petlf-blue); color: #fff; font-size: 10px; }

.petlf-category-nav { min-height: 52px; position: relative; border-block: 1px solid var(--petlf-line); }
.petlf-nav-inner { min-height: 52px; display: flex; align-items: stretch; }
.petlf-mega-toggle { margin-right: 12px; padding: 0 24px; display: flex; align-items: center; gap: 30px; border: 0; background: var(--petlf-forest); color: #fff; font-weight: 760; cursor: pointer; }
.petlf-mega-toggle i { font-style: normal; transition: transform .2s ease; }
.petlf-mega-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
.petlf-primary-menu, .petlf-primary-menu ul { margin: 0; padding: 0; list-style: none; }
.petlf-primary-menu { display: flex; align-items: stretch; }
.petlf-primary-menu > li { position: relative; display: flex; align-items: stretch; }
.petlf-primary-menu > li > a { padding: 0 18px; display: flex; align-items: center; position: relative; font-size: 14px; font-weight: 680; white-space: nowrap; }
.petlf-primary-menu > li > a::after { content: ''; position: absolute; left: 18px; right: 18px; bottom: -1px; height: 3px; background: var(--petlf-blue); transform: scaleX(0); transition: .2s ease; }
.petlf-primary-menu > li:hover > a::after, .petlf-primary-menu > .current-menu-item > a::after { transform: scaleX(1); }
.petlf-primary-menu .sub-menu { min-width: 210px; padding: 12px; position: absolute; top: 100%; left: 0; display: none; border: 1px solid var(--petlf-line); border-radius: 0 0 14px 14px; background: #fff; box-shadow: var(--petlf-shadow); }
.petlf-primary-menu li:hover > .sub-menu, .petlf-primary-menu li:focus-within > .sub-menu { display: block; }
.petlf-primary-menu .sub-menu a { padding: 9px 11px; display: block; border-radius: 8px; font-size: 13px; }
.petlf-primary-menu .sub-menu a:hover { background: #f2f7f3; }
.petlf-deal-link { margin-left: auto; padding-left: 18px; display: flex; align-items: center; color: #08769e !important; font-size: 14px; font-weight: 750; white-space: nowrap; }
.petlf-mega-panel { position: absolute; top: calc(100% + 1px); inset-inline: 0; border-bottom: 1px solid var(--petlf-line); background: #fff; box-shadow: var(--petlf-shadow); }
.petlf-mega-panel[hidden] { display: none; }
.petlf-mega-grid { min-height: 340px; padding-block: 36px 42px; display: grid; grid-template-columns: 1.05fr 2fr .85fr; gap: 50px; }
.petlf-mega-grid > aside { padding: 4px 42px 0 0; border-right: 1px solid var(--petlf-line); }
.petlf-kicker { display: block; margin-bottom: 12px; color: var(--petlf-forest-2); font-size: 11px; font-weight: 850; letter-spacing: .18em; }
.petlf-kicker-light { color: #9ce5c2; }
.petlf-mega-grid aside h2 { margin: 10px 0; font-size: 31px; letter-spacing: -.045em; }
.petlf-mega-grid aside p { color: var(--petlf-muted); line-height: 1.7; font-size: 14px; }
.petlf-mega-grid aside a { display: inline-block; margin-top: 16px; padding-bottom: 3px; border-bottom: 1px solid; font-weight: 750; }
.petlf-mega-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.petlf-mega-groups h3 { margin: 5px 0 16px; font-size: 14px; }
.petlf-mega-groups a { display: block; padding: 7px 0; color: #52615b; font-size: 13px; transition: .2s ease; }
.petlf-mega-groups a:hover { color: var(--petlf-blue); transform: translateX(2px); }
.petlf-mega-feature { align-self: stretch; padding: 26px; display: flex; flex-direction: column; justify-content: end; border-radius: 20px; color: #fff; background: radial-gradient(circle at 90% 0%, rgba(45, 180, 111, .75), transparent 43%), var(--petlf-forest); }
.petlf-mega-feature > span { margin-bottom: auto; font-size: 10px; letter-spacing: .18em; opacity: .8; }
.petlf-mega-feature h3 { margin: 34px 0 12px; font-size: 25px; line-height: 1.15; }
.petlf-mega-feature p, .petlf-mega-feature b { font-size: 12px; }

.petlf-hero { height: min(610px, calc(100vh - 216px)); min-height: 500px; margin-top: 26px; position: relative; overflow: hidden; border-radius: 30px; background: var(--petlf-cream); }
.petlf-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249, 240, 226, .98), rgba(249, 240, 226, .88) 29%, rgba(249, 240, 226, .08) 58%, transparent); }
.petlf-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.petlf-hero-copy { width: min(560px, 49%); height: 100%; padding-left: clamp(42px, 6vw, 92px); position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.petlf-hero h1 { margin: 0; max-width: 560px; font-size: clamp(48px, 5.1vw, 76px); line-height: .98; letter-spacing: -.065em; }
.petlf-hero-copy p { max-width: 460px; margin: 24px 0 28px; color: #44544e; font-size: 17px; line-height: 1.75; }
.petlf-hero-actions { display: flex; gap: 12px; }
.petlf-button { min-width: 128px; min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 14px; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease; }
.petlf-button:hover { transform: translateY(-2px); }
.petlf-button-primary { background: var(--petlf-forest); color: #fff !important; box-shadow: 0 10px 20px rgba(7, 60, 45, .18); }
.petlf-button-secondary { border: 1.5px solid var(--petlf-forest); }
.petlf-button-pale { background: #f1eadc; color: var(--petlf-forest) !important; }
.petlf-hero-stamp { width: 112px; aspect-ratio: 1; position: absolute; z-index: 3; right: 28px; top: 26px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(7, 60, 45, .34); border-radius: 50%; background: rgba(255, 253, 250, .78); backdrop-filter: blur(8px); transform: rotate(5deg); }
.petlf-hero-stamp strong { font-size: 20px; letter-spacing: -.05em; }
.petlf-hero-stamp span { margin-top: 4px; font-size: 7px; letter-spacing: .18em; }
.petlf-promises { margin-top: 22px; border-block: 1px solid var(--petlf-line); background: #fff; }
.petlf-promise-grid { min-height: 90px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.petlf-promise-grid > div { min-height: 45px; padding: 4px 28px; display: grid; gap: 5px; align-content: center; border-right: 1px solid var(--petlf-line); }
.petlf-promise-grid > div:first-child { padding-left: 0; }
.petlf-promise-grid > div:last-child { border-right: 0; }
.petlf-promise-grid b { font-size: 13px; }
.petlf-promise-grid span { color: var(--petlf-muted); font-size: 11px; }

.petlf-section { padding-block: 112px; }
.petlf-section-heading { margin-bottom: 42px; }
.petlf-section-heading h2, .petlf-page-heading h1 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1; letter-spacing: -.055em; }
.petlf-section-heading-split { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.petlf-section-heading-split > p { max-width: 380px; margin: 0; color: var(--petlf-muted); line-height: 1.7; font-size: 14px; }
.petlf-row-heading { display: flex; align-items: end; justify-content: space-between; }
.petlf-pet-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.petlf-pet-card { padding: 8px 6px 18px; text-align: center; border-radius: 22px; transition: .25s ease; }
.petlf-pet-card:hover { transform: translateY(-5px); background: #f5f8f5; }
.petlf-pet-orb { aspect-ratio: 1; position: relative; overflow: hidden; display: grid; place-items: center; border-radius: 50%; }
.petlf-pet-orb::before, .petlf-pet-orb::after { content: ''; position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .55); }
.petlf-pet-orb::before { width: 68%; height: 68%; left: -23%; top: -18%; }
.petlf-pet-orb::after { width: 38%; height: 38%; right: -5%; bottom: -8%; }
.petlf-pet-orb span { width: 54%; aspect-ratio: 1; position: relative; z-index: 1; display: grid; place-items: center; border-radius: 45% 55% 52% 48%; background: rgba(255, 255, 255, .8); font-family: Georgia, serif; font-size: clamp(29px, 3vw, 50px); font-weight: 900; box-shadow: 0 14px 40px rgba(15, 55, 43, .08); transform: rotate(-5deg); }
.petlf-tone-mint { background: #cdebd7; }.petlf-tone-sky { background: #caeaf8; }.petlf-tone-peach { background: #f6d8c6; }.petlf-tone-aqua { background: #ccebe6; }.petlf-tone-sun { background: #f5e3aa; }.petlf-tone-moss { background: #d6e0bc; }
.petlf-pet-card h3 { margin: 18px 0 4px; font-size: 18px; }
.petlf-pet-card p { margin: 0 0 10px; color: var(--petlf-muted); font-size: 11px; }
.petlf-pet-card b { font-size: 11px; }

.petlf-editorial-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 20px; }
.petlf-editorial-card { min-height: 510px; padding: 42px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--petlf-radius); }
.petlf-editorial-card > div:not(.petlf-bowl-art):not(.petlf-trail-art) { max-width: 54%; position: relative; z-index: 2; }
.petlf-editorial-card h2 { margin: 0 0 18px; font-size: clamp(36px, 4vw, 58px); line-height: .99; letter-spacing: -.055em; }
.petlf-editorial-card p { line-height: 1.7; font-size: 14px; }
.petlf-editorial-card a { display: inline-block; margin-top: 20px; padding-bottom: 3px; border-bottom: 1px solid; font-size: 13px; font-weight: 750; }
.petlf-editorial-number { position: relative; z-index: 2; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.petlf-nutrition { background: #d6eee1; }
.petlf-adventure { background: var(--petlf-blue); color: #fff; }
.petlf-adventure > div:not(.petlf-trail-art) { max-width: 70%; }
.petlf-bowl-art { width: 43%; aspect-ratio: 1; position: absolute; right: 3%; bottom: 2%; display: grid; place-items: center; border-radius: 50%; background: #f8f0e2; box-shadow: inset 0 -28px 0 rgba(7, 60, 45, .08), 0 24px 50px rgba(7, 60, 45, .1); transform: rotate(-8deg); }
.petlf-bowl-art::before { content: ''; width: 65%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 20% 20%, #8a5c37 0 4%, transparent 5%), radial-gradient(circle at 65% 35%, #a36c40 0 4%, transparent 5%), #c98e55; background-size: 40px 40px; box-shadow: inset 0 0 0 20px #efe4d4; }
.petlf-bowl-art i { width: 31%; height: 7%; position: absolute; bottom: 18%; border-radius: 50%; background: #fff; }
.petlf-bowl-art b { position: absolute; bottom: 9%; font-size: 10px; letter-spacing: .12em; }
.petlf-trail-art { width: 78%; aspect-ratio: 1; position: absolute; right: -11%; bottom: -21%; display: grid; place-items: center; border: 2px solid rgba(255, 255, 255, .26); border-radius: 50%; }
.petlf-trail-art::before, .petlf-trail-art::after { content: ''; position: absolute; inset: 13%; border: 2px solid rgba(255, 255, 255, .2); border-radius: 50%; }
.petlf-trail-art::after { inset: 27%; }
.petlf-trail-art span { font-size: 110px; font-weight: 900; opacity: .12; }
.petlf-trail-art i { width: 130px; height: 65px; position: absolute; right: 15%; top: 26%; border-radius: 80% 30% 70% 30%; background: #95dfb4; transform: rotate(-18deg); }

.petlf-product-section { margin-top: 112px; background: #f4f7f4; }
.petlf-product-section.petlf-section { padding-block: 92px 102px; }
.petlf-text-link { padding-bottom: 4px; border-bottom: 1px solid; font-size: 13px; font-weight: 750; }
.petlf-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.petlf-product-card { overflow: hidden; border: 1px solid #e4e9e5; border-radius: 20px; background: #fff; transition: .24s ease; }
.petlf-product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7, 60, 45, .09); }
.petlf-product-media { height: 305px; position: relative; overflow: hidden; display: grid; place-items: center; background: #eef1ed; }
.petlf-product-media::before { content: ''; width: 72%; aspect-ratio: 1; position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .75); }
.petlf-product-media > img { width: 82%; height: 82%; position: relative; z-index: 1; object-fit: contain; mix-blend-mode: multiply; }
.petlf-product-tag { position: absolute; z-index: 2; left: 16px; top: 16px; padding: 6px 9px; border-radius: 999px; background: var(--petlf-navy); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.petlf-demo-pack { width: 43%; height: 64%; padding: 24px 14px 17px; position: relative; z-index: 1; display: flex; flex-direction: column; border-radius: 8px 8px 14px 14px; color: #fff; text-align: center; background: var(--petlf-forest); box-shadow: 0 24px 34px rgba(20, 40, 32, .18); transform: rotate(-2deg); }
.petlf-demo-pack::before { content: ''; position: absolute; top: -6px; left: 4%; width: 92%; height: 16px; border-radius: 4px; background: inherit; filter: brightness(.86); }
.petlf-demo-pack small { font-size: 7px; letter-spacing: .12em; }
.petlf-demo-pack strong { margin: auto; font-size: 28px; line-height: .78; letter-spacing: -.08em; }
.petlf-demo-pack i { font-style: normal; font-size: 6px; letter-spacing: .13em; }
.petlf-pack-1 { background: #0f69aa; }.petlf-pack-2 { background: #efe0c6; color: var(--petlf-forest); }.petlf-pack-3 { background: #75a958; }
.petlf-product-info { padding: 20px; }
.petlf-product-brand { color: #678076; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.petlf-product-info h3 { margin: 7px 0 6px; font-size: 16px; letter-spacing: -.02em; }
.petlf-product-info p { min-height: 18px; margin: 0; color: var(--petlf-muted); font-size: 11px; }
.petlf-rating { margin-top: 12px; color: #e6a529; font-size: 10px; letter-spacing: 1px; }
.petlf-product-bottom { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.petlf-price { font-size: 17px; font-weight: 800; }
.petlf-price del { color: #929c98; font-size: 11px; font-weight: 400; }.petlf-price ins { text-decoration: none; }
.petlf-add-button { min-height: 37px; padding: 0 17px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--petlf-forest); color: #fff !important; font-size: 11px; font-weight: 750; white-space: nowrap; }

.petlf-services { padding-block: 120px; color: #fff; background: radial-gradient(circle at 0 100%, #166b50, transparent 36%), var(--petlf-forest); }
.petlf-services-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.petlf-services-intro h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; letter-spacing: -.06em; }
.petlf-services-intro p { max-width: 500px; margin: 28px 0 32px; color: #c4d8cf; line-height: 1.8; }
.petlf-service-list { border-top: 1px solid rgba(255, 255, 255, .22); }
.petlf-service-row { padding: 34px 0; display: grid; grid-template-columns: 42px 1fr auto; gap: 22px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.petlf-service-row > span { align-self: start; color: #7ebfa2; font-size: 11px; }
.petlf-service-row h3 { margin: 0 0 8px; font-size: 24px; }.petlf-service-row p { margin: 0; color: #b6cec3; line-height: 1.6; font-size: 13px; }.petlf-service-row > b { font-size: 12px; }
.petlf-club { min-height: 460px; margin-block: 110px; padding: 70px; position: relative; overflow: hidden; display: grid; grid-template-columns: 220px 1fr .7fr; gap: 70px; align-items: center; border-radius: 28px; background: var(--petlf-cream); }
.petlf-club::after { content: ''; width: 430px; aspect-ratio: 1; position: absolute; right: -110px; top: -150px; border: 80px solid rgba(22, 159, 232, .08); border-radius: 50%; }
.petlf-club-mark { width: 210px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid #a7b8ae; border-radius: 50%; box-shadow: inset 0 0 0 13px var(--petlf-cream), inset 0 0 0 14px #c0ccc4; }
.petlf-club-mark span { color: var(--petlf-forest); font-family: Georgia, serif; font-size: 88px; font-weight: 900; line-height: .85; }.petlf-club-mark small { margin-top: 11px; font-size: 8px; font-weight: 850; letter-spacing: .18em; }
.petlf-club-copy { position: relative; z-index: 2; }.petlf-club-copy h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.02; letter-spacing: -.055em; }.petlf-club-copy p { max-width: 590px; margin: 23px 0 28px; color: var(--petlf-muted); line-height: 1.8; font-size: 14px; }
.petlf-club-points { position: relative; z-index: 2; display: grid; }.petlf-club-points div { padding: 20px 0; display: flex; align-items: baseline; gap: 14px; border-bottom: 1px solid #ccd7d0; }.petlf-club-points b { min-width: 68px; font-size: 31px; letter-spacing: -.055em; }.petlf-club-points span { color: var(--petlf-muted); font-size: 12px; }

.petlf-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.petlf-guide-card { overflow: hidden; border: 1px solid var(--petlf-line); border-radius: 22px; }.petlf-guide-visual { height: 320px; position: relative; overflow: hidden; display: grid; place-items: center; }.petlf-guide-visual::before, .petlf-guide-visual::after { content: ''; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(8, 47, 38, .22); border-radius: 50%; }.petlf-guide-visual::after { width: 48%; }.petlf-guide-visual span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 116px; font-weight: 900; }.petlf-guide-visual i { width: 70px; height: 70px; position: absolute; right: 15%; bottom: 14%; border-radius: 50% 50% 15% 50%; background: rgba(255, 255, 255, .5); transform: rotate(28deg); }.petlf-guide-blue .petlf-guide-visual { background: #cdebf6; }.petlf-guide-cream .petlf-guide-visual { background: #f1e3cd; }.petlf-guide-green .petlf-guide-visual { background: #d6e9d2; }.petlf-guide-card > div:last-child { padding: 24px 25px 26px; background: #fff; }.petlf-guide-card > div:last-child > span { color: #74827c; font-size: 9px; font-weight: 800; letter-spacing: .13em; }.petlf-guide-card h3 { min-height: 56px; margin: 10px 0 20px; font-size: 20px; line-height: 1.4; letter-spacing: -.03em; }.petlf-guide-card b { font-size: 11px; }

.petlf-newsletter { padding-block: 70px; color: #fff; background: var(--petlf-blue); }.petlf-newsletter-inner { display: grid; grid-template-columns: 1fr minmax(340px, 540px); align-items: center; gap: 80px; }.petlf-newsletter h2 { margin: 0; font-size: clamp(30px, 3vw, 45px); letter-spacing: -.04em; }.petlf-newsletter form { height: 54px; display: grid; grid-template-columns: 1fr auto; border-bottom: 1.5px solid #fff; }.petlf-newsletter input { border: 0; outline: 0; color: #fff; background: transparent; }.petlf-newsletter input::placeholder { color: rgba(255, 255, 255, .72); }.petlf-newsletter button { border: 0; color: #fff; background: transparent; font-weight: 760; cursor: pointer; }
.petlf-footer { padding: 74px 0 28px; color: #d5e2dc; background: #052b21; }.petlf-footer-grid { display: grid; grid-template-columns: 1.65fr repeat(4, 1fr); gap: 50px; }.petlf-footer-grid > div:not(.petlf-footer-brand) { display: flex; flex-direction: column; align-items: start; gap: 13px; }.petlf-footer-grid h3 { margin: 0 0 7px; color: #fff; font-size: 12px; }.petlf-footer-grid a, .petlf-footer-grid p { margin: 0; color: #9db3aa; font-size: 12px; line-height: 1.7; }.petlf-wordmark-light b { color: #fff; }.petlf-footer-brand p { max-width: 260px; margin-top: 22px; }.petlf-footer-bottom { margin-top: 65px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .13); color: #799187; font-size: 10px; }.petlf-footer-menu { margin: 0; padding: 0; display: flex; gap: 20px; list-style: none; }

.petlf-content { padding-block: 90px 120px; }.petlf-page-heading { margin-bottom: 48px; }.petlf-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.petlf-post-card { overflow: hidden; border: 1px solid var(--petlf-line); border-radius: 20px; background: #fff; }.petlf-post-image { height: 260px; display: grid; place-items: center; background: #d6eee1; }.petlf-post-image img { width: 100%; height: 100%; object-fit: cover; }.petlf-post-image span { font-family: Georgia, serif; font-size: 110px; font-weight: 900; }.petlf-post-card > div { padding: 24px; }.petlf-post-card h2 { font-size: 24px; }.petlf-post-card p { color: var(--petlf-muted); line-height: 1.7; }.petlf-entry-wrap { max-width: 980px; }.petlf-entry-content { font-size: 17px; line-height: 1.9; }.petlf-entry-content > * { max-width: 820px; margin-inline: auto; }.petlf-entry-content > .alignwide { max-width: 1200px; }.petlf-entry-content > .alignfull { max-width: none; }.petlf-entry-hero { margin-bottom: 45px; overflow: hidden; border-radius: var(--petlf-radius); }.petlf-comments { margin-top: 70px; padding-top: 40px; border-top: 1px solid var(--petlf-line); }.petlf-not-found { min-height: 68vh; padding-block: 120px; display: flex; flex-direction: column; align-items: start; justify-content: center; }.petlf-not-found h1 { max-width: 800px; margin: 0; font-size: clamp(52px, 7vw, 96px); line-height: .95; letter-spacing: -.07em; }.petlf-not-found p { margin: 26px 0; color: var(--petlf-muted); }

/* WooCommerce integration */
.petlf-woocommerce-wrap { max-width: 1440px; }.woocommerce .woocommerce-breadcrumb { margin-bottom: 24px; color: var(--petlf-muted); font-size: 12px; }.woocommerce-products-header__title, .woocommerce div.product .product_title { font-size: clamp(36px, 4vw, 58px); letter-spacing: -.05em; }.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 16px; overflow: hidden; border: 1px solid var(--petlf-line); border-radius: 20px; background: #fff; }.woocommerce ul.products li.product img { border-radius: 14px; background: #f1f4f1; }.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--petlf-ink); font-size: 16px; }.woocommerce ul.products li.product .price { color: var(--petlf-forest); font-weight: 800; }.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { padding: 12px 18px; border-radius: 999px; background: var(--petlf-forest); color: #fff; }.woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--petlf-forest-2); color: #fff; }.woocommerce span.onsale { min-width: 48px; min-height: 28px; padding: 5px 9px; line-height: 18px; border-radius: 999px; background: var(--petlf-blue); }.woocommerce div.product { display: flow-root; }.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--petlf-forest); }.woocommerce-message, .woocommerce-info { border-top-color: var(--petlf-blue); }.woocommerce-message::before, .woocommerce-info::before { color: var(--petlf-blue); }.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { padding: 13px 15px; border: 1px solid var(--petlf-line); border-radius: 12px; }

@media (max-width: 1100px) {
  .petlf-masthead { grid-template-columns: 185px 1fr 120px; gap: 18px; }
  .petlf-wordmark > span { font-size: 37px; }.petlf-wordmark small { display: none; }
  .petlf-primary-menu > li > a { padding-inline: 13px; font-size: 13px; }
  .petlf-mega-grid { grid-template-columns: .8fr 2fr; gap: 30px; }.petlf-mega-feature { display: none; }
  .petlf-pet-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 14px; }.petlf-pet-orb { width: 82%; margin-inline: auto; }
  .petlf-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .petlf-services-grid { gap: 55px; }.petlf-service-row { grid-template-columns: 35px 1fr; }.petlf-service-row > b { grid-column: 2; }
  .petlf-club { padding: 55px 44px; grid-template-columns: 160px 1fr; gap: 40px; }.petlf-club-mark { width: 150px; }.petlf-club-points { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }.petlf-club-points div { border-bottom: 0; border-right: 1px solid #ccd7d0; }
  .petlf-footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .petlf-shell { width: calc(100% - 24px); }
  .petlf-announcement { min-height: 31px; font-size: 10px; }.petlf-utility { display: none; }
  .petlf-masthead { min-height: 72px; grid-template-columns: 98px 1fr 34px; gap: 10px; }.petlf-wordmark > span { font-size: 28px; }.petlf-header-actions a:first-child, .petlf-header-actions small { display: none; }.petlf-header-actions { gap: 0; }.petlf-logo-wrap .custom-logo { max-width: 95px; max-height: 52px; }
  .petlf-search, .woocommerce-product-search { height: 40px; }.petlf-search input, .woocommerce-product-search input { padding-inline: 13px; font-size: 12px; }.petlf-search button, .woocommerce-product-search button { width: 42px; padding: 0; overflow: hidden; font-size: 0; }.petlf-search button::after, .woocommerce-product-search button::after { content: '⌕'; font-size: 20px; }
  .petlf-category-nav, .petlf-nav-inner { min-height: 46px; }.petlf-nav-inner { width: 100%; padding-left: 12px; overflow-x: auto; scrollbar-width: none; }.petlf-mega-toggle { flex: 0 0 auto; margin-right: 0; padding-inline: 16px; }.petlf-mega-toggle i, .petlf-deal-link { display: none; }.petlf-primary-menu { flex: 0 0 auto; }.petlf-primary-menu > li > a { padding-inline: 14px; font-size: 12px; }.petlf-primary-menu .sub-menu { display: none !important; }
  .petlf-mega-panel { position: fixed; top: 149px; bottom: 0; overflow-y: auto; }.admin-bar .petlf-mega-panel { top: 195px; }.petlf-mega-grid { display: block; padding: 25px 0 48px; }.petlf-mega-grid > aside { padding: 0 0 24px; border: 0; }.petlf-mega-groups { grid-template-columns: repeat(2, 1fr); padding-top: 22px; border-top: 1px solid var(--petlf-line); }.petlf-mega-groups section:last-child { display: none; }
  .petlf-hero { width: 100%; min-height: 650px; height: auto; margin-top: 0; border-radius: 0; }.petlf-hero > img { height: 54%; top: auto; object-position: 68% center; }.petlf-hero::after { background: linear-gradient(180deg, var(--petlf-cream) 0 47%, rgba(247, 240, 228, .2) 72%, transparent); }.petlf-hero-copy { width: auto; height: auto; min-height: 355px; padding: 54px 24px 0; justify-content: flex-start; }.petlf-hero h1 { font-size: 47px; }.petlf-hero-copy p { margin-block: 18px 22px; font-size: 14px; }.petlf-hero-stamp { display: none; }
  .petlf-promise-grid { min-height: 150px; grid-template-columns: repeat(2, 1fr); }.petlf-promise-grid > div { min-height: 58px; padding: 8px 14px; }.petlf-promise-grid > div:first-child { padding-left: 14px; }.petlf-promise-grid > div:nth-child(odd) { border-right: 1px solid var(--petlf-line); }.petlf-promise-grid > div:nth-child(even) { border-right: 0; }.petlf-promise-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--petlf-line); }
  .petlf-section { padding-block: 70px; }.petlf-section-heading { margin-bottom: 30px; }.petlf-section-heading-split { align-items: start; flex-direction: column; gap: 18px; }.petlf-pet-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 8px; }
  .petlf-editorial-grid { width: 100%; grid-template-columns: 1fr; gap: 0; }.petlf-editorial-card { min-height: 470px; padding: 30px 24px; border-radius: 0; }.petlf-editorial-card > div:not(.petlf-bowl-art):not(.petlf-trail-art) { max-width: 78%; }.petlf-editorial-card h2 { font-size: 40px; }.petlf-bowl-art { width: 55%; right: -5%; }
  .petlf-product-section { margin-top: 70px; }.petlf-product-section.petlf-section { padding-block: 68px 75px; }.petlf-product-grid, .woocommerce ul.products { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.petlf-product-card, .woocommerce ul.products li.product { min-width: 82% !important; scroll-snap-align: start; }.petlf-product-media { height: 280px; }
  .petlf-services { padding-block: 78px; }.petlf-services-grid { display: block; }.petlf-services-intro h2 { font-size: 43px; }.petlf-service-list { margin-top: 62px; }.petlf-service-row { padding: 26px 0; }.petlf-service-row > b { display: none; }
  .petlf-club { width: calc(100% - 24px); min-height: 0; margin-block: 70px; padding: 42px 24px; display: block; }.petlf-club-mark { width: 125px; margin-bottom: 42px; }.petlf-club-mark span { font-size: 54px; }.petlf-club-copy h2 { font-size: 39px; }.petlf-club-points { margin-top: 35px; grid-template-columns: 1fr; }.petlf-club-points div { border-right: 0; border-bottom: 1px solid #ccd7d0; }
  .petlf-guide-grid { grid-template-columns: 1fr; }.petlf-guide-visual { height: 300px; }.petlf-newsletter { padding-block: 58px; }.petlf-newsletter-inner { grid-template-columns: 1fr; gap: 28px; }.petlf-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 24px; }.petlf-footer-brand { grid-column: 1 / -1; }.petlf-footer-bottom { margin-top: 48px; flex-direction: column; gap: 10px; }.petlf-post-grid { grid-template-columns: 1fr; }.petlf-content { padding-block: 65px 90px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* PETLF 1.1 — dark brand system and campaign-led storefront */
body.petlf-theme { background: #f2ecdf; font-family: Inter, Avenir, "Segoe UI", Arial, sans-serif; }
.petlf-site-header { background: var(--petlf-forest); color: #fff; }
.petlf-utility { border-color: rgba(255, 255, 255, .16); color: #bfcec8; }
.petlf-utility a:hover { color: #fff; }
.petlf-bundled-logo { display: block; width: 228px; }
.petlf-bundled-logo img, .petlf-footer-logo img { width: 100%; display: block; }
.petlf-search, .woocommerce-product-search { border-color: rgba(255, 255, 255, .32); background: #fff; }
.petlf-header-actions a { color: #fff; }
.petlf-category-nav { border-color: rgba(255, 255, 255, .14); background: #052c23; }
.petlf-mega-toggle { background: var(--petlf-navy); }
.petlf-primary-menu > li > a { color: #fff; }
.petlf-deal-link { color: #74d2ff !important; }
.petlf-mega-panel { color: var(--petlf-ink); }

.petlf-banner-zone { margin-top: 22px; display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(280px, .85fr); gap: 14px; }
.petlf-banner-main { min-height: 560px; position: relative; overflow: hidden; border-radius: 4px; color: #fff; background: var(--petlf-forest); }
.petlf-banner-main > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.petlf-banner-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 34, 26, .98) 0%, rgba(3, 34, 26, .88) 38%, rgba(3, 34, 26, .25) 70%, rgba(3, 34, 26, .05) 100%); }
.petlf-banner-copy { width: min(590px, 63%); min-height: 560px; padding: 54px clamp(34px, 5vw, 76px); position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.petlf-banner-copy h1 { max-width: 590px; margin: 0; font-size: clamp(49px, 5vw, 78px); line-height: .94; letter-spacing: -.065em; }
.petlf-banner-copy p { max-width: 520px; margin: 24px 0 28px; color: #d6e2dd; font-size: 16px; line-height: 1.65; }
.petlf-button-light { color: var(--petlf-forest) !important; background: #fff; box-shadow: 0 12px 26px rgba(0, 0, 0, .2); }
.petlf-button-outline-light { color: #fff !important; border: 1.5px solid rgba(255, 255, 255, .72); }
.petlf-banner-seal { width: 110px; aspect-ratio: 1; padding: 15px; position: absolute; z-index: 2; right: 22px; top: 22px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255, 255, 255, .56); border-radius: 50%; background: rgba(4, 39, 30, .68); backdrop-filter: blur(6px); }
.petlf-banner-seal strong { font-size: 17px; }
.petlf-banner-seal span { margin-top: 6px; font-size: 6px; letter-spacing: .13em; line-height: 1.5; }
.petlf-banner-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.petlf-promo-tile { min-height: 273px; padding: 31px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.petlf-promo-tile > span { position: relative; z-index: 2; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.petlf-promo-tile h2 { max-width: 290px; margin: 13px 0 9px; position: relative; z-index: 2; font-size: clamp(28px, 2.5vw, 40px); line-height: .98; letter-spacing: -.045em; }
.petlf-promo-tile p { max-width: 270px; margin: 0 0 18px; position: relative; z-index: 2; font-size: 12px; line-height: 1.55; opacity: .82; }
.petlf-promo-tile b { position: relative; z-index: 2; font-size: 11px; }
.petlf-promo-tile i { position: absolute; right: -12px; bottom: -20px; font-size: 62px; font-style: normal; font-weight: 900; letter-spacing: -.08em; opacity: .08; transform: rotate(-8deg); }
.petlf-promo-calm { background: radial-gradient(circle at 100% 0%, #1a6e9f 0%, transparent 48%), var(--petlf-navy); }
.petlf-promo-clean { color: var(--petlf-navy); background: radial-gradient(circle at 95% 100%, rgba(57, 151, 77, .25), transparent 48%), #e9dfce; }

.petlf-promises { margin-top: 14px; border: 0; color: #fff; background: var(--petlf-navy); }
.petlf-promise-grid > div { border-color: rgba(255, 255, 255, .16); }
.petlf-promise-grid span { color: #b9c8d9; }
.petlf-section { padding-block: 104px; }
.petlf-section-heading-split > p { color: #596760; }
.petlf-goal-grid { grid-template-columns: repeat(5, 1fr); gap: 12px; }
.petlf-goal-card { min-height: 330px; padding: 16px 16px 24px; color: #fff; text-align: left; border-radius: 3px; }
.petlf-goal-card:hover { background: inherit; transform: translateY(-6px); box-shadow: 0 22px 36px rgba(5, 43, 33, .18); }
.petlf-goal-card .petlf-pet-orb { width: 100%; aspect-ratio: 1.22; border-radius: 2px; background: rgba(255, 255, 255, .08); }
.petlf-goal-card .petlf-pet-orb::before, .petlf-goal-card .petlf-pet-orb::after { background: rgba(255, 255, 255, .08); }
.petlf-goal-card .petlf-pet-orb span { width: 72%; color: #fff; background: transparent; box-shadow: none; font-family: inherit; font-size: clamp(24px, 2.4vw, 42px); letter-spacing: -.08em; }
.petlf-goal-card .petlf-pet-orb img { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: cover; }
.petlf-goal-card h3 { min-height: 50px; margin: 18px 0 14px; font-size: 18px; line-height: 1.2; }
.petlf-goal-card b { font-size: 10px; letter-spacing: .06em; }
.petlf-goal-card.petlf-tone-blue { background: #0b65a4; }
.petlf-goal-card.petlf-tone-leaf { background: #2c7c47; }
.petlf-goal-card.petlf-tone-navy { background: var(--petlf-navy); }
.petlf-goal-card.petlf-tone-moss { background: #405f43; }
.petlf-goal-card.petlf-tone-cream { color: var(--petlf-navy); background: #dfd2bc; }
.petlf-goal-card.petlf-tone-cream .petlf-pet-orb span { color: var(--petlf-navy); }
.petlf-editorial-card { border-radius: 4px; }
.petlf-nutrition { color: #fff; background: var(--petlf-forest); }
.petlf-nutrition p { color: #c9dbd3; }
.petlf-adventure { background: var(--petlf-navy); }
.petlf-bowl-art { background: #e7dac5; }
.petlf-product-section { color: #fff; background: var(--petlf-navy); }
.petlf-product-section .petlf-kicker { color: #75d1ff; }
.petlf-product-card { color: var(--petlf-ink); border: 0; border-radius: 4px; }
.petlf-product-media { background: #e8e4dc; }

.petlf-values { padding-block: 118px; color: #fff; background: radial-gradient(circle at 0 100%, #146049, transparent 35%), var(--petlf-forest); }
.petlf-values-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.petlf-values-intro h2 { max-width: 650px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: .98; letter-spacing: -.06em; }
.petlf-values-intro p { max-width: 560px; margin: 27px 0 32px; color: #c2d5cd; font-size: 15px; line-height: 1.8; }
.petlf-value-list { border-top: 1px solid rgba(255, 255, 255, .2); }
.petlf-value-list > div { padding: 30px 0; display: grid; grid-template-columns: 45px .72fr 1fr; gap: 22px; align-items: baseline; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.petlf-value-list span { color: #7ebfa2; font-size: 10px; }
.petlf-value-list h3 { margin: 0; font-size: 23px; }
.petlf-value-list p { margin: 0; color: #b9cdc4; font-size: 13px; line-height: 1.6; }
.petlf-guide-card { border: 0; border-radius: 4px; }
.petlf-guide-visual span { font-family: inherit; font-size: clamp(50px, 7vw, 100px); letter-spacing: -.08em; }
.petlf-guide-blue .petlf-guide-visual { color: #fff; background: #0a5e94; }
.petlf-guide-cream .petlf-guide-visual { color: var(--petlf-navy); background: #daceb9; }
.petlf-guide-green .petlf-guide-visual { color: #fff; background: #285f45; }
.petlf-newsletter { background: #0b6d9e; }
.petlf-newsletter h2 + p { margin: 12px 0 0; color: rgba(255, 255, 255, .76); font-size: 13px; }
.petlf-footer { background: #031f19; }
.petlf-footer-logo { width: 228px; display: block; }

@media (max-width: 1100px) {
  .petlf-banner-zone { grid-template-columns: minmax(0, 1.55fr) minmax(250px, .75fr); }
  .petlf-banner-copy { width: 76%; }
  .petlf-goal-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .petlf-bundled-logo { width: 96px; }
  .petlf-banner-zone { width: 100%; margin-top: 0; display: block; }
  .petlf-banner-main { min-height: 590px; border-radius: 0; }
  .petlf-banner-main > img { height: 47%; top: auto; object-position: 62% center; }
  .petlf-banner-shade { background: linear-gradient(180deg, var(--petlf-forest) 0 54%, rgba(7, 60, 45, .85) 69%, rgba(7, 60, 45, .08) 100%); }
  .petlf-banner-copy { width: 100%; min-height: 350px; padding: 45px 24px 30px; justify-content: flex-start; }
  .petlf-banner-copy h1 { font-size: 47px; }
  .petlf-banner-copy p { margin-block: 18px 22px; font-size: 14px; }
  .petlf-banner-seal { display: none; }
  .petlf-banner-stack { display: grid; grid-template: auto / 1fr 1fr; gap: 0; }
  .petlf-promo-tile { min-height: 315px; padding: 25px 20px; }
  .petlf-promo-tile h2 { font-size: 29px; }
  .petlf-promo-tile p { font-size: 11px; }
  .petlf-promise-grid > div { border-color: rgba(255, 255, 255, .16) !important; }
  .petlf-goal-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .petlf-goal-card { min-height: 275px; padding: 10px 10px 20px; }
  .petlf-goal-card .petlf-pet-orb { width: 100%; }
  .petlf-goal-card h3 { min-height: 42px; margin: 14px 4px 10px; font-size: 15px; }
  .petlf-goal-card b { margin-left: 4px; }
  .petlf-editorial-card { border-radius: 0; }
  .petlf-values { padding-block: 78px; }
  .petlf-values-grid { display: block; }
  .petlf-values-intro h2 { font-size: 43px; }
  .petlf-value-list { margin-top: 60px; }
  .petlf-value-list > div { grid-template-columns: 32px 1fr; gap: 12px; }
  .petlf-value-list p { grid-column: 2; }
  .petlf-footer-logo { width: 200px; }
}

/* PETLF 1.2 — softer typography and Etsy-inspired product detail */
body.petlf-theme {
  font-family: "DM Sans", "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: .004em;
  line-height: 1.6;
}
.petlf-theme h1,
.petlf-theme h2,
.petlf-theme h3,
.petlf-theme h4,
.petlf-theme h5,
.petlf-theme h6 { font-weight: 500; }
.petlf-theme h1,
.petlf-theme h2,
.petlf-banner-copy h1,
.petlf-section-heading h2,
.petlf-editorial-card h2,
.petlf-values-intro h2,
.petlf-newsletter h2,
.woocommerce-products-header__title,
.woocommerce div.product .product_title {
  font-family: "Newsreader", "Iowan Old Style", Baskerville, Georgia, serif;
  font-weight: 500;
  letter-spacing: -.025em;
}
.petlf-primary-menu > li > a,
.petlf-mega-toggle,
.petlf-search button,
.woocommerce-product-search button,
.petlf-button,
.petlf-add-button,
.petlf-text-link { font-weight: 500; }
.petlf-kicker { font-weight: 600; letter-spacing: .16em; }
.petlf-banner-copy h1 { line-height: .98; }
.petlf-section-heading h2,
.petlf-values-intro h2 { line-height: 1.04; }
.petlf-editorial-card h2 { line-height: 1.02; }
.petlf-theme b,
.petlf-theme strong { font-weight: 600; }
.petlf-promo-tile > span,
.petlf-editorial-number,
.petlf-product-tag,
.petlf-product-brand,
.petlf-guide-card > div:last-child > span { font-weight: 600; }

/* Transparent suite-logo treatment. */
.petlf-bundled-logo,
.petlf-footer-logo { line-height: 0; }
.petlf-bundled-logo img,
.petlf-footer-logo img { filter: none; }

/* Product gallery + purchase panel. */
.single-product .petlf-content { padding-top: 48px; }
.single-product .woocommerce-breadcrumb { margin-bottom: 30px; }
.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(360px, .66fr);
  column-gap: clamp(42px, 6vw, 88px);
  row-gap: 72px;
  align-items: start;
}
.single-product .woocommerce div.product::before,
.single-product .woocommerce div.product::after { display: none; }
.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
  width: auto;
  float: none;
  margin: 0;
}
.single-product .woocommerce-product-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
}
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  border-radius: 14px;
  background: #e8e1d5;
}
.single-product .woocommerce-product-gallery__wrapper { margin: 0; }
.single-product .woocommerce-product-gallery__image a { display: block; }
.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  background: #e8e1d5;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 10px;
  list-style: none;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100%;
  float: none;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  aspect-ratio: 1;
  border: 1px solid transparent;
  border-radius: 9px;
  object-fit: cover;
  opacity: .72;
  transition: border-color .2s ease, opacity .2s ease;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
  border-color: var(--petlf-forest);
  opacity: 1;
}
.single-product .woocommerce-product-gallery__trigger {
  width: 42px;
  height: 42px;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 7px 20px rgba(5, 43, 33, .1);
}
.single-product .woocommerce div.product div.summary {
  padding: clamp(28px, 3vw, 42px);
  position: sticky;
  top: 24px;
  align-self: start;
  border: 1px solid #d9d2c7;
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 18px 46px rgba(5, 43, 33, .08);
}
.admin-bar.single-product .woocommerce div.product div.summary { top: 56px; }
.petlf-pdp-eyebrow {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #607069;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.petlf-pdp-eyebrow i { width: 3px; height: 3px; border-radius: 50%; background: var(--petlf-blue); }
.single-product .woocommerce div.product .product_title {
  margin: 0 0 16px;
  color: var(--petlf-ink);
  font-size: clamp(38px, 3.7vw, 56px);
  line-height: 1.02;
}
.single-product .woocommerce-product-rating { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; }
.single-product .woocommerce .star-rating { color: #d88c22; }
.single-product .woocommerce-review-link { color: #52655d; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
  margin: 0 0 20px;
  color: var(--petlf-forest);
  font-size: 29px;
  font-weight: 500;
}
.single-product .woocommerce-product-details__short-description {
  color: #4f5f58;
  font-size: 14px;
  line-height: 1.75;
}
.single-product .woocommerce-product-details__short-description p { margin: 0 0 20px; }
.petlf-pdp-highlights { margin: 24px 0 26px; padding: 21px 0; border-block: 1px solid #ded8cd; }
.petlf-pdp-highlights h3 { margin: 0 0 13px; font-size: 14px; }
.petlf-pdp-highlights ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.petlf-pdp-highlights li { display: flex; gap: 10px; color: #52625b; font-size: 12px; }
.petlf-pdp-highlights li span { color: var(--petlf-leaf); }
.single-product .woocommerce div.product form.cart { margin: 0 0 20px; }
.single-product .woocommerce div.product form.cart .variations { margin-bottom: 18px; }
.single-product .woocommerce div.product form.cart .variations th,
.single-product .woocommerce div.product form.cart .variations td { padding: 0 0 10px; display: block; text-align: left; }
.single-product .woocommerce div.product form.cart .variations label { color: var(--petlf-ink); font-size: 12px; font-weight: 500; }
.single-product .woocommerce div.product form.cart .variations select {
  width: 100%;
  min-height: 48px;
  margin: 7px 0 0;
  padding: 0 14px;
  border: 1px solid #cfc8bd;
  border-radius: 8px;
  color: var(--petlf-ink);
  background: #fff;
}
.single-product .woocommerce div.product form.cart .reset_variations { display: inline-block; margin-top: 6px; color: #65756e; font-size: 11px; }
.single-product .woocommerce div.product form.cart .quantity { width: 84px; margin-right: 10px; }
.single-product .woocommerce div.product form.cart .quantity .qty {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cfc8bd;
  border-radius: 8px;
  background: #fff;
}
.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
  min-height: 52px;
  padding: 0 26px;
  float: none;
  border-radius: 8px;
  background: var(--petlf-forest);
  font-size: 14px;
  font-weight: 500;
}
.single-product .woocommerce div.product form.cart:not(.variations_form) .single_add_to_cart_button { width: calc(100% - 94px); }
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--petlf-forest-2); }
.petlf-buy-assurances { margin-top: 22px; padding-top: 4px; display: grid; gap: 0; }
.petlf-buy-assurances > div { padding: 15px 0; display: grid; grid-template-columns: 28px 1fr; gap: 10px; border-bottom: 1px solid #e2dcd2; }
.petlf-buy-assurances > div > span { color: var(--petlf-blue); font-size: 19px; line-height: 1.2; }
.petlf-buy-assurances p { margin: 0; display: grid; gap: 3px; }
.petlf-buy-assurances strong { font-size: 12px; }
.petlf-buy-assurances small { color: #6c7973; font-size: 10px; }
.single-product .woocommerce div.product .product_meta { padding-top: 20px; color: #718079; font-size: 10px; line-height: 1.9; }
.single-product .woocommerce div.product .product_meta > span { display: block; }
.single-product .woocommerce div.product .product_meta a { color: var(--petlf-forest); }

/* Stacked item-detail accordions. */
.single-product .woocommerce div.product > .petlf-product-accordions,
.single-product .woocommerce div.product > .related,
.single-product .woocommerce div.product > .up-sells {
  width: 100%;
  grid-column: 1 / -1;
}
.petlf-product-accordions { max-width: 980px; margin-inline: auto; border-top: 1px solid #d6cec2; }
.petlf-product-accordion { border-bottom: 1px solid #d6cec2; }
.petlf-product-accordion summary {
  padding: 24px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--petlf-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  list-style: none;
}
.petlf-product-accordion summary::-webkit-details-marker { display: none; }
.petlf-product-accordion summary i { width: 14px; height: 14px; position: relative; }
.petlf-product-accordion summary i::before,
.petlf-product-accordion summary i::after { content: ""; position: absolute; background: var(--petlf-forest); }
.petlf-product-accordion summary i::before { width: 14px; height: 1px; left: 0; top: 7px; }
.petlf-product-accordion summary i::after { width: 1px; height: 14px; left: 7px; top: 0; transition: transform .2s ease; }
.petlf-product-accordion[open] summary i::after { transform: rotate(90deg); }
.petlf-product-accordion .woocommerce-Tabs-panel {
  margin: 0;
  padding: 0 38px 30px 2px;
  display: block !important;
  color: #4e5d56;
  font-size: 14px;
  line-height: 1.8;
}
.petlf-product-accordion .woocommerce-Tabs-panel > h2 { margin: 0 0 15px; font-size: 26px; }
.petlf-product-accordion table.shop_attributes { border: 0; }
.petlf-product-accordion table.shop_attributes th,
.petlf-product-accordion table.shop_attributes td { padding: 12px; border-color: #ddd5c9; }
.single-product .related > h2,
.single-product .up-sells > h2 { margin-bottom: 32px; font-size: clamp(34px, 4vw, 50px); }

@media (max-width: 980px) {
  .single-product .woocommerce div.product { grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); column-gap: 28px; }
  .single-product .woocommerce-product-gallery { grid-template-columns: 68px minmax(0, 1fr); gap: 10px; }
  .single-product .woocommerce div.product div.summary { padding: 28px; }
}

@media (max-width: 760px) {
  .single-product .petlf-content { padding-top: 25px; }
  .single-product .woocommerce div.product { display: block; }
  .single-product .woocommerce-product-gallery { display: flex; flex-direction: column; }
  .single-product .woocommerce-product-gallery .flex-viewport,
  .single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { order: 1; border-radius: 9px; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs { order: 2; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
  .single-product .woocommerce div.product div.summary { margin-top: 22px; padding: 27px 22px; position: static; border-radius: 9px; }
  .single-product .woocommerce div.product .product_title { font-size: 39px; }
  .single-product .woocommerce div.product > .petlf-product-accordions,
  .single-product .woocommerce div.product > .related,
  .single-product .woocommerce div.product > .up-sells { margin-top: 62px; }
  .petlf-product-accordion summary { padding-block: 20px; font-size: 20px; }
  .petlf-product-accordion .woocommerce-Tabs-panel { padding-right: 4px; }
}

/* PETLF 1.3 — pure-white canvas with vivid green, purple, and orange accents */
:root {
  --petlf-ink: #07533f;
  --petlf-forest: #07533f;
  --petlf-forest-2: #08785b;
  --petlf-blue: #6d35d4;
  --petlf-navy: #6d35d4;
  --petlf-leaf: #f36b2b;
  --petlf-cream: #ffffff;
  --petlf-paper: #ffffff;
  --petlf-line: #e3ddec;
  --petlf-muted: #5f6f68;
  --petlf-shadow: 0 18px 48px rgba(72, 42, 122, .09);
}
html,
body.petlf-theme,
.petlf-main,
.petlf-content { background: #fff; color: var(--petlf-ink); }
.petlf-theme h1,
.petlf-theme h2,
.petlf-theme h3,
.petlf-theme h4,
.petlf-theme h5,
.petlf-theme h6 { color: var(--petlf-ink); }
.petlf-theme a:focus-visible,
.petlf-theme button:focus-visible,
.petlf-theme input:focus-visible,
.petlf-theme select:focus-visible,
.petlf-theme summary:focus-visible { outline: 3px solid rgba(243, 107, 43, .42); outline-offset: 3px; }

/* Header and navigation stay bright. */
.petlf-announcement {
  color: var(--petlf-blue);
  background: #fff;
  border-bottom: 2px solid var(--petlf-leaf);
  font-weight: 500;
}
.petlf-site-header { color: var(--petlf-forest); background: #fff; }
.petlf-utility { color: #64756e; border-color: var(--petlf-line); }
.petlf-utility a:hover { color: var(--petlf-blue); }
.petlf-bundled-logo img,
.petlf-footer-logo img[src*="petlf-logo-transparent"] {
  filter: brightness(0) saturate(100%) invert(25%) sepia(30%) saturate(1250%) hue-rotate(113deg) brightness(84%) contrast(96%);
}
.petlf-search,
.woocommerce-product-search { background: #fff; border-color: #b9a8df; }
.petlf-search:focus-within,
.woocommerce-product-search:focus-within { border-color: var(--petlf-blue); box-shadow: 0 0 0 4px rgba(109, 53, 212, .1); }
.petlf-search button,
.woocommerce-product-search button { color: #fff; background: var(--petlf-blue); }
.petlf-header-actions a { color: var(--petlf-forest); }
.petlf-header-actions a:hover { color: var(--petlf-blue); }
.petlf-cart-count { color: #fff; background: var(--petlf-leaf); }
.petlf-category-nav { color: var(--petlf-forest); background: #fff; border-color: var(--petlf-line); }
.petlf-mega-toggle {
  color: var(--petlf-forest);
  background: #fff;
  border-inline: 1px solid var(--petlf-line);
}
.petlf-mega-toggle i { color: var(--petlf-blue); }
.petlf-primary-menu > li > a { color: var(--petlf-forest); }
.petlf-primary-menu > li > a::after { background: var(--petlf-leaf); }
.petlf-deal-link { color: var(--petlf-blue) !important; }
.petlf-deal-link::before { content: "●"; margin-right: 7px; color: var(--petlf-leaf); font-size: 8px; }
.petlf-primary-menu .sub-menu,
.petlf-mega-panel { color: var(--petlf-forest); background: #fff; border-color: var(--petlf-line); }
.petlf-primary-menu .sub-menu a:hover { color: var(--petlf-blue); background: #fff; }
.petlf-mega-grid > aside { border-color: var(--petlf-line); }
.petlf-mega-grid aside p,
.petlf-mega-groups a { color: #61716a; }
.petlf-mega-groups a:hover { color: var(--petlf-blue); }
.petlf-mega-feature {
  color: var(--petlf-forest);
  background: #fff;
  border: 2px solid var(--petlf-blue);
  box-shadow: inset 7px 0 0 var(--petlf-leaf);
}
.petlf-mega-feature h3,
.petlf-mega-feature p,
.petlf-mega-feature b { color: var(--petlf-forest); }
.petlf-mega-feature > span { color: var(--petlf-blue); opacity: 1; }

/* Bright campaign banner. */
.petlf-banner-main { color: var(--petlf-forest); background: #fff; border: 1px solid var(--petlf-line); }
.petlf-banner-shade {
  background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .95) 38%, rgba(255, 255, 255, .56) 63%, rgba(255, 255, 255, .06) 100%);
}
.petlf-banner-copy h1 { color: var(--petlf-forest); }
.petlf-banner-copy p { color: #52655d; }
.petlf-kicker,
.petlf-kicker-light { color: var(--petlf-blue); }
.petlf-button-light,
.petlf-button-primary { color: #fff !important; background: var(--petlf-forest); box-shadow: 0 10px 22px rgba(7, 83, 63, .14); }
.petlf-button-light:hover,
.petlf-button-primary:hover { background: var(--petlf-blue); }
.petlf-button-outline-light,
.petlf-button-secondary {
  color: var(--petlf-leaf) !important;
  background: #fff;
  border-color: var(--petlf-leaf);
}
.petlf-button-pale { color: var(--petlf-blue) !important; background: #fff; border: 1px solid var(--petlf-blue); }
.petlf-banner-seal { color: var(--petlf-blue); background: #fff; border: 2px solid var(--petlf-blue); }
.petlf-banner-seal::after { content: ""; width: 9px; height: 9px; position: absolute; right: 6px; bottom: 12px; border-radius: 50%; background: var(--petlf-leaf); }
.petlf-promo-tile { color: var(--petlf-forest); background: #fff !important; border: 1px solid var(--petlf-line); }
.petlf-promo-calm { border-top: 7px solid var(--petlf-blue); }
.petlf-promo-clean { border-top: 7px solid var(--petlf-leaf); }
.petlf-promo-tile h2,
.petlf-promo-tile p,
.petlf-promo-tile b { color: var(--petlf-forest); }
.petlf-promo-tile > span { color: var(--petlf-blue); }
.petlf-promo-clean > span,
.petlf-promo-clean b { color: var(--petlf-leaf); }
.petlf-promo-tile i { color: var(--petlf-blue); opacity: .07; }
.petlf-promo-clean i { color: var(--petlf-leaf); }

/* Every section and card uses a white surface. */
.petlf-promises {
  color: var(--petlf-forest);
  background: #fff;
  border-block: 1px solid var(--petlf-line);
  box-shadow: inset 0 3px 0 var(--petlf-blue), inset 0 -3px 0 var(--petlf-leaf);
}
.petlf-promise-grid > div { border-color: var(--petlf-line); }
.petlf-promise-grid b { color: var(--petlf-forest); }
.petlf-promise-grid span { color: #687870; }
.petlf-section,
.petlf-editorial-grid,
.petlf-product-section,
.petlf-values,
.petlf-newsletter,
.petlf-footer,
.petlf-club,
.petlf-services { color: var(--petlf-forest); background: #fff; }
.petlf-section-heading-split > p { color: #62736b; }
.petlf-goal-card,
.petlf-goal-card.petlf-tone-blue,
.petlf-goal-card.petlf-tone-leaf,
.petlf-goal-card.petlf-tone-navy,
.petlf-goal-card.petlf-tone-moss,
.petlf-goal-card.petlf-tone-cream {
  color: var(--petlf-forest);
  background: #fff;
  border: 1px solid var(--petlf-line);
  box-shadow: none;
}
.petlf-goal-card.petlf-tone-blue,
.petlf-goal-card.petlf-tone-moss { border-top: 7px solid var(--petlf-forest); }
.petlf-goal-card.petlf-tone-leaf,
.petlf-goal-card.petlf-tone-navy { border-top: 7px solid var(--petlf-blue); }
.petlf-goal-card.petlf-tone-cream { border-top: 7px solid var(--petlf-leaf); }
.petlf-goal-card:hover { background: #fff; border-color: currentColor; box-shadow: 0 16px 34px rgba(109, 53, 212, .1); }
.petlf-goal-card .petlf-pet-orb { background: #fff; border: 1px solid var(--petlf-line); }
.petlf-goal-card .petlf-pet-orb::before,
.petlf-goal-card .petlf-pet-orb::after { background: #fff; border: 1px solid rgba(109, 53, 212, .22); }
.petlf-goal-card .petlf-pet-orb span,
.petlf-goal-card.petlf-tone-cream .petlf-pet-orb span { color: var(--petlf-blue); }
.petlf-goal-card:nth-child(3n) .petlf-pet-orb span { color: var(--petlf-leaf); }
.petlf-goal-card h3 { color: var(--petlf-forest); }
.petlf-goal-card b { color: var(--petlf-blue); }
.petlf-editorial-card,
.petlf-nutrition,
.petlf-adventure { color: var(--petlf-forest); background: #fff; border: 1px solid var(--petlf-line); }
.petlf-nutrition { border-top: 8px solid var(--petlf-forest); }
.petlf-adventure { border-top: 8px solid var(--petlf-blue); box-shadow: inset 0 -5px 0 var(--petlf-leaf); }
.petlf-editorial-card h2,
.petlf-editorial-card p,
.petlf-editorial-card a { color: var(--petlf-forest); }
.petlf-editorial-number { color: var(--petlf-blue); }
.petlf-adventure .petlf-editorial-number { color: var(--petlf-leaf); }
.petlf-bowl-art { background: #fff; border: 2px solid var(--petlf-leaf); box-shadow: none; }
.petlf-bowl-art::before { background-color: #fff; box-shadow: inset 0 0 0 20px #fff; }
.petlf-trail-art,
.petlf-trail-art::before,
.petlf-trail-art::after { border-color: rgba(109, 53, 212, .28); }
.petlf-trail-art i { background: var(--petlf-leaf); opacity: .8; }
.petlf-product-section { margin-top: 112px; border-block: 1px solid var(--petlf-line); }
.petlf-product-section .petlf-kicker { color: var(--petlf-blue); }
.petlf-product-card,
.petlf-product-media,
.petlf-post-card,
.petlf-post-image,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product img { color: var(--petlf-forest); background: #fff; }
.petlf-product-card,
.woocommerce ul.products li.product { border: 1px solid var(--petlf-line); box-shadow: none; }
.petlf-product-card:hover,
.woocommerce ul.products li.product:hover { border-color: var(--petlf-blue); box-shadow: 0 15px 34px rgba(109, 53, 212, .1); }
.petlf-product-media { border-bottom: 1px solid var(--petlf-line); }
.petlf-product-media::before { background: #fff; border: 1px solid rgba(109, 53, 212, .13); }
.petlf-product-tag { background: var(--petlf-leaf); }
.petlf-product-brand { color: var(--petlf-blue); }
.petlf-pack-1 { background: var(--petlf-blue); }
.petlf-pack-2 { color: var(--petlf-forest); background: #fff; border: 2px solid var(--petlf-leaf); }
.petlf-pack-3 { background: var(--petlf-leaf); }
.petlf-tone-mint,
.petlf-tone-sky,
.petlf-tone-peach,
.petlf-tone-aqua,
.petlf-tone-sun,
.petlf-tone-moss { background: #fff; }
.petlf-add-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { color: #fff !important; background: var(--petlf-forest); }
.petlf-add-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover { color: #fff; background: var(--petlf-blue); }
.petlf-rating,
.woocommerce .star-rating { color: var(--petlf-leaf); }

/* Brand story, journal, newsletter, and footer. */
.petlf-values { border-block: 1px solid var(--petlf-line); }
.petlf-values-grid { padding-block: 12px; }
.petlf-values-intro h2,
.petlf-values-intro p { color: var(--petlf-forest); }
.petlf-values-intro { padding-left: 25px; border-left: 8px solid var(--petlf-blue); }
.petlf-value-list { border-color: var(--petlf-line); }
.petlf-value-list > div { border-color: var(--petlf-line); }
.petlf-value-list > div:nth-child(1) { box-shadow: inset 4px 0 0 var(--petlf-forest); }
.petlf-value-list > div:nth-child(2) { box-shadow: inset 4px 0 0 var(--petlf-blue); }
.petlf-value-list > div:nth-child(3) { box-shadow: inset 4px 0 0 var(--petlf-leaf); }
.petlf-value-list span { color: var(--petlf-blue); }
.petlf-value-list h3,
.petlf-value-list p { color: var(--petlf-forest); }
.petlf-guide-card,
.petlf-guide-visual,
.petlf-guide-blue .petlf-guide-visual,
.petlf-guide-cream .petlf-guide-visual,
.petlf-guide-green .petlf-guide-visual,
.petlf-guide-card > div:last-child { color: var(--petlf-forest); background: #fff; }
.petlf-guide-card { border: 1px solid var(--petlf-line); }
.petlf-guide-blue { border-top: 7px solid var(--petlf-blue); }
.petlf-guide-cream { border-top: 7px solid var(--petlf-leaf); }
.petlf-guide-green { border-top: 7px solid var(--petlf-forest); }
.petlf-guide-visual { border-bottom: 1px solid var(--petlf-line); }
.petlf-guide-visual::before,
.petlf-guide-visual::after { border-color: rgba(109, 53, 212, .28); }
.petlf-guide-visual span { color: var(--petlf-blue); }
.petlf-guide-cream .petlf-guide-visual span { color: var(--petlf-leaf); }
.petlf-guide-green .petlf-guide-visual span { color: var(--petlf-forest); }
.petlf-newsletter { border-block: 4px solid var(--petlf-blue); box-shadow: inset 0 -4px 0 var(--petlf-leaf); }
.petlf-newsletter h2,
.petlf-newsletter h2 + p { color: var(--petlf-forest); }
.petlf-newsletter form { border-color: var(--petlf-forest); }
.petlf-newsletter input,
.petlf-newsletter button { color: var(--petlf-forest); }
.petlf-newsletter input::placeholder { color: #7b8983; }
.petlf-newsletter button { color: var(--petlf-blue); }
.petlf-footer { border-top: 1px solid var(--petlf-line); }
.petlf-footer-grid h3 { color: var(--petlf-blue); }
.petlf-footer-grid a,
.petlf-footer-grid p { color: #56675f; }
.petlf-footer-grid a:hover { color: var(--petlf-leaf); }
.petlf-footer-bottom { color: #718079; border-color: var(--petlf-line); }

/* White WooCommerce shop and product-detail surfaces. */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--petlf-forest); }
.woocommerce span.onsale { background: var(--petlf-leaf); }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { color: var(--petlf-forest); background: #fff; border-color: var(--petlf-blue); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--petlf-blue); }
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce div.product div.summary,
.single-product .woocommerce div.product form.cart .variations select,
.single-product .woocommerce div.product form.cart .quantity .qty { background: #fff; }
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { border: 1px solid var(--petlf-line); }
.single-product .woocommerce div.product div.summary { border-color: var(--petlf-line); box-shadow: 0 18px 45px rgba(109, 53, 212, .08); }
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover { border-color: var(--petlf-blue); }
.single-product .woocommerce-product-gallery__trigger { color: var(--petlf-blue); background: #fff; }
.single-product .woocommerce div.product form.cart .single_add_to_cart_button { background: var(--petlf-forest); }
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--petlf-blue); }
.petlf-pdp-eyebrow,
.single-product .woocommerce-review-link { color: var(--petlf-blue); }
.petlf-pdp-eyebrow i { background: var(--petlf-leaf); }
.petlf-pdp-highlights,
.petlf-buy-assurances > div,
.petlf-product-accordions,
.petlf-product-accordion { border-color: var(--petlf-line); }
.petlf-pdp-highlights li span,
.petlf-buy-assurances > div > span { color: var(--petlf-leaf); }
.petlf-product-accordion summary i::before,
.petlf-product-accordion summary i::after { background: var(--petlf-blue); }

@media (max-width: 760px) {
  .petlf-banner-shade {
    background: linear-gradient(180deg, #fff 0%, #fff 51%, rgba(255, 255, 255, .92) 65%, rgba(255, 255, 255, .12) 100%);
  }
  .petlf-promise-grid > div { border-color: var(--petlf-line) !important; }
  .petlf-values-intro { padding-left: 18px; }
}

/* PETLF 1.4 — colored feature blocks, pure-white negative space */
body.petlf-theme,
.petlf-main,
.petlf-content,
.petlf-section { background: #fff; }

/* Keep the structural header white; use color in compact utility surfaces. */
.petlf-announcement { color: #fff; background: var(--petlf-leaf); border: 0; }
.petlf-site-header,
.petlf-utility,
.petlf-category-nav,
.petlf-mega-panel,
.petlf-primary-menu .sub-menu { background: #fff; }
.petlf-mega-feature {
  color: #fff;
  background: var(--petlf-blue);
  border: 0;
  box-shadow: inset 8px 0 0 var(--petlf-leaf);
}
.petlf-mega-feature h3,
.petlf-mega-feature p,
.petlf-mega-feature b,
.petlf-mega-feature > span { color: #fff; }

/* Banner image remains bright while its companion promotions carry the palette. */
.petlf-promo-calm { color: #fff; background: var(--petlf-blue) !important; border: 0; }
.petlf-promo-clean { color: #fff; background: var(--petlf-leaf) !important; border: 0; }
.petlf-promo-calm h2,
.petlf-promo-calm p,
.petlf-promo-calm b,
.petlf-promo-calm > span { color: #fff; }
.petlf-promo-clean h2,
.petlf-promo-clean p,
.petlf-promo-clean b,
.petlf-promo-clean > span { color: #fff; }
.petlf-promo-tile i { color: #fff; opacity: .12; }
.petlf-banner-seal { color: #fff; background: var(--petlf-blue); border-color: var(--petlf-blue); }
.petlf-banner-seal::after { background: var(--petlf-leaf); }

/* Compact deep-green promise bar separates the white hero and catalog space. */
.petlf-promises {
  color: #fff;
  background: var(--petlf-forest);
  border: 0;
  box-shadow: inset 0 4px 0 var(--petlf-blue), inset 0 -4px 0 var(--petlf-leaf);
}
.petlf-promise-grid > div { border-color: rgba(255, 255, 255, .2); }
.petlf-promise-grid b { color: #fff; }
.petlf-promise-grid span { color: rgba(255, 255, 255, .72); }

/* Goal cards are intentional color blocks; the surrounding section stays white. */
.petlf-goal-card,
.petlf-goal-card.petlf-tone-blue,
.petlf-goal-card.petlf-tone-leaf,
.petlf-goal-card.petlf-tone-navy,
.petlf-goal-card.petlf-tone-moss,
.petlf-goal-card.petlf-tone-cream { border: 0; box-shadow: none; }
.petlf-goal-card:nth-child(1),
.petlf-goal-card:nth-child(4) { color: #fff; background: var(--petlf-forest); }
.petlf-goal-card:nth-child(2),
.petlf-goal-card:nth-child(5) { color: #fff; background: var(--petlf-blue); }
.petlf-goal-card:nth-child(3) { color: #fff; background: var(--petlf-leaf); }
.petlf-goal-card:hover { border: 0; box-shadow: 0 18px 38px rgba(75, 45, 120, .16); }
.petlf-goal-card h3,
.petlf-goal-card b,
.petlf-goal-card .petlf-pet-orb span,
.petlf-goal-card.petlf-tone-cream .petlf-pet-orb span { color: #fff; }
.petlf-goal-card .petlf-pet-orb { background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3); }
.petlf-goal-card .petlf-pet-orb::before,
.petlf-goal-card .petlf-pet-orb::after { background: transparent; border-color: rgba(255, 255, 255, .22); }

/* Editorial pair uses deep green and purple, with orange as the signal color. */
.petlf-editorial-card,
.petlf-nutrition,
.petlf-adventure { border: 0; }
.petlf-nutrition { color: #fff; background: var(--petlf-forest); }
.petlf-adventure { color: #fff; background: var(--petlf-blue); box-shadow: inset 0 -7px 0 var(--petlf-leaf); }
.petlf-editorial-card h2,
.petlf-editorial-card p,
.petlf-editorial-card a { color: #fff; }
.petlf-editorial-number,
.petlf-adventure .petlf-editorial-number { color: var(--petlf-leaf); }
.petlf-bowl-art { background: #fff; border-color: var(--petlf-leaf); }
.petlf-trail-art,
.petlf-trail-art::before,
.petlf-trail-art::after { border-color: rgba(255, 255, 255, .32); }
.petlf-trail-art i { background: var(--petlf-leaf); }

/* Product shopping space stays white, while status and actions use the palette. */
.petlf-product-section,
.petlf-product-card,
.petlf-product-media,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product img { background: #fff; }
.petlf-product-section { border-block: 0; }
.petlf-product-tag { background: var(--petlf-leaf); }
.petlf-add-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { background: var(--petlf-forest); }

/* Brand story becomes a clear deep-green anchor between white content areas. */
.petlf-values { color: #fff; background: var(--petlf-forest); border: 0; box-shadow: inset 0 8px 0 var(--petlf-blue), inset 0 -8px 0 var(--petlf-leaf); }
.petlf-values-intro { border-left-color: var(--petlf-leaf); }
.petlf-values-intro h2,
.petlf-values-intro p,
.petlf-value-list h3,
.petlf-value-list p { color: #fff; }
.petlf-value-list { border-color: rgba(255, 255, 255, .24); }
.petlf-value-list > div { border-color: rgba(255, 255, 255, .24); }
.petlf-value-list > div:nth-child(1) { box-shadow: inset 4px 0 0 #fff; }
.petlf-value-list > div:nth-child(2) { box-shadow: inset 4px 0 0 #bca1f0; }
.petlf-value-list > div:nth-child(3) { box-shadow: inset 4px 0 0 var(--petlf-leaf); }
.petlf-value-list span { color: var(--petlf-leaf); }

/* Journal cards use a colored visual, but white reading surfaces. */
.petlf-guide-card,
.petlf-guide-card > div:last-child { background: #fff; }
.petlf-guide-card { border-color: var(--petlf-line); }
.petlf-guide-blue .petlf-guide-visual { color: #fff; background: var(--petlf-blue); }
.petlf-guide-cream .petlf-guide-visual { color: #fff; background: var(--petlf-leaf); }
.petlf-guide-green .petlf-guide-visual { color: #fff; background: var(--petlf-forest); }
.petlf-guide-visual span,
.petlf-guide-cream .petlf-guide-visual span,
.petlf-guide-green .petlf-guide-visual span { color: #fff; }
.petlf-guide-visual::before,
.petlf-guide-visual::after { border-color: rgba(255, 255, 255, .34); }

/* Purple subscription band and deep-green footer complete the rhythm. */
.petlf-newsletter { color: #fff; background: var(--petlf-blue); border: 0; box-shadow: inset 0 -7px 0 var(--petlf-leaf); }
.petlf-newsletter h2,
.petlf-newsletter h2 + p,
.petlf-newsletter input,
.petlf-newsletter button { color: #fff; }
.petlf-newsletter input::placeholder { color: rgba(255, 255, 255, .68); }
.petlf-newsletter form { border-color: #fff; }
.petlf-footer { color: #fff; background: var(--petlf-forest); border: 0; }
.petlf-footer-logo img[src*="petlf-logo-transparent"] { filter: brightness(0) invert(1); }
.petlf-footer-grid h3 { color: var(--petlf-leaf); }
.petlf-footer-grid a,
.petlf-footer-grid p { color: rgba(255, 255, 255, .72); }
.petlf-footer-grid a:hover { color: #fff; }
.petlf-footer-bottom { color: rgba(255, 255, 255, .55); border-color: rgba(255, 255, 255, .18); }

@media (max-width: 760px) {
  .petlf-goal-card:nth-child(1),
  .petlf-goal-card:nth-child(4) { background: var(--petlf-forest); }
  .petlf-goal-card:nth-child(2),
  .petlf-goal-card:nth-child(5) { background: var(--petlf-blue); }
  .petlf-goal-card:nth-child(3) { background: var(--petlf-leaf); }
}

/* PETLF 1.5 — screenshot-directed retail homepage */
.petlf-front-page .petlf-main { background: #fff; }
.petlf-front-page .petlf-banner-zone {
  margin-top: 14px;
  grid-template-columns: minmax(0, 2.2fr) minmax(320px, .98fr);
  gap: 14px;
}
.petlf-front-page .petlf-banner-main {
  min-height: 464px;
  border: 0;
  border-radius: 9px;
  background: var(--petlf-forest);
}
.petlf-front-page .petlf-banner-main > img {
  width: 50%;
  right: auto;
  object-position: center;
}
.petlf-front-page .petlf-banner-shade,
.petlf-front-page .petlf-banner-seal { display: none; }
.petlf-front-page .petlf-banner-copy {
  width: 50%;
  min-height: 464px;
  margin-left: 50%;
  padding: 40px clamp(30px, 4vw, 60px);
  color: #fff;
  background: var(--petlf-forest);
}
.petlf-front-page .petlf-banner-copy h1 {
  max-width: 470px;
  color: #fff;
  font-size: clamp(42px, 4.15vw, 64px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.05em;
}
.petlf-front-page .petlf-banner-copy p {
  max-width: 470px;
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.48;
}
.petlf-front-page .petlf-banner-copy .petlf-kicker { color: #ffb28d; }
.petlf-front-page .petlf-button-light {
  min-width: 180px;
  color: var(--petlf-forest) !important;
  background: #fff;
  box-shadow: none;
}
.petlf-front-page .petlf-button-outline-light {
  color: #fff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, .72);
}
.petlf-front-page .petlf-banner-stack { gap: 14px; }
.petlf-front-page .petlf-promo-tile {
  min-height: 225px;
  padding: 28px 30px;
  border: 0;
  border-radius: 9px;
}
.petlf-front-page .petlf-promo-calm { background: var(--petlf-leaf) !important; }
.petlf-front-page .petlf-promo-clean { background: var(--petlf-blue) !important; }
.petlf-front-page .petlf-promo-tile h2 {
  max-width: 260px;
  margin: 10px 0 7px;
  font-size: clamp(27px, 2.1vw, 36px);
  font-weight: 600;
  line-height: 1.02;
}
.petlf-front-page .petlf-promo-tile h2,
.petlf-front-page .petlf-promo-tile p,
.petlf-front-page .petlf-promo-tile b,
.petlf-front-page .petlf-promo-tile > span { color: #fff; }
.petlf-front-page .petlf-promo-tile i { opacity: .1; }
.petlf-front-page .petlf-promises {
  margin-top: 48px;
  color: var(--petlf-forest);
  background: #fff;
  box-shadow: none;
}
.petlf-front-page .petlf-promise-grid {
  min-height: auto;
  gap: 18px;
}
.petlf-front-page .petlf-promise-grid > div {
  min-height: 132px;
  padding: 20px 24px;
  border: 0;
  border-radius: 3px;
  background: #f5f5f7;
}
.petlf-front-page .petlf-promise-grid b {
  color: var(--petlf-forest);
  font-size: 16px;
  font-weight: 600;
}
.petlf-front-page .petlf-promise-grid span {
  max-width: 230px;
  color: #53645d;
  font-size: 13px;
  line-height: 1.35;
}

/* Compact retail product rails. */
.petlf-front-page .petlf-product-section {
  margin-top: 48px;
  padding-block: 0;
  color: var(--petlf-forest);
  background: #fff;
}
.petlf-front-page .petlf-product-section.petlf-section { padding-block: 0; }
.petlf-front-page .petlf-product-section .petlf-shell { padding: 22px 20px 20px; }
.petlf-front-page .petlf-compact-rail .petlf-shell { background: #edf1f4; }
.petlf-front-page .petlf-product-section .petlf-section-heading { margin-bottom: 14px; }
.petlf-front-page .petlf-product-section .petlf-kicker {
  margin-bottom: 5px;
  color: var(--petlf-blue);
  font-size: 9px;
}
.petlf-front-page .petlf-product-section .petlf-section-heading h2 {
  color: var(--petlf-forest);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.025em;
}
.petlf-front-page .petlf-product-section .petlf-product-grid {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-color: #b8bcbc transparent;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.petlf-front-page .petlf-product-section .petlf-product-card {
  flex: 0 0 190px;
  border: 1px solid #e1e4e2;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
  scroll-snap-align: start;
}
.petlf-front-page .petlf-product-section .petlf-product-card:hover {
  transform: translateY(-2px);
  border-color: #b8bcbc;
  box-shadow: 0 5px 16px rgba(7, 60, 45, .1);
}
.petlf-front-page .petlf-product-section .petlf-product-media {
  height: 150px;
  border: 0;
  background: #fff;
}
.petlf-front-page .petlf-product-section .petlf-product-media::before {
  width: 76%;
  border: 0;
  background: #f7f7f7;
}
.petlf-front-page .petlf-product-section .petlf-demo-pack {
  width: 38%;
  height: 68%;
  padding: 17px 8px 10px;
  border-radius: 5px 5px 9px 9px;
}
.petlf-front-page .petlf-product-section .petlf-demo-pack strong { font-size: 19px; }
.petlf-front-page .petlf-product-section .petlf-product-tag {
  left: 9px;
  top: 9px;
  padding: 4px 7px;
  background: var(--petlf-leaf);
  font-size: 7px;
}
.petlf-front-page .petlf-product-section .petlf-product-info { padding: 10px 8px 8px; }
.petlf-front-page .petlf-product-section .petlf-product-brand { font-size: 8px; }
.petlf-front-page .petlf-product-section .petlf-product-info h3 {
  min-height: 36px;
  margin: 5px 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.petlf-front-page .petlf-product-section .petlf-product-info p {
  min-height: 31px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.45;
}
.petlf-front-page .petlf-product-section .petlf-rating { margin-top: 5px; }
.petlf-front-page .petlf-product-section .petlf-product-bottom {
  margin-top: 7px;
  display: grid;
  gap: 8px;
}
.petlf-front-page .petlf-product-section .petlf-price { font-size: 15px; font-weight: 600; }
.petlf-front-page .petlf-product-section .petlf-add-button {
  width: 100%;
  min-height: 36px;
  justify-content: center;
  color: #fff !important;
  background: var(--petlf-leaf);
  font-size: 11px;
}
.petlf-front-page .petlf-product-section .petlf-add-button:hover { background: var(--petlf-blue); }
.petlf-recommendation-rail { margin-block: 76px 90px !important; }
.petlf-recommendation-rail .petlf-shell { padding-inline: 0 !important; }
.petlf-recommendation-rail .petlf-product-card { flex-basis: 205px !important; }
.petlf-rail-promo {
  min-height: 333px;
  flex: 0 0 280px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 8px;
  color: #fff !important;
  background: var(--petlf-blue);
  scroll-snap-align: start;
}
.petlf-rail-promo::before,
.petlf-rail-promo::after {
  content: '';
  position: absolute;
  border: 2px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
}
.petlf-rail-promo::before { width: 230px; height: 230px; right: -70px; top: -80px; }
.petlf-rail-promo::after { width: 140px; height: 140px; right: -25px; top: -35px; }
.petlf-rail-promo small,
.petlf-rail-promo strong,
.petlf-rail-promo span { position: relative; z-index: 1; }
.petlf-rail-promo small { font-size: 9px; letter-spacing: .16em; }
.petlf-rail-promo strong { max-width: 210px; margin: 12px 0 22px; font-size: 32px; font-weight: 600; line-height: 1.03; }
.petlf-rail-promo span { padding-bottom: 3px; border-bottom: 1px solid; font-size: 12px; }

/* "Who's your BFF?" circular species navigation. */
.petlf-bff-section {
  padding-block: 70px 78px;
  background: #fff;
}
.petlf-bff-section h2 {
  margin: 0 0 28px;
  color: var(--petlf-forest);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.petlf-bff-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(92px, 1fr));
  gap: 18px;
}
.petlf-bff-card {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 13px;
  text-align: center;
}
.petlf-bff-orb {
  width: min(100%, 128px);
  aspect-ratio: 1;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--petlf-blue);
  transition: transform .2s ease, box-shadow .2s ease;
}
.petlf-bff-card:hover .petlf-bff-orb {
  transform: translateY(-4px);
  box-shadow: 0 11px 23px rgba(109, 53, 212, .18);
}
.petlf-bff-orb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.petlf-bff-card > strong {
  color: var(--petlf-forest);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.petlf-bff-link .petlf-bff-orb { background: var(--petlf-blue); }
.petlf-bff-link:nth-last-child(2) .petlf-bff-orb { background: var(--petlf-leaf); }
.petlf-bff-link:nth-last-child(1) .petlf-bff-orb { background: var(--petlf-forest); }
.petlf-bff-orb b {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(37px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -.08em;
}

/* Branded routine campaign: retail impact without local-service claims. */
.petlf-routine {
  padding-block: 58px 68px;
  color: #fff;
  background: var(--petlf-forest);
}
.petlf-routine-heading {
  margin-bottom: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.petlf-routine-heading span { color: #ffb28d; font-size: 9px; letter-spacing: .17em; }
.petlf-routine-heading h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(37px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
}
.petlf-routine-heading p { max-width: 390px; margin: 0; color: rgba(255, 255, 255, .72); line-height: 1.6; }
.petlf-routine-feature {
  min-height: 98px;
  padding: 16px 30px 16px 22px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 24px;
  align-items: center;
  border-radius: 9px;
  color: #fff !important;
  background: var(--petlf-leaf);
}
.petlf-routine-feature-mark {
  align-self: stretch;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.04em;
  background: rgba(255, 255, 255, .13);
}
.petlf-routine-feature div { display: grid; gap: 5px; }
.petlf-routine-feature small { font-size: 9px; letter-spacing: .15em; }
.petlf-routine-feature strong { font-size: clamp(22px, 2.2vw, 33px); font-weight: 600; }
.petlf-routine-feature > b {
  min-width: 140px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--petlf-forest);
  background: #fff;
  font-size: 12px;
  font-weight: 600;
}
.petlf-routine-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.petlf-routine-card {
  overflow: hidden;
  border-radius: 9px;
  color: var(--petlf-forest);
  background: #fff;
}
.petlf-routine-art {
  height: 174px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #ece5fb;
}
.petlf-routine-card:nth-child(2) .petlf-routine-art { background: #fde2d5; }
.petlf-routine-card:nth-child(3) .petlf-routine-art { background: #d9f0df; }
.petlf-routine-card:nth-child(4) .petlf-routine-art { background: #e5eff9; }
.petlf-routine-art::after {
  content: '';
  width: 170px;
  aspect-ratio: 1;
  position: absolute;
  right: -32px;
  top: -43px;
  border: 22px solid rgba(109, 53, 212, .14);
  border-radius: 50%;
}
.petlf-routine-art small { position: absolute; left: 18px; top: 15px; color: rgba(7, 83, 63, .62); font-size: 10px; }
.petlf-routine-art span {
  position: relative;
  z-index: 1;
  color: var(--petlf-blue);
  font-size: clamp(39px, 4vw, 61px);
  font-weight: 600;
  line-height: .8;
  letter-spacing: -.08em;
}
.petlf-routine-copy { min-height: 207px; padding: 22px; display: flex; flex-direction: column; }
.petlf-routine-copy h3 { margin: 0; font-size: 19px; font-weight: 600; }
.petlf-routine-copy p { margin: 10px 0 20px; color: #5f6b66; font-size: 12px; line-height: 1.55; }
.petlf-routine-copy a {
  min-height: 43px;
  margin-top: auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--petlf-forest);
  border-radius: 999px;
  color: var(--petlf-forest);
  font-size: 12px;
  font-weight: 600;
}
.petlf-routine-copy a:hover { color: #fff; background: var(--petlf-blue); border-color: var(--petlf-blue); }

@media (max-width: 1100px) {
  .petlf-front-page .petlf-banner-zone { grid-template-columns: 1.55fr .8fr; }
  .petlf-front-page .petlf-banner-main > img { width: 48%; }
  .petlf-front-page .petlf-banner-copy { width: 52%; margin-left: 48%; }
  .petlf-front-page .petlf-banner-copy h1 { font-size: 47px; }
  .petlf-bff-grid { grid-template-columns: repeat(10, 112px); overflow-x: auto; padding-bottom: 13px; scroll-snap-type: x proximity; }
  .petlf-bff-card { scroll-snap-align: start; }
  .petlf-routine-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .petlf-front-page .petlf-banner-zone { width: calc(100% - 24px); margin-top: 12px; display: grid; grid-template-columns: 1fr; gap: 10px; }
  .petlf-front-page .petlf-banner-main { min-height: 610px; border-radius: 9px; }
  .petlf-front-page .petlf-banner-main > img { width: 100%; height: 46%; top: 0; bottom: auto; }
  .petlf-front-page .petlf-banner-copy { width: 100%; min-height: 54%; margin: 46% 0 0; padding: 28px 24px; justify-content: center; }
  .petlf-front-page .petlf-banner-copy h1 { font-size: 42px; }
  .petlf-front-page .petlf-banner-copy p { font-size: 14px; }
  .petlf-front-page .petlf-banner-stack { grid-template-columns: 1fr; gap: 10px; }
  .petlf-front-page .petlf-promo-tile { min-height: 230px; padding: 26px; }
  .petlf-front-page .petlf-promises { margin-top: 28px; }
  .petlf-front-page .petlf-promise-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .petlf-front-page .petlf-promise-grid > div { min-height: 125px; padding: 16px; border: 0 !important; }
  .petlf-front-page .petlf-product-section { margin-top: 38px; }
  .petlf-front-page .petlf-product-section .petlf-shell { padding: 17px 12px 14px; }
  .petlf-front-page .petlf-product-section .petlf-product-card { min-width: 176px !important; }
  .petlf-front-page .petlf-product-section .petlf-section-heading h2 { font-size: 24px; }
  .petlf-recommendation-rail { margin-block: 60px 70px !important; }
  .petlf-recommendation-rail .petlf-shell { width: calc(100% - 24px); }
  .petlf-rail-promo { min-height: 333px; flex-basis: 240px; }
  .petlf-bff-section { padding-block: 58px 66px; }
  .petlf-bff-section h2 { font-size: 27px; }
  .petlf-bff-grid { grid-template-columns: repeat(10, 104px); gap: 15px; }
  .petlf-routine { padding-block: 50px 56px; }
  .petlf-routine-heading { display: block; }
  .petlf-routine-heading p { margin-top: 14px; }
  .petlf-routine-feature { grid-template-columns: 74px 1fr; padding: 14px; }
  .petlf-routine-feature-mark { font-size: 17px; }
  .petlf-routine-feature > b { grid-column: 1 / -1; min-height: 42px; }
  .petlf-routine-grid { grid-template-columns: 1fr; }
  .petlf-routine-art { height: 154px; }
  .petlf-routine-copy { min-height: 185px; }
}

/* PETLF 1.8 — upload-ready retail theme, simplified header, and readable type. */
.petlf-theme h1,
.petlf-theme h2,
.petlf-theme h3,
.petlf-page-heading h1,
.petlf-section-heading h2,
.petlf-editorial-card h2,
.petlf-values-intro h2,
.petlf-routine-heading h2 {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.04em;
}
.petlf-mega-toggle { gap: 12px; }
.petlf-menu-icon {
  width: 18px;
  display: grid;
  gap: 4px;
  transform: none !important;
}
.petlf-menu-icon span {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.petlf-mega-toggle[aria-expanded="true"] .petlf-menu-icon span { transform: none; opacity: 1; }
.petlf-front-page .petlf-banner-copy p { font-size: 18px; line-height: 1.58; }
.petlf-front-page .petlf-promo-tile p,
.petlf-front-page .petlf-promise-grid span,
.petlf-section-heading-split > p,
.petlf-editorial-card p,
.petlf-values-intro p,
.petlf-routine-heading p { font-size: 15px; }
.petlf-front-page .petlf-product-section .petlf-product-info p { font-size: 12px; }
.petlf-routine-copy p { font-size: 14px; }
.petlf-bff-grid { grid-template-columns: repeat(6, minmax(110px, 1fr)); gap: 28px; }
.petlf-bff-orb { width: min(100%, 160px); }
.petlf-bff-card > strong { font-size: 16px; }
.petlf-editorial-grid { margin-block: 78px; }
.petlf-values { margin-top: 0; }
.petlf-guide-card h3 { font-size: 21px; }
.petlf-guide-card b { font-size: 12px; }
.petlf-elementor-page,
.petlf-elementor-page .elementor,
.petlf-elementor-page .elementor-widget-petlf-storefront-module,
.petlf-elementor-page .elementor-widget-petlf-storefront-module > .elementor-widget-container { width: 100%; }
.petlf-elementor-page .e-con.petlf-elementor-container,
.petlf-elementor-page .e-con-inner { max-width: none; }
.elementor-editor-active .petlf-elementor-page .elementor-widget-petlf-storefront-module { outline: 1px dashed rgba(109, 53, 212, .2); }

@media (max-width: 1100px) {
  .petlf-bff-grid { grid-template-columns: repeat(6, 128px); overflow-x: auto; padding-bottom: 13px; }
}

@media (max-width: 760px) {
  .petlf-mega-toggle .petlf-menu-icon { display: grid; }
  .petlf-bff-grid { grid-template-columns: repeat(6, 112px); }
  .petlf-front-page .petlf-banner-copy p { font-size: 17px; }
  .petlf-editorial-grid { margin-block: 58px; }
}

/* Final readability and header refinements. */
body.petlf-theme { font-size: 16px; }
.petlf-site-header { background: #fff; }
.petlf-utility { display: none !important; }
.petlf-masthead {
  min-height: 96px;
  grid-template-columns: 235px minmax(300px, 720px) 160px;
  gap: 26px;
}
.petlf-header-actions { gap: 22px; }
.petlf-header-actions a { min-width: 50px; }
.petlf-cart-icon,
.petlf-account-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.petlf-primary-menu > li > a,
.petlf-deal-link { font-size: 15px; font-weight: 600; }
.petlf-mega-groups a,
.petlf-mega-grid aside p { font-size: 15px; }

.petlf-bff-orb {
  width: min(100%, 170px);
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--petlf-blue);
  box-shadow: 0 0 0 1px rgba(109, 53, 212, .28), 0 10px 24px rgba(82, 39, 184, .09);
}
.petlf-bff-orb img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transform: scale(1.24);
  transition: transform .25s ease;
}
.petlf-bff-card:hover .petlf-bff-orb img { transform: scale(1.3); }
.petlf-bff-card > strong { font-size: 17px; }

.petlf-editorial-card h2,
.petlf-values-intro h2,
.petlf-guide-card h3,
.petlf-product-accordion summary {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.03em;
}
.petlf-front-page .petlf-promise-grid span,
.petlf-section-heading-split > p,
.petlf-editorial-card p,
.petlf-values-intro p,
.petlf-routine-heading p { font-size: 16px; }
.petlf-front-page .petlf-product-section .petlf-product-info h3 { font-size: 14px; }
.petlf-front-page .petlf-product-section .petlf-product-info p { font-size: 13px; line-height: 1.5; }
.petlf-front-page .petlf-product-section .petlf-product-brand { font-size: 9px; }
.petlf-routine-copy p { font-size: 15px; line-height: 1.6; }
.petlf-guide-card b,
.petlf-text-link,
.petlf-rail-promo span { font-size: 13px; }
.petlf-footer-grid a,
.petlf-footer-grid p { font-size: 13px; }

.single-product .woocommerce-product-details__short-description {
  font-size: 17px;
  line-height: 1.75;
}
.single-product .woocommerce-product-details__short-description p { margin-bottom: 22px; }
.petlf-pdp-highlights h3 { font-size: 16px; }
.petlf-pdp-highlights li { font-size: 14px; line-height: 1.55; }
.petlf-buy-assurances strong { font-size: 14px; }
.petlf-buy-assurances small { font-size: 12px; }
.single-product .woocommerce div.product .product_meta { font-size: 12px; }
.petlf-product-accordion .woocommerce-Tabs-panel {
  font-size: 16px;
  line-height: 1.85;
}

@media (max-width: 980px) {
  .petlf-masthead { grid-template-columns: 185px minmax(240px, 1fr) 110px; gap: 16px; }
}

@media (max-width: 760px) {
  .petlf-masthead { grid-template-columns: 98px 1fr 42px; gap: 10px; }
  .petlf-header-actions a:not(.petlf-cart-link),
  .petlf-header-actions small { display: none; }
  .petlf-bff-orb { width: 110px; }
  .single-product .woocommerce-product-details__short-description { font-size: 16px; }
}

/* Accessible brand contrast for the orange offer surfaces. */
.petlf-announcement { color: var(--petlf-ink); }
.petlf-front-page .petlf-promo-calm,
.petlf-front-page .petlf-promo-calm h2,
.petlf-front-page .petlf-promo-calm p,
.petlf-front-page .petlf-promo-calm b,
.petlf-front-page .petlf-promo-calm > span { color: var(--petlf-ink); }

/* PETLF Petco Storefront 2.0 — Petco-inspired body, preserved PETLF header. */
.petlf-front-page {
  --petco-navy: #001952;
  --petco-blue: #0798bd;
  --petco-mid-blue: #3e588a;
  --petco-yellow: #ffd200;
  --petco-orange: #d84b08;
  --petco-gray: #e9eef2;
  --petco-ink: #101828;
  color: var(--petco-ink);
  background: #fff;
}
.petlf-front-page .petlf-main { overflow: hidden; background: #fff; }
.petlf-front-page .petlf-banner-zone {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(310px, 1fr);
  gap: 14px;
}
.petlf-front-page .petlf-banner-main {
  min-height: 464px;
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--petco-blue);
}
.petlf-front-page .petlf-banner-media { min-width: 0; background: #dbeaf2; }
.petlf-front-page .petlf-banner-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.petlf-front-page .petlf-banner-copy {
  max-width: none;
  padding: clamp(34px, 4vw, 64px);
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: var(--petco-blue);
}
.petlf-front-page .petlf-banner-copy .petlf-kicker { color: #fff; font-size: 11px; letter-spacing: .13em; }
.petlf-front-page .petlf-banner-copy h1 {
  max-width: 520px;
  margin: 10px 0 8px;
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(38px, 4.1vw, 61px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.petlf-front-page .petlf-banner-copy p {
  max-width: 500px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.38;
}
.petlf-front-page .petlf-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.petlf-front-page .petlf-hero-actions .petlf-button {
  min-width: 154px;
  min-height: 51px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: var(--petco-navy);
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}
.petlf-front-page .petlf-hero-actions .petlf-button-outline-light { color: #fff; background: transparent; }
.petlf-front-page .petlf-banner-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.petlf-front-page .petlf-promo-tile {
  min-height: 225px;
  padding: 28px 34px;
  border: 0;
  border-radius: 9px;
  color: #fff;
}
.petlf-front-page .petlf-promo-calm { background: var(--petco-orange) !important; }
.petlf-front-page .petlf-promo-clean { background: var(--petco-navy) !important; }
.petlf-front-page .petlf-promo-tile h2,
.petlf-front-page .petlf-promo-tile p,
.petlf-front-page .petlf-promo-tile b,
.petlf-front-page .petlf-promo-tile > span { color: #fff; }
.petlf-front-page .petlf-promo-tile h2 {
  max-width: 330px;
  margin: 10px 0 7px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.04;
}
.petlf-front-page .petlf-promo-tile p { margin-bottom: 15px; font-size: 15px; line-height: 1.45; }
.petlf-front-page .petlf-promo-tile b { width: fit-content; padding-bottom: 2px; border-bottom: 1px solid currentColor; font-size: 14px; }
.petlf-front-page .petlf-promo-tile i { color: #fff; font-size: 64px; opacity: .09; }

.petlf-front-page .petlf-promises { margin-top: 28px; border: 0; color: var(--petco-navy); background: #fff; }
.petlf-front-page .petlf-promise-grid { min-height: 134px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.petlf-front-page .petlf-promise-grid > div {
  min-height: 134px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 0 !important;
  border-radius: 3px;
  background: #f6f6f7;
}
.petlf-front-page .petlf-promise-grid > div:first-child { padding-left: 24px; }
.petlf-front-page .petlf-promise-grid p { margin: 0; display: grid; gap: 5px; }
.petlf-front-page .petlf-promise-grid b { color: var(--petco-navy); font-size: 18px; line-height: 1.2; }
.petlf-front-page .petlf-promise-grid p span { color: #26364c; font-size: 15px; line-height: 1.35; }
.petlf-front-page .petlf-promise-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--petco-navy);
  border-radius: 50%;
  color: var(--petco-navy) !important;
  font-size: 22px !important;
  font-weight: 700;
}

.petlf-front-page .petlf-product-section {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin: 54px auto 0;
  color: var(--petco-ink);
  border: 0;
  background: var(--petco-gray);
}
.petlf-front-page .petlf-product-section.petlf-section { padding-block: 0; }
.petlf-front-page .petlf-product-section .petlf-shell { width: 100%; max-width: none; padding: 22px 20px 20px; }
.petlf-front-page .petlf-product-section .petlf-section-heading { margin-bottom: 14px; }
.petlf-front-page .petlf-product-section .petlf-kicker { display: none; }
.petlf-front-page .petlf-product-section .petlf-section-heading h2 {
  color: var(--petco-ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.petlf-front-page .petlf-product-section .petlf-text-link { color: var(--petco-navy); font-size: 14px; font-weight: 700; }
.petlf-front-page .petlf-product-section .petlf-product-grid {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: #b3b3b3 transparent;
  scrollbar-width: thin;
}
.petlf-front-page .petlf-product-section .petlf-product-card {
  min-width: 190px !important;
  flex: 1 0 190px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 0;
  border-radius: 9px;
  color: var(--petco-ink);
  background: #fff;
  box-shadow: none;
}
.petlf-front-page .petlf-product-section .petlf-product-card:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(0, 25, 82, .1); }
.petlf-front-page .petlf-product-section .petlf-product-media { height: 164px; background: #fff; }
.petlf-front-page .petlf-product-section .petlf-product-media::before { background: #fff; }
.petlf-front-page .petlf-product-section .petlf-product-media img { width: 84%; height: 84%; object-fit: contain; }
.petlf-front-page .petlf-product-section .petlf-product-tag { color: var(--petco-navy); background: #eef3fb; }
.petlf-front-page .petlf-product-section .petlf-product-info { min-height: 231px; padding: 10px 9px 9px; }
.petlf-front-page .petlf-product-section .petlf-product-brand { color: #526071; font-size: 10px; }
.petlf-front-page .petlf-product-section .petlf-product-info h3 { min-height: 42px; color: var(--petco-ink); font-size: 14px; font-weight: 500; line-height: 1.45; }
.petlf-front-page .petlf-product-section .petlf-product-info p { min-height: 36px; color: #526071; font-size: 12px; line-height: 1.45; }
.petlf-front-page .petlf-product-section .petlf-rating { color: var(--petco-navy); }
.petlf-front-page .petlf-product-section .petlf-product-bottom { margin-top: auto; align-items: stretch; flex-direction: column; gap: 9px; }
.petlf-front-page .petlf-product-section .petlf-price { color: var(--petco-ink); font-size: 16px; font-weight: 700; }
.petlf-front-page .petlf-product-section .petlf-add-button {
  width: 100%;
  min-height: 39px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: var(--petco-navy);
  background: var(--petco-yellow);
  font-size: 14px;
  font-weight: 700;
}
.petlf-front-page .petlf-product-section .petlf-add-button:hover { color: #fff; background: var(--petco-navy); }
.petlf-front-page .petlf-recommendation-rail { color: var(--petco-ink); background: #fff; }
.petlf-front-page .petlf-recommendation-rail .petlf-shell { padding-inline: 0; }
.petlf-front-page .petlf-recommendation-rail .petlf-product-card { border: 1px solid #dfe3e8; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.petlf-front-page .petlf-rail-promo {
  min-width: 280px;
  flex: 0 0 280px;
  border-radius: 8px;
  color: #fff;
  background: var(--petco-navy);
}

.petlf-front-page .petlf-bff-section { padding-block: 54px 66px; background: #fff; }
.petlf-front-page .petlf-bff-section h2 {
  color: var(--petco-navy);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -.04em;
}
.petlf-front-page .petlf-bff-grid { grid-template-columns: repeat(6, minmax(120px, 1fr)); gap: 28px; }
.petlf-front-page .petlf-bff-orb {
  width: min(100%, 166px);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: var(--petco-navy);
  box-shadow: none;
}
.petlf-front-page .petlf-bff-orb img { transform: none; object-fit: cover; }
.petlf-front-page .petlf-bff-card:hover .petlf-bff-orb img { transform: scale(1.04); }
.petlf-front-page .petlf-bff-card > strong { color: var(--petco-navy); font-size: 17px; font-weight: 700; }

.petlf-front-page .petlf-routine { padding-block: 42px 54px; color: #fff; background: var(--petco-navy); }
.petlf-front-page .petlf-routine-heading { margin-bottom: 28px; }
.petlf-front-page .petlf-routine-heading span { color: #fff; font-size: 10px; }
.petlf-front-page .petlf-routine-heading h2 {
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 600;
  letter-spacing: -.045em;
}
.petlf-front-page .petlf-routine-heading p { color: rgba(255,255,255,.82); font-size: 17px; }
.petlf-front-page .petlf-routine-feature {
  min-height: 100px;
  margin-bottom: 16px;
  padding: 17px 30px;
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  color: var(--petco-navy);
  background: #ffddb9;
}
.petlf-front-page .petlf-routine-feature-mark { width: auto; color: var(--petco-navy); font-size: 24px; font-weight: 800; }
.petlf-front-page .petlf-routine-feature div { display: grid; gap: 2px; }
.petlf-front-page .petlf-routine-feature small { font-size: 10px; letter-spacing: .14em; }
.petlf-front-page .petlf-routine-feature strong { font-size: clamp(22px, 2vw, 31px); }
.petlf-front-page .petlf-routine-feature div span { font-size: 14px; }
.petlf-front-page .petlf-routine-feature > b,
.petlf-front-page .petlf-routine-copy a {
  min-width: 126px;
  min-height: 45px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: var(--petco-navy);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}
.petlf-front-page .petlf-routine-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.petlf-front-page .petlf-routine-card { overflow: hidden; border-radius: 10px; color: #fff; background: var(--petco-mid-blue); }
.petlf-front-page .petlf-routine-art { height: 154px; color: #fff; background: linear-gradient(145deg, #315c9e, #0b2e6f); }
.petlf-front-page .petlf-routine-card:nth-child(2) .petlf-routine-art { background: linear-gradient(145deg, #107fa3, #005477); }
.petlf-front-page .petlf-routine-card:nth-child(3) .petlf-routine-art { background: linear-gradient(145deg, #dd6b23, #ad3400); }
.petlf-front-page .petlf-routine-card:nth-child(4) .petlf-routine-art { background: linear-gradient(145deg, #5d5ba5, #28285f); }
.petlf-front-page .petlf-routine-card:nth-child(5) .petlf-routine-art { background: linear-gradient(145deg, #19727b, #073f4b); }
.petlf-front-page .petlf-routine-art::after { border-color: rgba(255,255,255,.25); }
.petlf-front-page .petlf-routine-art small { color: rgba(255,255,255,.72); }
.petlf-front-page .petlf-routine-art span { color: #fff; }
.petlf-front-page .petlf-routine-art.has-image { background: #fff; }
.petlf-front-page .petlf-routine-art.has-image img { width: 100%; height: 100%; object-fit: cover; }
.petlf-front-page .petlf-routine-copy { min-height: 224px; padding: 20px; }
.petlf-front-page .petlf-routine-copy h3 { color: #fff; font-family: "DM Sans", Arial, sans-serif; font-size: 19px; font-weight: 600; }
.petlf-front-page .petlf-routine-copy p { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.petlf-front-page .petlf-routine-copy a { width: 100%; margin-top: auto; }
.petlf-front-page .petlf-routine-copy a:hover { color: var(--petco-navy); background: var(--petco-yellow); }

.petlf-front-page .petlf-values { padding-block: 52px 64px; color: var(--petco-navy); border: 0; background: #fff; box-shadow: none; }
.petlf-front-page .petlf-wide-promo {
  min-height: 160px;
  padding: 28px 42px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 34px;
  border-radius: 8px;
  color: #fff;
  background: var(--petco-navy);
}
.petlf-front-page .petlf-wide-promo-mark { color: #fff; font-size: 34px; font-weight: 800; }
.petlf-front-page .petlf-wide-promo small { font-size: 10px; letter-spacing: .15em; }
.petlf-front-page .petlf-wide-promo h2 { margin: 6px 0 4px; color: #fff; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(28px, 3vw, 42px); font-weight: 600; letter-spacing: -.04em; }
.petlf-front-page .petlf-wide-promo p { margin: 0; color: rgba(255,255,255,.82); font-size: 16px; }
.petlf-front-page .petlf-wide-promo > b { min-width: 138px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--petco-navy); background: #fff; }

.petlf-newsletter { color: #fff; border: 0; background: #0c2b68; box-shadow: none; }
.petlf-newsletter h2,
.petlf-newsletter h2 + p,
.petlf-newsletter input { color: #fff; }
.petlf-newsletter form { border-color: #fff; }
.petlf-newsletter input::placeholder { color: rgba(255,255,255,.7); }
.petlf-newsletter button { padding: 0 22px; border-radius: 999px 999px 0 0; color: var(--petco-navy); background: var(--petco-yellow); }
.petlf-footer { color: #fff; border: 0; background: var(--petco-navy); }
.petlf-footer-grid h3 { color: #fff; }
.petlf-footer-grid a,
.petlf-footer-grid p { color: rgba(255,255,255,.76); }
.petlf-footer-grid a:hover { color: var(--petco-yellow); }
.petlf-footer-bottom { color: rgba(255,255,255,.58); border-color: rgba(255,255,255,.18); }

@media (max-width: 1100px) {
  .petlf-front-page .petlf-banner-zone { grid-template-columns: minmax(0, 1.55fr) minmax(270px, .78fr); }
  .petlf-front-page .petlf-banner-main { grid-template-columns: 47% 53%; }
  .petlf-front-page .petlf-promise-grid { grid-template-columns: repeat(2, 1fr); }
  .petlf-front-page .petlf-bff-grid { grid-template-columns: repeat(6, 132px); overflow-x: auto; }
  .petlf-front-page .petlf-routine-grid { grid-template-columns: repeat(5, 230px); overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x proximity; }
  .petlf-front-page .petlf-routine-card { scroll-snap-align: start; }
}

@media (max-width: 760px) {
  .petlf-front-page .petlf-banner-zone { width: calc(100% - 24px); margin-top: 12px; grid-template-columns: 1fr; gap: 10px; }
  .petlf-front-page .petlf-banner-main { min-height: 0; grid-template-columns: 1fr; border-radius: 8px; }
  .petlf-front-page .petlf-banner-media { min-height: 300px; }
  .petlf-front-page .petlf-banner-copy { min-height: 350px; padding: 36px 25px; }
  .petlf-front-page .petlf-banner-copy h1 { font-size: 42px; }
  .petlf-front-page .petlf-banner-copy p { font-size: 17px; }
  .petlf-front-page .petlf-banner-stack { grid-template-columns: 1fr; gap: 10px; }
  .petlf-front-page .petlf-promo-tile { min-height: 230px; padding: 26px; }
  .petlf-front-page .petlf-promises { margin-top: 24px; }
  .petlf-front-page .petlf-promise-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .petlf-front-page .petlf-promise-grid > div { min-height: 126px; padding: 15px; display: grid; gap: 8px; }
  .petlf-front-page .petlf-promise-grid > div:first-child { padding-left: 15px; }
  .petlf-front-page .petlf-promise-icon { width: 36px; height: 36px; font-size: 17px !important; }
  .petlf-front-page .petlf-promise-grid b { font-size: 15px; }
  .petlf-front-page .petlf-promise-grid p span { font-size: 13px; }
  .petlf-front-page .petlf-product-section { width: calc(100% - 24px); margin-top: 38px; }
  .petlf-front-page .petlf-product-section .petlf-shell { padding: 18px 12px 14px; }
  .petlf-front-page .petlf-product-section .petlf-product-card { min-width: 176px !important; flex-basis: 176px; }
  .petlf-front-page .petlf-recommendation-rail .petlf-shell { padding-inline: 0; }
  .petlf-front-page .petlf-rail-promo { min-width: 240px; flex-basis: 240px; }
  .petlf-front-page .petlf-bff-section { padding-block: 54px 60px; }
  .petlf-front-page .petlf-bff-grid { grid-template-columns: repeat(6, 112px); gap: 16px; }
  .petlf-front-page .petlf-bff-orb { width: 112px; }
  .petlf-front-page .petlf-routine { padding-block: 48px 52px; }
  .petlf-front-page .petlf-routine-heading { display: block; }
  .petlf-front-page .petlf-routine-heading p { margin-top: 10px; }
  .petlf-front-page .petlf-routine-feature { grid-template-columns: 72px 1fr; padding: 16px; gap: 12px; }
  .petlf-front-page .petlf-routine-feature-mark { font-size: 16px; }
  .petlf-front-page .petlf-routine-feature > b { grid-column: 1 / -1; }
  .petlf-front-page .petlf-routine-grid { grid-template-columns: repeat(5, 250px); }
  .petlf-front-page .petlf-wide-promo { padding: 28px 24px; grid-template-columns: 1fr; gap: 18px; }
  .petlf-front-page .petlf-wide-promo-mark { font-size: 27px; }
  .petlf-front-page .petlf-wide-promo > b { width: 100%; }
}

/* PETLF Petco Storefront 2.3.1 — compact campaign art, B2B entry, mobile app dock, and final brand suite. */
.petlf-mega-feature.petlf-mega-b2b {
  position: relative;
  overflow: hidden;
  display: flex;
  color: #fff;
  border: 0;
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 152, 189, .48), transparent 44%),
    var(--petco-navy, #001952);
  box-shadow: inset 8px 0 0 var(--petco-orange, #d84b08);
}
.petlf-mega-feature.petlf-mega-b2b::after {
  content: "B2B";
  position: absolute;
  right: -8px;
  bottom: -26px;
  color: rgba(255,255,255,.07);
  font-size: 82px;
  font-weight: 900;
  letter-spacing: -.08em;
}
.petlf-mega-feature.petlf-mega-b2b > * { position: relative; z-index: 1; color: #fff; }
.petlf-mega-feature.petlf-mega-b2b > span {
  width: fit-content;
  margin-bottom: auto;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--petco-orange, #d84b08);
  opacity: 1;
  font-weight: 800;
}
.petlf-mega-feature.petlf-mega-b2b b { width: fit-content; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.75); }

.petlf-front-page .petlf-banner-zone {
  height: 420px;
  grid-template-columns: minmax(0, 2.18fr) minmax(310px, 1fr);
  align-items: stretch;
}
.petlf-front-page .petlf-banner-main {
  height: 420px;
  min-height: 420px;
  max-height: 420px;
  position: relative;
  display: block;
  background: var(--petco-blue);
}
.petlf-front-page .petlf-banner-media { position: absolute; inset: 0; background: #eadbc5; }
.petlf-front-page .petlf-banner-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.petlf-front-page .petlf-banner-mobile-image { display: none; }
.petlf-front-page .petlf-banner-copy {
  width: 49%;
  height: 100%;
  min-height: 0;
  margin: 0 0 0 51%;
  padding: clamp(30px, 3.2vw, 48px);
  position: relative;
  z-index: 2;
  justify-content: center;
  background: linear-gradient(90deg, rgba(7,152,189,0), rgba(7,152,189,.2) 18%, rgba(7,152,189,.48));
}
.petlf-front-page .petlf-banner-copy h1 { max-width: 410px; margin-block: 10px 11px; font-size: clamp(38px, 3.25vw, 50px); line-height: 1; }
.petlf-front-page .petlf-banner-copy p { max-width: 410px; margin-bottom: 21px; font-size: 16px; line-height: 1.42; }
.petlf-front-page .petlf-banner-stack { height: 420px; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.petlf-front-page .petlf-promo-tile {
  min-height: 0;
  padding: 24px 26px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.petlf-front-page .petlf-promo-image { width: 100%; height: 100%; position: absolute; z-index: 0; inset: 0; object-fit: cover; object-position: center; }
.petlf-front-page .petlf-promo-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,25,82,.94) 0 45%, rgba(0,25,82,.17) 73%, transparent); }
.petlf-front-page .petlf-promo-calm .petlf-promo-shade { background: linear-gradient(90deg, rgba(184,54,0,.94) 0 45%, rgba(216,75,8,.2) 73%, transparent); }
.petlf-front-page .petlf-promo-copy { width: 64%; position: relative; z-index: 2; display: block; color: #fff; }
.petlf-front-page .petlf-promo-copy > span { color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.petlf-front-page .petlf-promo-copy h2 { margin-block: 7px; color: #fff; font-size: clamp(23px, 1.9vw, 31px); line-height: 1.03; }
.petlf-front-page .petlf-promo-copy p { margin: 0 0 13px; color: #fff; font-size: 13px; line-height: 1.35; }
.petlf-front-page .petlf-promo-copy b { width: fit-content; padding-bottom: 2px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.8); font-size: 12px; }
.petlf-front-page .petlf-promises { margin-top: 32px; }

.petlf-front-page .petlf-bff-orb {
  border: 5px solid #fff;
  background: #dce5ff;
  box-shadow: 0 0 0 1px rgba(0,25,82,.16), 0 10px 24px rgba(0,25,82,.09);
}
.petlf-front-page .petlf-bff-orb img { object-fit: cover; }

@media (max-width: 1180px) {
  .petlf-mega-grid { grid-template-columns: .75fr 1.65fr .8fr; gap: 22px; }
  .petlf-mega-feature.petlf-mega-b2b { display: flex; }
  .petlf-front-page .petlf-banner-copy { width: 51%; margin-left: 49%; padding: 32px; }
  .petlf-front-page .petlf-banner-copy h1 { font-size: 43px; }
}

@media (max-width: 820px) {
  .petlf-front-page .petlf-banner-zone { height: auto; grid-template-columns: 1fr; }
  .petlf-front-page .petlf-banner-stack { height: 220px; grid-template: minmax(0, 1fr) / 1fr 1fr; gap: 10px; }
  .petlf-front-page .petlf-promo-tile { min-height: 220px; }
  .petlf-mega-grid { grid-template-columns: 1fr; }
  .petlf-mega-feature.petlf-mega-b2b { min-height: 240px; }
}

@media (max-width: 760px) {
  .petlf-front-page .petlf-banner-zone { height: auto; }
  .petlf-front-page .petlf-banner-main { height: 390px; min-height: 390px; max-height: 390px; border-radius: 8px; }
  .petlf-front-page .petlf-banner-media { height: 100%; min-height: 0; position: absolute; }
  .petlf-front-page .petlf-banner-desktop-image { display: none; }
  .petlf-front-page .petlf-banner-mobile-image { width: 100%; max-width: none; display: block; object-fit: cover; object-position: center; transform: translateX(-11%); }
  .petlf-front-page .petlf-banner-copy {
    width: 64%;
    height: 100%;
    min-height: 0;
    margin: 0 0 0 36%;
    padding: 26px 18px 26px 22px;
    position: relative;
    justify-content: center;
    background: linear-gradient(90deg, rgba(7,152,189,.2) 0%, rgba(7,152,189,.88) 18%, var(--petco-blue) 42%);
  }
  .petlf-front-page .petlf-banner-copy .petlf-kicker { font-size: 9px; line-height: 1.35; }
  .petlf-front-page .petlf-banner-copy h1 { max-width: 230px; margin-block: 8px 10px; font-size: 29px; line-height: 1.02; }
  .petlf-front-page .petlf-banner-copy p { margin-bottom: 17px; font-size: 13.5px; line-height: 1.42; }
  .petlf-front-page .petlf-hero-actions .petlf-button { min-width: 124px; min-height: 44px; padding-inline: 18px; font-size: 14px; }
  .petlf-front-page .petlf-hero-actions .petlf-button-outline-light { display: none; }
  .petlf-front-page .petlf-banner-stack { height: 190px; grid-auto-flow: column; grid-auto-columns: 86%; grid-template-columns: none; grid-template-rows: minmax(0, 1fr); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; }
  .petlf-front-page .petlf-promo-tile { min-height: 190px; scroll-snap-align: start; }
  .petlf-front-page .petlf-promo-copy { width: 66%; }
  .petlf-front-page .petlf-promises { margin-top: 24px; }
}

/* PETLF 2.3.1 — open retail typography with real weights and relaxed tracking. */
body.petlf-theme {
  --petlf-font-display: "Manrope", "DM Sans", "Segoe UI Variable", "Segoe UI", sans-serif;
  font-synthesis: none;
}
.petlf-front-page .petlf-banner-copy h1,
.petlf-front-page .petlf-promo-tile h2,
.petlf-front-page .petlf-product-section .petlf-section-heading h2,
.petlf-front-page .petlf-bff-section h2,
.petlf-front-page .petlf-routine-heading h2,
.petlf-front-page .petlf-routine-feature strong,
.petlf-front-page .petlf-routine-art span,
.petlf-front-page .petlf-routine-copy h3,
.petlf-front-page .petlf-wide-promo h2,
.petlf-newsletter h2 {
  font-family: var(--petlf-font-display);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
.petlf-front-page .petlf-banner-copy h1 { font-weight: 600; line-height: 1.06; letter-spacing: -.014em; }
.petlf-front-page .petlf-promo-tile h2 { font-weight: 600; line-height: 1.1; letter-spacing: -.01em; }
.petlf-front-page .petlf-product-section .petlf-section-heading h2,
.petlf-front-page .petlf-bff-section h2 { font-weight: 600; line-height: 1.12; letter-spacing: -.008em; }
.petlf-front-page .petlf-routine-heading h2 { font-weight: 600; line-height: 1.08; letter-spacing: -.012em; }
.petlf-front-page .petlf-routine-feature strong { font-weight: 600; line-height: 1.14; letter-spacing: -.006em; }
.petlf-front-page .petlf-routine-art span {
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: .008em;
}
.petlf-front-page .petlf-routine-copy h3 { font-weight: 600; line-height: 1.2; letter-spacing: -.006em; }
.petlf-front-page .petlf-wide-promo h2 { font-weight: 600; line-height: 1.1; letter-spacing: -.012em; }
.petlf-newsletter h2 { font-weight: 600; line-height: 1.12; letter-spacing: -.01em; }

.petlf-mobile-dock { display: none; }

@media (max-width: 760px) {
  body.petlf-theme { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .petlf-mobile-dock {
    height: 70px;
    padding: 6px 7px 5px;
    position: fixed;
    z-index: 1500;
    left: 10px;
    right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(0,25,82,.11);
    border-radius: 22px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 12px 36px rgba(0,25,82,.24);
    backdrop-filter: blur(18px);
  }
  .petlf-mobile-dock > a {
    min-width: 0;
    min-height: 54px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #5d6878;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }
  .petlf-mobile-dock > a > svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .petlf-mobile-dock > a:hover,
  .petlf-mobile-dock > a:focus-visible,
  .petlf-mobile-dock > a.is-current { color: var(--petco-navy, #001952); }
  .petlf-mobile-dock > a:focus-visible { border-radius: 12px; outline: 3px solid rgba(87,43,221,.32); outline-offset: 1px; }
  .petlf-mobile-dock > a.is-current::after { content: ''; width: 18px; height: 3px; position: absolute; bottom: 0; border-radius: 2px; background: var(--petco-orange, #d84b08); }
  .petlf-mobile-dock .petlf-dock-chat { justify-content: flex-end; padding-bottom: 4px; color: var(--petco-navy, #001952); }
  .petlf-dock-chat-icon {
    width: 44px;
    height: 44px;
    margin-top: -23px;
    display: grid;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--petco-orange, #d84b08);
    color: #fff;
    box-shadow: 0 7px 18px rgba(216,75,8,.34);
  }
  .petlf-dock-chat-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .petlf-mobile-dock .petlf-cart-count {
    min-width: 17px;
    height: 17px;
    padding-inline: 4px;
    position: absolute;
    top: 1px;
    left: calc(50% + 4px);
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #6c2ed9;
    color: #fff;
    font-size: 9px;
    line-height: 1;
  }
}

@media (max-width: 360px) {
  .petlf-front-page .petlf-banner-main { height: 378px; min-height: 378px; max-height: 378px; }
  .petlf-front-page .petlf-banner-copy { width: 66%; margin-left: 34%; padding-inline: 16px 14px; }
  .petlf-front-page .petlf-banner-copy h1 { font-size: 26px; }
  .petlf-front-page .petlf-banner-copy p { font-size: 13px; }
}

/* 2.3.1 compact PETLF brand suite. */
.petlf-bundled-logo,
.petlf-logo-wrap .custom-logo-link {
  width: 218px;
  max-width: 100%;
  line-height: 0;
}
.petlf-bundled-logo img,
.petlf-logo-wrap .custom-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 76px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}
.petlf-footer-logo {
  width: 238px;
  overflow: hidden;
  border-radius: 8px;
}
.petlf-footer-logo img,
.petlf-footer-logo img[src*="petlf-logo-transparent"] {
  width: 100%;
  height: auto;
  display: block;
  filter: none;
}

@media (max-width: 760px) {
  .petlf-bundled-logo,
  .petlf-logo-wrap .custom-logo-link {
    width: 102px;
  }
  .petlf-bundled-logo img,
  .petlf-logo-wrap .custom-logo {
    max-height: 54px;
  }
}

/* 2.4.0 final cascade lock: these integration rules intentionally come last. */
.petlf-footer { color: #fff; border: 0; background: #001952; }
.petlf-footer-grid h3 { color: #fff; }
.petlf-footer-grid a,
.petlf-footer-grid p { color: rgba(255,255,255,.76); }
.petlf-footer-grid a:hover { color: #ffd200; }
.petlf-footer-bottom { color: rgba(255,255,255,.58); border-color: rgba(255,255,255,.18); }

.petlf-front-page .petlf-product-section .petlf-product-card {
  width: 210px;
  min-width: 210px !important;
  max-width: 210px;
  flex: 0 0 210px;
  display: flex;
  flex-direction: column;
}
.petlf-front-page .petlf-product-section .petlf-product-media {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 10px;
}
.petlf-front-page .petlf-product-section .petlf-product-media::before { inset: 10px; width: auto; aspect-ratio: auto; border-radius: 6px; }
.petlf-front-page .petlf-product-section .petlf-product-media > img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  position: absolute;
  inset: 10px;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}
.petlf-front-page .petlf-product-section .petlf-product-info { min-height: 238px; flex: 1; display: flex; flex-direction: column; }
.petlf-front-page .petlf-product-section .petlf-product-bottom { margin-top: auto; }

.single-product .petlf-woocommerce-wrap { width: min(calc(100% - 48px), 1500px); max-width: 1500px; }
.single-product .woocommerce div.product { display: block !important; min-width: 0; }
.single-product .woocommerce div.product::before,
.single-product .woocommerce div.product::after { display: none !important; }
.single-product .petlf-product-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(420px, .82fr);
  gap: clamp(38px, 4.5vw, 76px);
  align-items: start;
}
.single-product .petlf-product-main div.images,
.single-product .petlf-product-main div.summary {
  width: auto !important;
  max-width: none;
  min-width: 0;
  float: none !important;
  clear: none;
  margin: 0 !important;
}
.single-product .petlf-product-main .woocommerce-product-gallery { grid-template-columns: 78px minmax(0, 1fr); gap: 14px; }
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { min-width: 0; border: 1px solid #dfe3e8; border-radius: 10px; background: #fff; }
.single-product .woocommerce-product-gallery__image img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; object-position: center; background: #fff; }
.single-product .petlf-product-main div.summary {
  padding: 0;
  position: sticky;
  top: 24px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.single-product .woocommerce div.product .product_title {
  margin: 0 0 16px;
  color: #071d49;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price { color: #00533d; font-size: 28px; font-weight: 700; line-height: 1.25; }
.single-product .woocommerce-product-details__short-description { color: #33445a; font-size: 16px; line-height: 1.7; }
.single-product .petlf-pdp-highlights h3 { color: #071d49; font-size: 16px; }
.single-product .petlf-pdp-highlights li { color: #415168; font-size: 14px; line-height: 1.5; }
.single-product .woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; }
.single-product .woocommerce div.product form.cart .quantity { width: 88px; margin: 0; }
.single-product .woocommerce div.product form.cart:not(.variations_form) .single_add_to_cart_button { width: calc(100% - 98px); flex: 1 1 220px; }
.single-product .woocommerce div.product form.cart .single_add_to_cart_button { min-height: 54px; color: #001952; background: #ffd200; font-size: 16px; font-weight: 700; }
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover { color: #fff; background: #001952; }
.single-product .woocommerce div.product .petlf-product-accordions,
.single-product .woocommerce div.product .related,
.single-product .woocommerce div.product .up-sells { width: 100%; max-width: none; margin-top: 72px; clear: both; }
.single-product .petlf-product-accordions { display: block; border-top: 1px solid #ccd3dc; }
.single-product .petlf-product-accordion summary { min-height: 72px; padding: 22px 4px; color: #071d49; font-family: "DM Sans", Arial, sans-serif; font-size: 20px; font-weight: 600; line-height: 1.3; }
.single-product .petlf-product-accordion .woocommerce-Tabs-panel { max-width: 900px; padding: 0 4px 34px; color: #33445a; font-size: 16px; line-height: 1.75; }

@media (max-width: 1100px) {
  .single-product .petlf-product-main { grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: 32px; }
  .single-product .petlf-product-main .woocommerce-product-gallery { grid-template-columns: 64px minmax(0, 1fr); gap: 10px; }
}
@media (max-width: 820px) {
  .petlf-front-page .petlf-product-section .petlf-product-card { width: 176px; min-width: 176px !important; max-width: 176px; flex-basis: 176px; }
  .petlf-front-page .petlf-product-section .petlf-product-info { min-height: 246px; }
  .single-product .petlf-woocommerce-wrap { width: min(calc(100% - 28px), 720px); }
  .single-product .petlf-product-main { display: block; }
  .single-product .petlf-product-main div.summary { margin-top: 26px !important; position: static; }
  .single-product .petlf-product-main .woocommerce-product-gallery { display: flex; flex-direction: column; }
  .single-product .woocommerce-product-gallery .flex-viewport,
  .single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper { order: 1; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs { order: 2; grid-template-columns: repeat(5, minmax(54px, 1fr)); overflow-x: auto; }
  .single-product .woocommerce div.product .product_title { font-size: 32px; }
  .single-product .woocommerce div.product .petlf-product-accordions,
  .single-product .woocommerce div.product .related,
  .single-product .woocommerce div.product .up-sells { margin-top: 52px; }
}

/* Supporting 2.4.0 components and shared Petco retail tokens. */
:root {
  --petco-navy: #001952;
  --petco-yellow: #ffd200;
  --petco-gray: #e9eef2;
  --petco-ink: #071d49;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.single-product .petlf-product-main > .onsale { left: -12px; top: 10px; z-index: 4; }
.single-product .woocommerce-product-gallery .flex-control-thumbs img { aspect-ratio: 1; object-fit: cover; background: #fff; }
.single-product .petlf-pdp-eyebrow { margin-bottom: 13px; color: #4b5f76; font-size: 11px; line-height: 1.4; }
.single-product .petlf-pdp-highlights { margin: 24px 0; padding: 20px 0; border-color: #dfe3e8; }
.petlf-payment-trust {
  width: 100%;
  margin: 18px 0 4px;
  padding: 16px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #f7f8fa;
}
.petlf-payment-trust-copy { display: flex; align-items: flex-start; gap: 10px; }
.petlf-payment-trust-copy > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #00533d; font-size: 12px; }
.petlf-payment-trust-copy p { margin: 0; display: grid; gap: 2px; }
.petlf-payment-trust-copy strong { color: #071d49; font-size: 14px; }
.petlf-payment-trust-copy small { color: #596779; font-size: 12px; }
.petlf-payment-badges { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 8px; }
.petlf-payment-badge {
  min-height: 30px;
  padding: 4px 9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ccd3dc;
  border-radius: 5px;
  color: #162a49;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.petlf-payment-badge img { width: auto; max-width: 64px; height: 20px; display: block; object-fit: contain; }
.petlf-buy-assurances strong { color: #071d49; font-size: 14px; }
.petlf-buy-assurances small { color: #596779; font-size: 12px; line-height: 1.5; }
.single-product .woocommerce div.product .product_meta { font-size: 13px; line-height: 1.7; }

.petlf-empty-catalog {
  min-height: 320px;
  margin: 26px 0 76px;
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  grid-template-columns: 92px minmax(0, 680px);
  align-items: center;
  gap: 28px;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  background: #f5f7fa;
}
.petlf-empty-catalog-mark { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #001952; font-size: 48px; font-weight: 800; }
.petlf-empty-catalog h2 { margin: 0 0 10px; color: #071d49; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(28px, 4vw, 42px); line-height: 1.15; }
.petlf-empty-catalog p { margin: 0; color: #4c5b6d; font-size: 16px; line-height: 1.65; }
.petlf-empty-catalog-links { margin-top: 22px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.petlf-empty-catalog-links > a:not(.button) { color: #001952; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 820px) {
  .petlf-empty-catalog { min-height: 0; grid-template-columns: 1fr; }
  .petlf-empty-catalog-mark { width: 72px; height: 72px; font-size: 38px; }
}

/* 2.4.1: readable gallery controls and contained menu/product layers. */
.petlf-site-header { z-index: 400; }
.single-product .petlf-product-visual { position: relative; min-width: 0; isolation: isolate; }
.single-product .woocommerce div.product .petlf-product-visual div.images {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  width: 100% !important;
  max-width: none;
  float: none !important;
  margin: 0 !important;
  padding: 0;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 9px;
  opacity: .8;
  cursor: pointer;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.single-product .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border-color: #001952;
  opacity: 1;
}
.single-product .woocommerce div.product .petlf-product-visual > .onsale { top: 12px; left: 122px; z-index: 2; }
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger { z-index: 3; }
.petlf-mega-open .woocommerce-product-gallery__trigger { visibility: hidden; pointer-events: none; }
.single-product .woocommerce div.product .petlf-product-main > div.summary {
  width: auto !important;
  min-width: 0;
  float: none !important;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}
.single-product .petlf-related-searches { clear: both; padding: 24px 0 0 110px; }
.single-product .petlf-related-searches h2 { margin: 0 0 14px; font-family: "DM Sans", Arial, sans-serif; font-size: 20px; font-weight: 600; letter-spacing: 0; line-height: 1.4; color: #071d49; }
.petlf-related-searches > div { display: flex; flex-wrap: wrap; gap: 10px; }
.petlf-related-searches a { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 17px; border: 1px solid #d6dce5; border-radius: 24px; background: #fff; color: #071d49; font-size: 14px; line-height: 1.5; text-decoration: none; overflow-wrap: anywhere; }
.petlf-related-searches a:hover { background: #f2f5f8; border-color: #001952; }
.petlf-related-searches a:focus-visible { outline: 2px solid #001952; outline-offset: 3px; }
.petlf-mega-group a { overflow-wrap: anywhere; }
@media (min-width: 821px) and (max-width: 1100px) {
  .single-product .woocommerce div.product .petlf-product-visual div.images { grid-template-columns: 80px minmax(0, 1fr); gap: 10px; }
  .single-product .petlf-related-searches { padding-left: 90px; }
  .single-product .woocommerce div.product .petlf-product-visual > .onsale { left: 102px; }
}
@media (max-width: 820px) {
  .single-product .woocommerce div.product .petlf-product-visual div.images { display: flex; flex-direction: column; gap: 12px; }
  .single-product .woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 72px; justify-content: start; overflow-x: auto; padding-bottom: 6px; }
  .single-product .woocommerce div.product .petlf-product-visual > .onsale { left: 12px; }
  .single-product .petlf-related-searches { padding: 20px 0 0; }
  .single-product .woocommerce div.product .petlf-product-main > div.summary { margin-top: 30px !important; }
}

/* 2.4.2 checkout reassurance: reuse retail tokens, leave WC form/payment logic intact. */
.petlf-checkout-trust { margin: 0 0 26px; padding: 24px; border: 1px solid #d6dce5; border-top: 4px solid var(--petco-navy); border-radius: 10px; background: #fff; color: var(--petco-ink); clear: both; }
.petlf-checkout-trust-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.petlf-checkout-mark { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; color: var(--petco-navy); background: var(--petco-yellow); font-size: 18px; }
.petlf-checkout-trust h3 { margin: 0; color: var(--petco-navy); font-family: "DM Sans", Arial, sans-serif; font-size: 22px; font-weight: 600; line-height: 1.35; letter-spacing: 0; }
.petlf-checkout-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 22px; }
.petlf-checkout-trust h4 { margin: 0 0 6px; color: var(--petco-ink); font-family: "DM Sans", Arial, sans-serif; font-size: 15px; font-weight: 600; line-height: 1.5; letter-spacing: 0; }
.petlf-checkout-trust p { margin: 0; color: #495b73; font-size: 14px; line-height: 1.7; }
.petlf-checkout-trust a { color: var(--petco-navy); text-decoration: underline; text-underline-offset: 3px; }
.petlf-checkout-trust a:hover { text-decoration-thickness: 2px; }
.petlf-checkout-trust a:focus-visible { outline: 2px solid var(--petco-navy); outline-offset: 4px; }
.petlf-checkout-trust .petlf-checkout-sales { display: grid; gap: 4px; margin: 0 0 22px; padding: 16px; border-radius: 8px; background: var(--petco-gray); }
.petlf-checkout-sales strong { color: var(--petco-navy); font-size: 20px; font-weight: 600; line-height: 1.4; }
.petlf-checkout-sales span { font-size: 12px; }
.petlf-checkout-trust .petlf-checkout-privacy-link { margin-top: 18px; padding-top: 16px; border-top: 1px solid #d6dce5; }
.woocommerce-checkout .woocommerce #payment { background: #f5f7fa; border: 1px solid #d6dce5; border-radius: 10px; }
.woocommerce-checkout .woocommerce #payment .woocommerce-privacy-policy-text { color: #495b73; font-size: 14px; line-height: 1.7; }
.woocommerce-checkout .woocommerce #payment #place_order,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button { background: var(--petco-yellow); color: var(--petco-navy) !important; border: 0; min-height: 48px; padding: 13px 25px; font-size: 16px; font-weight: 600; line-height: 1.4; border-radius: 999px; }
.woocommerce-checkout .woocommerce #payment #place_order:hover { background: var(--petco-navy); color: #fff !important; }
.woocommerce-checkout .woocommerce #payment #place_order:focus-visible { outline: 2px solid var(--petco-navy); outline-offset: 4px; }
@media (max-width: 600px) {
  .petlf-checkout-trust { padding: 20px 16px; }
  .petlf-checkout-trust h3 { font-size: 20px; }
  .petlf-checkout-trust-grid { grid-template-columns: 1fr; gap: 16px; }
  .woocommerce-checkout .woocommerce #payment #place_order { width: 100%; }
}
