:root {
  color: #1a3d1a;
  background: #effdf0;
  font-family: "Inter", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --mint: #effdf0;
  --mint-strong: #b4e7b6;
  --green: #1a3d1a;
  --green-dark: #102710;
  --orange: #e86a10;
}

* { box-sizing: border-box; }
html { background: var(--mint); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--mint); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { color: inherit; cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
img { display: block; max-width: 100%; }
.app-shell { min-height: 100vh; overflow: clip; }
.section { width: min(calc(100% - 3rem), 1440px); margin-inline: auto; padding-block: 90px; }
h1, h2, h3, p { margin-top: 0; }
.editorial-title, .hero h1, .hero h2, .section-heading h2, .page-hero h1, .product-info h1, .tab-panel h2, .order-summary h2, .cart-list h2, .confirmation h1, .auth-page h1, .auth-image h2, .article-hero h1, .article-body .lead, .criteria h2, .story-card h3, .standard h2 { font-family: "DM Serif Display", serif; font-weight: 400; }
.eyebrow { margin-bottom: 12px; color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.primary-button, .dark-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 14px 25px; color: #fff; font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.primary-button { background: var(--orange); }
.primary-button:hover { background: #d45e0d; transform: translateY(-2px); }
.dark-button { background: var(--green); }
.dark-button:hover { background: #2a5a2a; transform: translateY(-2px); }
.dark-button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.wide-button { width: 100%; }
.text-link, .back-link { display: inline-flex; align-items: center; gap: 8px; border: 0; background: none; color: inherit; font-size: 14px; font-weight: 650; text-decoration: none; }
.text-link { border-bottom: 1px solid currentColor; padding: 0 0 5px; }
.back-link { margin-bottom: 30px; color: rgb(26 61 26 / .62); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgb(26 61 26 / .08); background: rgb(239 253 240 / .96); backdrop-filter: blur(18px); }
.header-inner { display: flex; width: min(100% - 4rem, 1504px); height: 78px; margin-inline: auto; align-items: center; justify-content: space-between; }
.brand-button { flex: none; border: 0; background: none; padding: 0; }
.brand-button img { width: auto; height: 36px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 38px); }
.desktop-nav button { position: relative; border: 0; background: none; padding: 10px 0; color: rgb(26 61 26 / .62); font-size: 14px; }
.desktop-nav button::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 1px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .2s; }
.desktop-nav button:hover, .desktop-nav button.active { color: var(--green); }
.desktop-nav button.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.icon-button { position: relative; display: inline-grid; width: 44px; height: 44px; place-items: center; flex: none; border: 1px solid rgb(26 61 26 / .16); border-radius: 50%; background: transparent; }
.icon-button:hover { border-color: rgb(26 61 26 / .45); }
.icon-button.accent { border-color: var(--orange); background: var(--orange); color: white; }
.icon-button.active, .favorite.active, .favorite-large.active { border-color: var(--orange); background: var(--orange); color: #fff; }
.badge { position: absolute; top: -4px; right: -4px; display: grid; min-width: 20px; height: 20px; place-items: center; border: 2px solid var(--mint); border-radius: 50%; background: var(--orange); padding-inline: 3px; color: #fff; font-size: 10px; }
.avatar-button { width: 44px; height: 44px; overflow: hidden; border: 1px solid rgb(26 61 26 / .15); border-radius: 50%; background: none; padding: 0; }
.avatar-button img { width: 100%; height: 100%; object-fit: cover; }
.menu-trigger { display: none; }
.mobile-nav { border-top: 1px solid rgb(26 61 26 / .1); padding: 6px 16px 16px; background: var(--mint); }
.mobile-nav > button { display: flex; width: 100%; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid rgb(26 61 26 / .1); background: none; padding: 13px 4px; font-weight: 600; text-align: left; }
.mobile-nav .mobile-search { justify-content: flex-start; gap: 8px; margin-top: 9px; border: 0; border-radius: 999px; background: white; padding: 12px 15px; }

.hero { position: relative; min-height: calc(100svh - 78px); overflow: hidden; }
.hero-copy { position: relative; z-index: 5; padding-top: clamp(70px, 9vh, 110px); text-align: center; }
.hero-copy h1 { margin-bottom: 20px; color: var(--green); font-size: clamp(60px, 7.5vw, 110px); line-height: .87; letter-spacing: -.045em; }
.hero-line { display: block; overflow: hidden; padding-bottom: .08em; }
.hero-line > span { display: inline-block; }
.hero-copy > p { display: none; }
.hero-copy > .primary-button { display: none; }
.hero-mini { position: absolute; z-index: 20; top: 52px; overflow: hidden; }
.hero-mini > img { width: 100%; object-fit: cover; }
.product-mini { left: 3%; width: clamp(170px, 14vw, 260px); }
.hero-mini-media { position: relative; aspect-ratio: 260/257; overflow: hidden; border-radius: 18px; background: #fff; }
.hero-mini-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-mini:hover .hero-mini-media > img { transform: scale(1.05); }
.hero-mini-media > a { position: absolute; right: 12px; bottom: 12px; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--green); color: white; text-decoration: none; transition: transform .2s; }
.hero-mini-media > a:hover { color: #fff; transform: scale(1.1); }
.hero-mini-copy { display: flex; justify-content: space-between; gap: 8px; padding-top: 10px; font-size: 14px; }
.video-mini { right: 3%; width: clamp(120px, 10vw, 178px); aspect-ratio: 177/287; border-radius: 18px; background: white; text-align: center; }
.video-mini img { width: 100%; height: 100%; object-fit: cover; }
.video-mini > button { position: absolute; bottom: 55px; left: 50%; display: grid; width: 45px; height: 45px; place-items: center; border: 0; border-radius: 50%; background: var(--green); color: white; transform: translateX(-50%); }
.video-mini small { position: absolute; right: 8px; bottom: 15px; left: 8px; font-size: 10px; }
.hero-pets { position: absolute; z-index: 10; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-end; }
.pet-panel { position: relative; min-width: 0; }
.pet-panel.side { flex: 1; }
.pet-panel.main { flex: 1.26; }
.pet-panel img { width: 100%; max-height: min(75vh, 65vw); object-fit: contain; object-position: bottom; }
.pet-panel.main img { max-height: min(85vh, 70vw); background: linear-gradient(to bottom, transparent 0 72%, var(--green) 72%); }
.pet-panel > strong { position: absolute; bottom: clamp(22px, 4vh, 50px); display: flex; align-items: center; color: #fff; font-size: clamp(26px, 3.2vw, 50px); gap: 12px; text-shadow: 0 2px 8px rgb(0 0 0 / .25); }
.pet-panel > strong img { width: 40px; height: 40px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; }
.pet-panel > strong span { display: inline-block; }
.pet-panel:first-child > strong { left: 8%; }
.pet-panel:last-child > strong { right: 8%; }
.pet-panel .rating { display: flex; align-items: center; gap: 9px; }
.pet-panel .rating svg { color: var(--orange); }
.hero-cta { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px 20px 38px; color: #fff; text-align: center; }
.hero-cta h2 { margin-bottom: 17px; font-size: clamp(28px, 3vw, 46px); line-height: .95; }
.hero-mobile-stats { display: none; }

.section-heading { display: flex; margin-bottom: 42px; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 72px); line-height: .94; letter-spacing: -.035em; }
.companion-section { padding-top: 110px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.category-card { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border: 1px solid rgb(26 61 26 / .08); border-radius: 28px; background: #f5fff6; padding: 0; color: var(--green); text-align: left; text-decoration: none; }
.category-card:hover { color: inherit; }
.category-card.category-1, .category-card.category-4 { background: var(--green); color: #fff; }
.category-card.category-2 { background: var(--mint-strong); }
.category-card.category-3 { background: #fff; }
.category-card img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; transition: transform .5s; }
.category-card:hover img { transform: scale(1.035); }
.category-card > span, .category-card > h3 { position: absolute; z-index: 2; left: 7%; margin: 0; }
.category-card > span { top: 7%; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.category-card > h3 { top: 15%; font-family: "DM Serif Display", serif; font-size: clamp(28px, 2.4vw, 44px); font-weight: 400; }
.category-card > i { position: absolute; right: 6%; bottom: 6%; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; }
.products-wrap { background: #fff; }
.products-section { padding-block: 90px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 52px 24px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 24px; background: #fff; }
.image-link { display: block; width: 100%; height: 100%; border: 0; background: none; padding: 0; }
.image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .image-link img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 13px; left: 13px; border-radius: 999px; background: var(--green); padding: 7px 11px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.favorite { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid rgb(26 61 26 / .1); border-radius: 50%; background: rgb(255 255 255 / .92); }
.quick-add { position: absolute; z-index: 3; right: 13px; bottom: 13px; display: grid; width: 45px; height: 45px; place-items: center; border: 0; border-radius: 50%; background: var(--orange); color: #fff; opacity: 0; transform: translateY(8px); transition: .2s; }
.product-card:hover .quick-add, .quick-add:focus { opacity: 1; transform: none; }
.favorite-button { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid rgb(26 61 26 / .1); border-radius: 50%; background: rgb(255 255 255 / .92); color: var(--green); transition: transform .2s, background .2s, border-color .2s; }
.favorite-button:hover { border-color: var(--green); transform: scale(1.05); }
.favorite-button.active { border-color: var(--orange); background: var(--orange); color: #fff; }
.product-copy { display: block; width: 100%; border: 0; background: none; padding: 15px 0 0; color: var(--green); text-align: left; text-decoration: none; }
.product-copy:hover { color: var(--green); }
.product-copy > span, .product-copy > small { display: flex; justify-content: space-between; gap: 12px; }
.product-copy > small { margin-top: 8px; color: rgb(26 61 26 / .55); }
.product-copy em { display: flex; align-items: center; gap: 4px; color: inherit; font-style: normal; }
.product-copy em svg { color: var(--orange); }
.standard { display: grid; overflow: hidden; border-radius: 32px; background: var(--green); color: #fff; grid-template-columns: 1fr 1.05fr; padding: 0; }
.standard > div { padding: clamp(35px, 5vw, 70px); }
.standard h2 { max-width: 650px; margin: 15px 0 25px; font-size: clamp(48px, 6vw, 80px); line-height: .92; }
.standard > div > p:not(.eyebrow) { max-width: 600px; color: rgb(255 255 255 / .64); line-height: 1.8; }
.standard > img { width: 100%; height: 100%; min-height: 480px; background: var(--mint-strong); object-fit: contain; object-position: bottom; }
.standards { display: grid; margin-top: 40px; border-top: 1px solid rgb(255 255 255 / .16); padding-top: 28px; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.standards span { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.standards svg { width: 23px; color: var(--orange); }
.journal-home { margin-top: 90px; background: var(--mint-strong); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.story-card { display: block; overflow: hidden; border: 0; border-radius: 25px; background: #fff; padding: 0; color: var(--green); text-align: left; text-decoration: none; }
.story-card:hover { color: var(--green); }
.story-card > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.story-card > div { padding: 25px; }
.story-card small { display: flex; justify-content: space-between; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-card small span { color: rgb(26 61 26 / .45); }
.story-card h3 { margin: 17px 0 10px; font-size: 31px; line-height: 1.02; }
.story-card p { margin: 0; color: rgb(26 61 26 / .62); font-size: 14px; line-height: 1.7; }
.story-link { display: flex; margin-top: 18px; align-items: center; gap: 8px; font-size: 12px; }
.story-link i { transition: transform .2s; }
.story-card:hover .story-link i { transform: translateX(4px); }

.page-hero { border-bottom: 1px solid rgb(26 61 26 / .1); background: var(--mint); padding: clamp(56px, 6vw, 80px) max(24px, calc((100vw - 1440px)/2)); }
.page-hero.compact { padding-block: clamp(56px, 6vw, 80px); }
.page-hero h1 { max-width: 1024px; margin: 16px 0 0; font-size: clamp(52px, 8vw, 104px); line-height: .88; letter-spacing: -.04em; }
.page-hero.compact h1 { font-size: clamp(52px, 8vw, 104px); }
.page-hero > p:last-child { max-width: 670px; margin: 24px 0 0; color: rgb(26 61 26 / .6); font-size: 16px; line-height: 1.75; }
.shop-section { padding-block: 55px 90px; }
.filter-bar { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(26 61 26 / .1); padding-bottom: 24px; gap: 20px; }
.mobile-filter-button { display: none; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-pills button { border: 1px solid rgb(26 61 26 / .15); border-radius: 999px; background: transparent; padding: 10px 17px; font-size: 13px; }
.filter-pills button.active { border-color: var(--green); background: var(--green); color: #fff; }
.filter-bar label { position: relative; display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; }
.filter-bar label > span { color: rgb(26 61 26 / .5); font-weight: 500; }
.filter-bar select { appearance: none; min-width: 175px; border: 1px solid rgb(26 61 26 / .15); border-radius: 999px; background: #fff; padding: 10px 40px 10px 16px; }
.filter-bar label svg { position: absolute; right: 14px; pointer-events: none; }
.result-count { margin: 30px 0; color: rgb(26 61 26 / .5); font-size: 13px; }

.product-page { padding-top: 45px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(40px, 6vw, 95px); }
.gallery-main { position: relative; overflow: hidden; border-radius: 30px; background: #fff; }
.gallery-main img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.thumbnails { display: flex; margin-top: 14px; gap: 11px; }
.thumbnails button { width: 88px; height: 88px; overflow: hidden; border: 2px solid transparent; border-radius: 16px; background: #fff; padding: 3px; }
.thumbnails button.active { border-color: var(--orange); }
.thumbnails img { width: 100%; height: 100%; border-radius: 11px; object-fit: cover; }
.product-info { align-self: center; }
.product-info h1 { margin-bottom: 20px; font-size: clamp(58px, 6vw, 88px); line-height: .91; }
.rating-row { display: flex; width: fit-content; align-items: center; gap: 10px; color: rgb(26 61 26 / .58); font-size: 13px; text-decoration: none; }
.rating-row:hover { color: var(--green); }
.rating-row > span { display: flex; color: var(--orange); }
.price { margin: 28px 0; font-size: 27px; font-weight: 700; }
.price del { margin-left: 9px; color: rgb(26 61 26 / .35); font-size: 18px; font-weight: 500; }
.description { max-width: 650px; color: rgb(26 61 26 / .64); font-size: 16px; line-height: 1.8; }
.color-row { display: flex; margin: 25px 0; gap: 12px; }
.color-row span { width: 35px; height: 35px; border: 4px solid var(--mint); border-radius: 50%; box-shadow: 0 0 0 1px rgb(26 61 26 / .18); }
.purchase-row { display: flex; align-items: center; gap: 11px; }
.purchase-row .dark-button { flex: 1; }
.quantity { display: inline-flex; align-items: center; border: 1px solid rgb(26 61 26 / .15); border-radius: 999px; background: #fff; }
.quantity button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; background: none; }
.quantity span { min-width: 24px; text-align: center; }
.benefits { display: grid; margin-top: 25px; border-top: 1px solid rgb(26 61 26 / .12); padding-top: 23px; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 13px; }
.benefits span { display: flex; align-items: center; gap: 9px; }
.benefits svg { width: 18px; color: var(--orange); }
.tabs { margin-top: 90px; }
.tab-list { display: flex; border-bottom: 1px solid rgb(26 61 26 / .15); gap: 25px; }
.tab-list button { border: 0; border-bottom: 2px solid transparent; background: none; padding: 15px 3px; text-transform: capitalize; }
.tab-list button.active { border-color: var(--orange); font-weight: 700; }
.tab-panel { margin-top: 25px; border-radius: 28px; background: #fff; padding: clamp(28px, 4vw, 50px); }
.tab-panel.split { display: grid; align-items: start; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.tab-panel h2 { margin-bottom: 22px; font-size: clamp(44px, 5vw, 67px); line-height: .95; }
.tab-panel > p { color: rgb(26 61 26 / .66); font-size: 17px; line-height: 1.85; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.detail-grid span { display: flex; align-items: center; gap: 10px; border-radius: 16px; background: var(--mint); padding: 17px; }
.detail-grid svg { color: var(--orange); }
.reviews { display: grid; grid-template-columns: 260px 1fr; gap: 50px; }
.review-score strong { display: block; font-family: "DM Serif Display", serif; font-size: 78px; font-weight: 400; }
.review-score span { display: flex; color: var(--orange); }
.review-score p { color: rgb(26 61 26 / .55); font-size: 13px; }
.reviews article { border-left: 1px solid rgb(26 61 26 / .12); padding-left: 45px; }
.reviews article h3 { margin: 18px 0 10px; font-size: 24px; }
.reviews article p { color: rgb(26 61 26 / .65); line-height: 1.75; }
.reviews article small { color: rgb(26 61 26 / .45); }
.verified { display: inline-block; border-radius: 999px; background: var(--mint-strong); padding: 7px 11px; font-size: 11px; font-weight: 700; }

.cart-layout, .checkout { display: grid; align-items: start; grid-template-columns: 1fr minmax(310px, 390px); gap: clamp(35px, 6vw, 85px); }
.cart-list article { position: relative; display: grid; align-items: center; border-bottom: 1px solid rgb(26 61 26 / .12); padding: 19px 0; grid-template-columns: 120px 1fr auto; gap: 22px; }
.cart-list article > img { width: 120px; height: 120px; border-radius: 20px; background: #fff; object-fit: cover; }
.cart-list article h2 { margin-bottom: 5px; font-size: 30px; }
.cart-list article p { color: rgb(26 61 26 / .5); font-size: 13px; }
.cart-list .remove { position: absolute; top: 22px; right: 0; border: 0; background: none; color: rgb(26 61 26 / .4); }
.order-summary { position: sticky; top: 105px; border-radius: 28px; background: #fff; padding: 28px; }
.order-summary h2 { margin-bottom: 28px; font-size: 40px; }
.order-summary > div { display: flex; justify-content: space-between; border-top: 1px solid rgb(26 61 26 / .1); padding: 15px 0; font-size: 14px; }
.order-summary .total { margin-top: 6px; padding: 20px 0; font-size: 18px; }
.order-summary > .dark-button { width: 100%; margin-top: 12px; }
.empty-state { padding: 80px 20px; text-align: center; }
.empty-state svg { color: var(--orange); }
.empty-state h2 { margin: 20px 0; font-size: 38px; }
.checkout { padding-top: 55px; }
.checkout form { display: grid; gap: 18px; }
.checkout form section { position: relative; border-radius: 26px; background: #fff; padding: 30px; }
.checkout form section > span { display: grid; width: 32px; height: 32px; place-items: center; float: left; margin-right: 12px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; }
.checkout form h2 { margin-bottom: 26px; font-family: "DM Serif Display", serif; font-size: 32px; font-weight: 400; }
.checkout label, .auth-form label { display: block; color: rgb(26 61 26 / .72); font-size: 12px; font-weight: 650; }
.checkout input, .auth-form input { width: 100%; margin-top: 8px; border: 1px solid rgb(26 61 26 / .12); border-radius: 15px; background: var(--mint); padding: 14px 15px; outline: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid .wide { grid-column: 1/-1; }
.mock-note { margin: 14px 0 0; color: rgb(26 61 26 / .5); font-size: 12px; }
.delivery-choice { display: flex !important; align-items: center; border: 1px solid var(--green); border-radius: 16px; background: var(--mint); padding: 16px; gap: 14px; }
.delivery-choice input { width: auto !important; margin: 0 !important; accent-color: var(--green); }
.delivery-choice > i { color: var(--orange); font-size: 20px; }
.delivery-choice > span { display: flex; flex: 1; flex-direction: column; gap: 4px; }
.delivery-choice small { color: rgb(26 61 26 / .5); font-weight: 400; }
.payment-types { display: flex; margin-bottom: 16px; gap: 8px; }
.payment-types > * { border: 1px solid rgb(26 61 26 / .1); border-radius: 8px; padding: 8px 12px; font-size: 11px; }
.payment-types b { border-color: var(--green); background: var(--green); color: #fff; }
.summary-item { display: grid !important; align-items: center; grid-template-columns: 64px 1fr auto; gap: 12px; }
.summary-item img { width: 64px; height: 64px; border-radius: 13px; object-fit: cover; }
.summary-item span { display: flex; flex-direction: column; font-weight: 650; }
.summary-item small { margin-top: 5px; color: rgb(26 61 26 / .45); font-weight: 400; }
.confirmation { width: min(calc(100% - 2rem), 850px); margin-inline: auto; padding: 110px 0; text-align: center; }
.confirmation > svg { margin: 0 auto 25px; color: var(--orange); }
.confirmation h1 { margin-bottom: 22px; font-size: clamp(58px, 8vw, 92px); line-height: .92; }
.confirmation > p:not(.eyebrow) { max-width: 600px; margin: 0 auto 28px; color: rgb(26 61 26 / .62); line-height: 1.8; }

.account-grid { display: grid; align-items: start; grid-template-columns: 280px 1fr; gap: 50px; }
.account-grid > aside { border-radius: 26px; background: var(--green); padding: 25px; color: #fff; }
.account-grid > aside img { width: 66px; height: 66px; border: 2px solid rgb(255 255 255 / .35); border-radius: 50%; object-fit: cover; }
.account-grid > aside h2 { margin: 16px 0 4px; font-family: "DM Serif Display", serif; font-size: 30px; font-weight: 400; }
.account-grid > aside p { margin-bottom: 25px; color: rgb(255 255 255 / .5); font-size: 12px; }
.account-grid > aside button { display: flex; width: 100%; justify-content: space-between; border: 0; border-radius: 12px; background: transparent; padding: 11px; color: rgb(255 255 255 / .72); text-align: left; }
.account-grid > aside button:first-of-type { background: #fff; color: var(--green); }
.account-stats { display: grid; margin-bottom: 45px; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.account-stats span { display: flex; flex-direction: column; border-radius: 22px; background: #fff; padding: 20px; color: rgb(26 61 26 / .55); font-size: 12px; }
.account-stats svg { width: 20px; margin-bottom: 16px; color: var(--orange); }
.account-stats strong { margin-top: 3px; color: var(--green); font-family: "DM Serif Display", serif; font-size: 38px; font-weight: 400; }
.account-grid .editorial-title { margin-bottom: 20px; font-size: 44px; }
.mini-grid { grid-template-columns: repeat(3, 1fr); }
.mini-grid .product-card > h3 { font-size: 15px; }
.auth-page { display: grid; width: min(calc(100% - 3rem), 1440px); min-height: 720px; margin: 45px auto; overflow: hidden; border-radius: 32px; background: #fff; grid-template-columns: 1fr 1fr; }
.auth-form { display: flex; max-width: 580px; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 72px); }
.auth-form h1 { margin-bottom: 20px; font-size: clamp(52px, 6vw, 76px); line-height: .91; }
.auth-form > p:not(.eyebrow,.auth-switch) { color: rgb(26 61 26 / .58); line-height: 1.75; }
.auth-form form { display: grid; margin-top: 25px; gap: 15px; }
.auth-switch { margin: 25px 0 0; border-top: 1px solid rgb(26 61 26 / .1); padding-top: 20px; color: rgb(26 61 26 / .55); font-size: 13px; text-align: center; }
.auth-switch button, .auth-switch a { border: 0; background: none; color: var(--green); font-weight: 700; text-decoration: none; }
.auth-image { position: relative; min-height: 450px; background: var(--mint-strong); }
.auth-image > img { width: 100%; height: 100%; object-fit: cover; }
.auth-image > div { position: absolute; right: 35px; bottom: 35px; left: 35px; border-radius: 24px; background: rgb(26 61 26 / .92); padding: 25px; color: #fff; }
.auth-image h2 { margin: 15px 0 10px; font-size: 34px; line-height: 1; }
.auth-image p { margin: 0; color: rgb(255 255 255 / .6); font-size: 12px; }

.journal-grid { padding-top: 60px; }
.article-hero { width: min(calc(100% - 3rem), 1180px); margin: 0 auto; padding: 65px 0 0; text-align: center; }
.article-hero .back-link { display: flex; width: fit-content; margin-inline: auto; }
.article-hero h1 { max-width: 1050px; margin: 0 auto 45px; font-size: clamp(58px, 8vw, 104px); line-height: .91; }
.article-hero > img { width: 100%; max-height: 650px; border-radius: 32px; object-fit: cover; }
.article-body { width: min(calc(100% - 3rem), 740px); margin: 0 auto; padding: 60px 0 100px; color: rgb(26 61 26 / .72); font-size: 17px; line-height: 1.9; }
.article-body .lead { color: var(--green); font-family: "DM Serif Display", serif; font-size: 29px; line-height: 1.45; }
.article-body blockquote { margin: 45px 0; border-left: 4px solid var(--orange); padding-left: 25px; color: var(--green); font-family: "DM Serif Display", serif; font-size: 30px; line-height: 1.35; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-grid article { border-radius: 26px; background: #fff; padding: 30px; }
.info-grid article > svg { width: 48px; height: 48px; border-radius: 50%; background: var(--mint-strong); padding: 13px; }
.info-grid h2 { margin: 28px 0 12px; font-family: "DM Serif Display", serif; font-size: 32px; font-weight: 400; }
.info-grid p { margin: 0; color: rgb(26 61 26 / .58); font-size: 14px; line-height: 1.75; }
.delivery-timetable { display: grid; margin-top: 65px; border-top: 1px solid rgb(26 61 26 / .1); padding-top: 55px; grid-template-columns: 1fr 1fr; gap: 60px; }
.delivery-timetable h2 { max-width: 620px; margin: 15px 0 0; font-family: "DM Serif Display", serif; font-size: clamp(45px, 5vw, 66px); font-weight: 400; line-height: .95; }
.delivery-timetable > div:last-child p { display: grid; margin: 0; border-bottom: 1px solid rgb(26 61 26 / .1); padding: 20px 0; grid-template-columns: 1fr 1.5fr 1fr; gap: 15px; font-size: 14px; }
.delivery-timetable span { color: rgb(26 61 26 / .55); }
.delivery-timetable strong { text-align: right; }
.brand-grid { display: grid; border-top: 1px solid rgb(26 61 26 / .12); border-left: 1px solid rgb(26 61 26 / .12); grid-template-columns: repeat(3, 1fr); }
.brand-grid span { display: grid; aspect-ratio: 1.35; place-items: center; border-right: 1px solid rgb(26 61 26 / .12); border-bottom: 1px solid rgb(26 61 26 / .12); background: #fff; font-family: "DM Serif Display", serif; font-size: clamp(26px, 3vw, 42px); text-align: center; }
.brand-grid span:nth-child(odd) { background: var(--mint); }
.criteria { display: flex; margin-top: 60px; align-items: center; justify-content: space-between; border-radius: 30px; background: var(--green); padding: clamp(35px, 5vw, 65px); color: #fff; }
.criteria h2 { max-width: 850px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: .95; }
.criteria > svg { color: var(--mint-strong); }

.site-footer { background: var(--green-dark); color: #fff; }
.footer-grid { display: grid; padding-bottom: 55px; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 45px; }
.footer-logo { display: inline-flex; border-radius: 15px; background: var(--mint); padding: 8px 12px; }
.footer-logo img { width: auto; height: 34px; }
.footer-grid > div:first-child > p { max-width: 320px; margin: 20px 0; color: rgb(255 255 255 / .5); font-size: 14px; line-height: 1.7; }
.footer-grid h3 { color: var(--orange); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid button, .footer-grid a { border: 0; background: none; padding: 0; color: rgb(255 255 255 / .56); font-size: 14px; text-decoration: none; }
.footer-grid button:hover, .footer-grid a:hover { color: #fff; }
.socials { display: flex; gap: 8px; }
.socials svg { width: 40px; height: 40px; border: 1px solid rgb(255 255 255 / .16); border-radius: 50%; padding: 11px; }
.copyright { display: flex; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / .1); padding-block: 22px; color: rgb(255 255 255 / .34); font-size: 12px; }

.overlay { position: fixed; z-index: 80; inset: 0; display: grid; place-items: start center; overflow-y: auto; background: rgb(16 39 16 / .62); padding: 8vh 16px 20px; backdrop-filter: blur(8px); }
.search-modal { width: min(100%, 680px); border-radius: 28px; background: #fff; padding: 25px; box-shadow: 0 35px 90px rgb(0 0 0 / .2); }
.search-modal > div:first-child { display: flex; align-items: center; border-bottom: 1px solid rgb(26 61 26 / .12); padding-bottom: 15px; gap: 12px; }
.search-modal input { min-width: 0; flex: 1; border: 0; background: none; padding: 5px; font-size: 18px; outline: 0; }
.search-modal > div button { border: 0; background: none; }
.search-modal > .eyebrow { margin-top: 22px; }
.search-result { display: flex; width: 100%; align-items: center; border: 0; border-radius: 17px; background: none; padding: 9px; color: var(--green); gap: 14px; text-align: left; text-decoration: none; }
.search-result:hover { background: var(--mint); }
.search-result img { width: 64px; height: 64px; border-radius: 13px; object-fit: cover; }
.search-result > span { display: flex; min-width: 0; flex: 1; flex-direction: column; gap: 5px; }
.search-result small { color: rgb(26 61 26 / .5); }
.drawer-overlay { justify-items: end; padding: 0; }
.cart-drawer { display: flex; width: min(100%, 440px); height: 100%; flex-direction: column; background: #fff; padding: 25px; }
.cart-drawer > header { display: flex; align-items: center; justify-content: space-between; }
.cart-drawer h2 { margin: 0; font-family: "DM Serif Display", serif; font-size: 38px; font-weight: 400; }
.drawer-items { flex: 1; overflow-y: auto; padding: 25px 0; }
.drawer-items article { display: grid; align-items: center; margin-bottom: 10px; border-radius: 17px; background: var(--mint); padding: 10px; grid-template-columns: 75px 1fr auto; gap: 12px; }
.drawer-items article img { width: 75px; height: 75px; border-radius: 13px; object-fit: cover; }
.drawer-items article > span { display: flex; flex-direction: column; gap: 10px; }
.drawer-items .quantity { width: fit-content; font-size: 12px; }
.drawer-items .quantity button { width: 28px; height: 28px; }
.cart-drawer > footer { border-top: 1px solid rgb(26 61 26 / .12); padding-top: 20px; }
.cart-drawer > footer > div { display: flex; margin-bottom: 18px; justify-content: space-between; }
.cart-drawer > footer .dark-button { width: 100%; }
.cart-drawer > footer .text-link { display: flex; margin: 15px auto 0; }
.video-modal { position: relative; display: grid; width: min(100%, 850px); overflow: hidden; border-radius: 30px; background: var(--mint); grid-template-columns: 1fr 1fr; }
.video-modal > img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.video-modal > div { display: flex; flex-direction: column; justify-content: center; padding: 45px; }
.video-modal h2 { margin-bottom: 20px; font-family: "DM Serif Display", serif; font-size: 55px; font-weight: 400; line-height: .92; }
.video-modal > div > p:not(.eyebrow) { color: rgb(26 61 26 / .62); line-height: 1.8; }
.video-modal .primary-button { align-self: flex-start; }
.video-modal .close { position: absolute; z-index: 2; top: 14px; right: 14px; background: #fff; }
.toast { position: fixed; z-index: 100; bottom: 22px; left: 50%; display: flex; align-items: center; border-radius: 999px; background: var(--green); padding: 13px 20px; color: #fff; font-size: 13px; font-weight: 650; gap: 8px; transform: translateX(-50%); box-shadow: 0 18px 40px rgb(16 39 16 / .24); }
.toast svg { color: var(--mint-strong); }

@media (max-width: 1023px) {
  .desktop-nav { display: none; }
  .menu-trigger { display: inline-grid; }
  .header-inner { width: calc(100% - 2rem); }
  .hero { min-height: auto; padding: 35px 24px 0; }
  .hero-copy { padding-top: 10px; }
  .hero-copy h1 { font-size: clamp(58px, 10vw, 86px); }
  .hero-copy > p, .hero-copy > .primary-button { display: inline-flex; }
  .hero-copy > p { display: block; max-width: 480px; margin: 0 auto 20px; color: rgb(26 61 26 / .6); line-height: 1.7; }
  .hero-mini { position: relative; top: auto; right: auto; left: auto; display: inline-block; margin-top: 35px; vertical-align: top; }
  .product-mini { width: calc(50% - 9px); margin-right: 14px; }
  .video-mini { width: calc(50% - 9px); }
  .hero-pets { position: relative; right: auto; bottom: auto; left: auto; margin: 45px -24px 0; }
  .hero-cta { display: none; }
  .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .standard { grid-template-columns: 1fr; }
  .standard > img { min-height: 420px; }
  .product-layout { grid-template-columns: 1fr; }
  .product-info { max-width: 750px; }
  .cart-layout, .checkout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .auth-page { grid-template-columns: 1fr; }
  .auth-image { min-height: 500px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 767px) {
  .section { width: min(calc(100% - 2rem), 1440px); padding-block: 62px; }
  .header-inner { height: 68px; }
  .brand-button img { height: 32px; }
  .search-trigger, .avatar-button { display: none; }
  .header-actions { gap: 6px; }
  .icon-button { width: 40px; height: 40px; }
  .hero { padding: 12px 16px 0; }
  .hero-copy h1 { font-size: 40px; line-height: .94; }
  .hero-copy > p { max-width: 310px; font-size: 12px; }
  .product-mini { margin-right: 8px; }
  .hero-mini { margin-top: 20px; }
  .video-mini { aspect-ratio: 3/4; }
  .hero-mini-copy { font-size: 12px; }
  .hero-pets { margin: clamp(48px, 11vh, 92px) -16px 0; }
  .hero-mobile-stats { display: flex; margin: 28px 0 4px; align-items: center; justify-content: center; gap: 28px; }
  .hero-mobile-stats > span { display: flex; align-items: center; gap: 9px; }
  .hero-mobile-stats b { font-size: 21px; }
  .hero-mobile-stats img { width: 36px; height: 36px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; }
  .hero-mobile-stats > i { width: 1px; height: 32px; background: rgb(26 61 26 / .15); }
  .hero-mobile-stats .bi-star-fill { width: auto; height: auto; background: none; color: var(--orange); }
  .pet-panel > strong { display: none !important; }
  .companion-section { padding-top: 65px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 42px; }
  .section-heading .text-link { display: none; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { aspect-ratio: 1; }
  .product-grid { gap: 32px 12px; }
  .product-image { border-radius: 18px; }
  .product-copy > span, .product-copy > small { font-size: 12px; }
  .quick-add { opacity: 1; transform: none; }
  .standard { width: calc(100% - 2rem); border-radius: 25px; }
  .standard h2 { font-size: 48px; }
  .standard > img { min-height: 310px; }
  .standards { gap: 8px; }
  .standards span { font-size: 11px; }
  .journal-home { margin-top: 45px; }
  .story-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 60px 16px; }
  .page-hero h1 { font-size: 59px; }
  .filter-bar { align-items: flex-start; flex-direction: column; }
  .mobile-filter-button { display: inline-flex; align-items: center; border: 1px solid rgb(26 61 26 / .15); border-radius: 999px; background: #fff; padding: 10px 15px; font-size: 13px; gap: 7px; }
  .filter-bar .filter-pills { display: none; }
  .filter-bar .filter-pills.open { display: flex; }
  .filter-bar label { width: 100%; justify-content: space-between; }
  .filter-bar select { flex: 1; }
  .product-page { padding-top: 30px; }
  .product-layout { gap: 35px; }
  .gallery-main { border-radius: 22px; }
  .thumbnails button { width: 78px; height: 78px; }
  .product-info h1 { font-size: 59px; }
  .purchase-row { flex-wrap: wrap; }
  .purchase-row .dark-button { order: 3; width: 100%; flex-basis: 100%; }
  .tab-list { overflow-x: auto; gap: 18px; }
  .tab-list button { white-space: nowrap; }
  .tab-panel.split, .reviews { grid-template-columns: 1fr; gap: 25px; }
  .reviews article { border-top: 1px solid rgb(26 61 26 / .12); border-left: 0; padding-top: 25px; padding-left: 0; }
  .detail-grid { grid-template-columns: 1fr; }
  .cart-list article { grid-template-columns: 90px 1fr; }
  .cart-list article > img { width: 90px; height: 90px; }
  .cart-list article > strong { grid-column: 2; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .account-grid { grid-template-columns: 1fr; }
  .account-stats { gap: 8px; }
  .account-stats span { padding: 15px; }
  .mini-grid { grid-template-columns: repeat(2, 1fr); }
  .auth-page { width: calc(100% - 2rem); margin-block: 16px; }
  .auth-form { padding: 30px 22px; }
  .auth-form h1 { font-size: 52px; }
  .auth-image { min-height: 360px; }
  .article-hero, .article-body { width: calc(100% - 2rem); }
  .article-hero h1 { font-size: 58px; }
  .info-grid { grid-template-columns: 1fr; }
  .delivery-timetable { grid-template-columns: 1fr; gap: 25px; }
  .delivery-timetable > div:last-child p { grid-template-columns: 1fr 1.3fr 1fr; font-size: 12px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .criteria { align-items: flex-start; flex-direction: column; gap: 25px; }
  .criteria h2 { font-size: 46px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .copyright { flex-direction: column; gap: 8px; }
  .video-modal { grid-template-columns: 1fr; }
  .video-modal > img { min-height: 260px; max-height: 330px; }
  .video-modal > div { padding: 30px; }
  .video-modal h2 { font-size: 46px; }
}

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

/* Bootstrap edition integration */
.page-container { width: min(calc(100% - 4rem), 1504px); margin-inline: auto; padding: 0; }
.site-header .navbar { min-height: 78px; padding: 0; background: transparent; }
.navbar-brand { border: 0; background: transparent; padding: 0; }
.navbar-brand img { width: auto; height: 36px; }
.navbar-nav .nav-link { position: relative; border: 0; background: transparent; padding: 13px 9px; color: rgb(26 61 26 / .62); font-size: 14px; }
.navbar-nav .nav-link::after { position: absolute; right: 8px; bottom: 6px; left: 8px; height: 1px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .2s; }
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover { color: var(--green); }
.navbar-nav .nav-link.active::after { transform: scaleX(1); }
.shop-menu-item { display: flex; align-items: center; }
.shop-trigger { display: flex; align-items: center; gap: 6px; }
.shop-trigger > i { font-size: 11px; transition: transform .2s ease; }
.shop-menu-item.open .shop-trigger > i { transform: rotate(180deg); }
.shop-mega { position: absolute; z-index: 3; top: 100%; right: 0; left: 0; border-top: 1px solid rgb(26 61 26 / .08); background: #f9fff9; box-shadow: 0 22px 55px rgb(16 39 16 / .16); animation: mega-in .24s cubic-bezier(.16,1,.3,1) both; }
.shop-mega-inner { display: grid; width: min(calc(100% - 6rem), 1504px); margin-inline: auto; padding-block: 32px; grid-template-columns: .8fr 1.15fr 1.15fr; gap: 40px; }
.shop-mega section { min-width: 0; }
.mega-label { margin-bottom: 16px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.mega-pet-links { display: grid; gap: 4px; }
.mega-pet-links a { display: flex; width: 100%; align-items: center; justify-content: space-between; border-radius: 12px; padding: 10px 12px; color: var(--green); font-size: 14px; font-weight: 650; text-decoration: none; }
.mega-pet-links a:hover { background: var(--mint); color: var(--green); }
.mega-pet-links i { color: var(--orange); transition: transform .2s ease; }
.mega-pet-links a:hover i { transform: translateX(4px); }
.mega-all { display: inline-flex; margin-top: 16px; align-items: center; border-bottom: 1px solid var(--green); padding: 0 0 4px; color: var(--green); font-size: 12px; font-weight: 650; gap: 8px; text-decoration: none; }
.mega-all:hover { color: var(--green); }
.mega-need-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mega-need-grid a { border-radius: 16px; background: var(--mint); padding: 12px 16px; color: var(--green); text-align: left; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.mega-need-grid a:hover { background: var(--mint-strong); color: var(--green); transform: translateY(-2px); }
.mega-need-grid strong, .mega-need-grid small { display: block; }
.mega-need-grid strong { font-size: 14px; }
.mega-need-grid small { margin-top: 2px; color: rgb(26 61 26 / .5); font-size: 11px; }
.mega-feature { position: relative; display: block; min-height: 210px; overflow: hidden; border-radius: 24px; background: var(--green); color: #fff; text-align: left; text-decoration: none; }
.mega-feature:hover { color: #fff; }
.mega-feature > img { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; height: 100%; object-fit: contain; object-position: bottom; transition: transform .5s ease; }
.mega-feature:hover > img { transform: scale(1.05); }
.mega-feature > span { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; display: block; width: 58%; background: linear-gradient(90deg, var(--green) 0 82%, transparent); padding: 24px; }
.mega-feature small { display: block; color: var(--mint-strong); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.mega-feature strong { display: block; margin-top: 16px; font-family: "DM Serif Display", serif; font-size: 30px; font-weight: 400; line-height: 1; }
.mega-feature b { display: inline-flex; margin-top: 24px; align-items: center; font-size: 12px; gap: 8px; }
.mega-feature b i { color: var(--orange); }
@keyframes mega-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.round-button { position: relative; display: grid; width: 44px; height: 44px; place-items: center; flex: none; border: 1px solid rgb(26 61 26 / .16); border-radius: 50%; background: transparent; padding: 0; color: var(--green); text-decoration: none; }
.round-button.accent, .round-button.active { border-color: var(--orange); background: var(--orange); color: #fff; }
.brand-count { position: absolute; top: -4px; right: -4px; display: grid; min-width: 20px; height: 20px; place-items: center; border: 2px solid var(--mint); border-radius: 999px; background: var(--orange); padding-inline: 3px; color: #fff; font-size: 10px; line-height: 1; }
.navbar-toggler { box-shadow: none !important; }
.navbar-toggler-icon { width: 18px; height: 18px; background-size: 18px; }
.btn-brand, .btn-brand-dark { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 25px; color: #fff; font-size: 14px; font-weight: 650; gap: 9px; transition: transform .2s, background .2s; }
.btn-brand { background: var(--orange); }
.btn-brand:hover, .btn-brand:focus { background: #d45e0d; color: #fff; transform: translateY(-2px); }
.btn-brand-dark { background: var(--green); }
.btn-brand-dark:hover, .btn-brand-dark:focus { background: #2a5a2a; color: #fff; transform: translateY(-2px); }
.btn-brand-dark:disabled { background: var(--green); opacity: .45; transform: none; }
.hero-copy > .btn-brand { display: none; }
.pet-panel .rating i { color: var(--orange); font-size: .65em; }
.mobile-search { display: flex; width: 100%; align-items: center; border: 0; border-radius: 999px; background: #fff; padding: 12px 15px; font-weight: 600; gap: 8px; }
.form-select:focus, .form-control:focus { border-color: var(--green); box-shadow: 0 0 0 .2rem rgb(26 61 26 / .1); }
.rating-row i, .product-copy em i, .review-score i { color: var(--orange); }
.rating-row > span, .review-score > span { display: flex; gap: 2px; }
.quantity { overflow: hidden; }
.quantity button { border: 0; background: transparent; }
.nav-tabs { border-color: rgb(26 61 26 / .15); gap: 20px; }
.nav-tabs .nav-link { border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 15px 3px; color: var(--green); }
.nav-tabs .nav-link.active { border-bottom-color: var(--orange); background: transparent; color: var(--green); font-weight: 700; }
.tab-content > .tab-pane { outline: 0; }
.info-grid article > i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--mint-strong); font-size: 20px; }
.criteria > i { color: var(--mint-strong); font-size: 76px; }
.standards i { color: var(--orange); font-size: 23px; }
.socials i { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgb(255 255 255 / .16); border-radius: 50%; }
.confirmation > i { display: block; margin-bottom: 25px; color: var(--orange); font-size: 48px; }
.empty-state > i { display: block; color: var(--orange); font-size: 40px; }
.account-stats i { margin-bottom: 16px; color: var(--orange); font-size: 20px; }
.auth-image > div > i { color: var(--orange); font-size: 24px; }
.offcanvas.cart-offcanvas { width: min(100%, 440px); border: 0; }
.cart-offcanvas .offcanvas-header { padding: 25px 25px 10px; }
.cart-offcanvas .offcanvas-header h2 { margin: 0; font-family: "DM Serif Display", serif; font-size: 38px; font-weight: 400; }
.cart-offcanvas .offcanvas-body { padding: 10px 25px 25px; }
.cart-offcanvas .offcanvas-body > footer { border-top: 1px solid rgb(26 61 26 / .12); padding-top: 20px; }
.cart-offcanvas .offcanvas-body > footer > div { display: flex; margin-bottom: 18px; justify-content: space-between; }
.modal-backdrop.show { opacity: .62; }
.search-modal.modal-content { border: 0; border-radius: 28px; padding: 25px; }
.search-field { display: flex; align-items: center; border-bottom: 1px solid rgb(26 61 26 / .12); padding-bottom: 15px; gap: 12px; }
.search-field input { min-width: 0; flex: 1; border: 0; background: transparent; padding: 5px; font-size: 18px; outline: 0; }
.video-modal.modal-content { display: grid; overflow: hidden; border: 0; border-radius: 30px; background: var(--mint); grid-template-columns: 1fr 1fr; }
.video-modal.modal-content > img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.video-modal.modal-content > div { display: flex; flex-direction: column; justify-content: center; padding: 45px; }
.video-modal.modal-content > div > p:not(.eyebrow) { color: rgb(26 61 26 / .62); line-height: 1.8; }
.video-modal.modal-content .close { position: absolute; z-index: 2; top: 15px; right: 15px; }
.brand-toast { position: fixed; z-index: 1090; bottom: 22px; left: 50%; display: flex; align-items: center; border-radius: 999px; background: var(--green); padding: 13px 20px; color: #fff; font-size: 13px; font-weight: 650; opacity: 0; pointer-events: none; gap: 8px; transform: translate(-50%, 18px); transition: .25s; box-shadow: 0 18px 40px rgb(16 39 16 / .24); }
.brand-toast.show { opacity: 1; transform: translate(-50%, 0); }
.brand-toast i { color: var(--mint-strong); }

@keyframes fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes slide-up {
  from { transform: translateY(60px); }
  to { transform: translateY(0); }
}
@keyframes slide-in-left {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes text-reveal {
  from { opacity: 0; filter: blur(4px); transform: translateY(40px) skewY(3deg); }
  to { opacity: 1; filter: blur(0); transform: translateY(0) skewY(0); }
}
@keyframes word-pop {
  0% { opacity: 0; filter: blur(8px); transform: translateY(60px) scale(.7) rotate(-4deg); }
  72% { opacity: 1; filter: blur(0); transform: translateY(-7px) scale(1.04) rotate(.5deg); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1) rotate(0); }
}
@keyframes scale-in {
  from { opacity: 0; transform: scale(.85); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes photo-reveal {
  from { opacity: 0; transform: translateY(80px) scale(1.02); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.animate-fade-up,
.animate-fade-in,
.animate-slide-up,
.animate-slide-in-left,
.animate-slide-in-right,
.animate-text-reveal,
.animate-word-pop,
.animate-scale-in,
.animate-photo-reveal { animation-fill-mode: both; }
.animate-fade-up { animation: fade-up .8s cubic-bezier(.16,1,.3,1) both; }
.animate-fade-in { animation: fade-in .6s ease-out both; }
.animate-slide-up { animation: slide-up .9s cubic-bezier(.16,1,.3,1) both; }
.animate-slide-in-left { animation: slide-in-left .8s cubic-bezier(.16,1,.3,1) both; }
.animate-slide-in-right { animation: slide-in-right .8s cubic-bezier(.16,1,.3,1) both; }
.animate-text-reveal { animation: text-reveal 1s cubic-bezier(.16,1,.3,1) both; }
.animate-word-pop { opacity: 0; animation: word-pop .9s cubic-bezier(.34,1.56,.64,1) both; }
.animate-scale-in { animation: scale-in .7s cubic-bezier(.16,1,.3,1) both; }
.animate-photo-reveal { animation: photo-reveal 1.1s cubic-bezier(.16,1,.3,1) both; }
.delay-100 { animation-delay: 100ms; }
.delay-200 { animation-delay: 200ms; }
.delay-300 { animation-delay: 300ms; }
.delay-400 { animation-delay: 400ms; }
.delay-500 { animation-delay: 500ms; }
.delay-600 { animation-delay: 600ms; }
.delay-700 { animation-delay: 700ms; }
.delay-800 { animation-delay: 800ms; }
.delay-900 { animation-delay: 900ms; }
.delay-1000 { animation-delay: 1000ms; }
.delay-1100 { animation-delay: 1100ms; }
.delay-1200 { animation-delay: 1200ms; }
.reveal-on-scroll { opacity: 0; transform: translateY(32px); transition: opacity .75s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms), transform .75s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms); }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.modal.show .modal-content { animation: scale-in .42s cubic-bezier(.16,1,.3,1) both; }

@media (max-width: 991.98px) {
  .page-container { width: calc(100% - 2rem); }
  .site-header .navbar { min-height: 68px; }
  .navbar-brand img { height: 32px; }
  .navbar-collapse { order: 4; width: 100%; border-top: 1px solid rgb(26 61 26 / .1); padding: 8px 0 15px; }
  .hero-copy > .btn-brand { display: inline-flex; }
  .navbar-nav .nav-link { width: 100%; border-bottom: 1px solid rgb(26 61 26 / .09); padding: 12px 3px; text-align: left; }
  .navbar-nav .nav-link::after { display: none; }
  .shop-menu-item { display: block; }
  .shop-trigger { width: 100%; justify-content: space-between; }
  .shop-mega { position: static; border-top: 0; background: transparent; box-shadow: none; animation: mega-in .2s ease-out both; }
  .shop-mega-inner { display: grid; width: 100%; padding: 12px 0; grid-template-columns: 1fr 1fr; gap: 8px; }
  .shop-mega section, .mega-pet-links, .mega-need-grid { display: contents; }
  .mega-label, .mega-feature, .mega-pet-links a:nth-child(3), .mega-need-grid a:nth-child(4), .mega-need-grid a:nth-child(6) { display: none; }
  .mega-pet-links a, .mega-need-grid a { border: 0; border-radius: 12px; background: #fff; padding: 10px 12px; }
  .mega-all { display: flex; margin: 0; align-items: center; justify-content: space-between; grid-column: 1/-1; order: 2; border: 0; border-radius: 12px; background: var(--green); padding: 10px 12px; color: #fff; }
  .mega-all:hover { color: #fff; }
}

@media (max-width: 767.98px) {
  .page-container { width: calc(100% - 1.5rem); }
  .round-button { width: 40px; height: 40px; }
  .video-modal.modal-content { grid-template-columns: 1fr; }
  .video-modal.modal-content > img { min-height: 260px; max-height: 330px; }
  .video-modal.modal-content > div { padding: 30px; }
}

@media (max-width: 575.98px) {
  .site-header .page-container { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 8px; }
  .site-header .navbar-brand { min-width: 0; }
  .site-header .navbar-brand img { width: auto; max-width: 142px; height: 28px; }
  .site-header .page-container > .d-flex { justify-self: end; gap: 4px !important; }
  .site-header .round-button { width: 38px; height: 38px; }
  .site-header .navbar-collapse { grid-column: 1 / -1; }
}

/* React-baseline parity: product, reviews, journal, and article surfaces */
.product-layout { grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); gap: clamp(40px,4vw,64px); }
.product-info { position: sticky; top: 112px; align-self: start; }
.product-info h1 { font-size: clamp(52px,6vw,82px); line-height: .9; letter-spacing: -.04em; }
.price { margin: 28px 0 17px; }
.description { margin-top: 28px; line-height: 1.75; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: rgb(255 255 255 / .9); transform: translateY(-50%); box-shadow: 0 8px 25px rgb(16 39 16 / .12); }
.gallery-arrow.previous { left: 16px; }.gallery-arrow.next { right: 16px; }
.gallery-count { position: absolute; right: 16px; bottom: 16px; border-radius: 999px; background: rgb(16 39 16 / .78); padding: 7px 11px; color: #fff; font-size: 11px; }
.color-label { display: flex; margin-top: 28px; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; }
.color-label span { color: rgb(26 61 26 / .45); font-weight: 400; }
.color-row { margin: 10px 0 25px; }
.color-row button { width: 35px; height: 35px; border: 4px solid var(--mint); border-radius: 50%; box-shadow: 0 0 0 1px rgb(26 61 26 / .18); }
.color-row button.active { box-shadow: 0 0 0 2px var(--green); }
.benefits { border-bottom: 1px solid rgb(26 61 26 / .12); padding: 23px 0; grid-template-columns: repeat(3,1fr); font-size: 12px; }
.benefits span { flex-direction: column; text-align: center; }
.benefits i { color: var(--orange); font-size: 18px; }
.feature-list { display: grid; margin-top: 26px; gap: 10px; }
.feature-list span { display: flex; align-items: center; color: rgb(26 61 26 / .78); font-size: 14px; gap: 9px; }
.feature-list i { color: var(--orange); }
.details-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; padding-top: 25px; }
.details-cards article { border-radius: 26px; background: #fff; padding: 28px; }
.details-cards article:first-child { background: var(--green); color: #fff; }.details-cards article:nth-child(2) { background: var(--mint-strong); }
.details-cards article h3 { margin: 32px 0 12px; font-family: "DM Serif Display",serif; font-size: 30px; font-weight: 400; }
.details-cards article p { color: rgb(26 61 26 / .55); font-size: 14px; line-height: 1.75; }.details-cards article:first-child p { color: rgb(255 255 255 / .58); }
.reviews-complete { display: grid; padding-top: 25px; scroll-margin-top: 104px; gap: 28px; }
.reviews-summary { display: grid; overflow: hidden; border-radius: 28px; background: #fff; grid-template-columns: 360px 1fr; }
.reviews-summary > section { padding: 32px; }.reviews-summary > section:first-child { background: var(--green); color: #fff; }
.reviews-summary strong { font-family: "DM Serif Display",serif; font-size: 58px; font-weight: 400; line-height: 1; }
.reviews-summary > section:first-child > span { color: rgb(255 255 255 / .65); font-size: 12px; }.reviews-summary > section:first-child > p:not(.eyebrow,.review-stars) { color: rgb(255 255 255 / .65); font-size: 13px; line-height: 1.6; }.reviews-summary hr { border-color: rgb(255 255 255 / .18); opacity: 1; }
.reviews-summary h3 { font-family: "DM Serif Display",serif; font-size: 34px; font-weight: 400; }
.review-stars { display: flex; color: var(--orange); gap: 2px; }
.rating-breakdown { display: grid; align-items: center; margin-top: 10px; grid-template-columns: 42px 1fr 28px; gap: 10px; color: rgb(26 61 26 / .58); font-size: 12px; }
.rating-breakdown > i { height: 7px; overflow: hidden; border-radius: 999px; background: rgb(26 61 26 / .1); }.rating-breakdown > i b { display: block; height: 100%; border-radius: inherit; background: var(--orange); }
.review-toolbar { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgb(26 61 26 / .1); border-bottom: 1px solid rgb(26 61 26 / .1); padding-block: 17px; gap: 15px; }
.review-toolbar > div { display: flex; flex-wrap: wrap; gap: 7px; }
.review-toolbar > div button,.review-toolbar > div a,.review-toolbar select { border: 1px solid rgb(26 61 26 / .14); border-radius: 999px; background: #fff; padding: 9px 13px; color: var(--green); font-size: 12px; text-decoration: none; }.review-toolbar > div button.active,.review-toolbar > div a.active { border-color: var(--green); background: var(--green); color: #fff; }
.review-toolbar label { display: flex; align-items: center; font-size: 12px; gap: 7px; }
.review-form { display: grid; border-radius: 22px; background: var(--mint-strong); padding: 24px; grid-template-columns: 1fr 1fr; gap: 14px; }.review-form h3,.review-form .wide { grid-column: 1/-1; }.review-form h3 { margin: 0; font-family: "DM Serif Display",serif; font-size: 32px; font-weight: 400; }.review-form label { display: grid; margin: 0; font-size: 12px; font-weight: 650; gap: 7px; }.review-form input,.review-form textarea,.review-form select { width: 100%; border: 1px solid rgb(26 61 26 / .12); border-radius: 13px; background: #fff; padding: 12px; color: var(--green); }.review-form textarea { min-height: 126px; resize: vertical; }.review-form .form-submit { width: 100%; }.review-form .form-submit .btn { width: 100%; }
.woocommerce-Reviews #review_form { border-radius: 22px; background: var(--mint-strong); padding: 24px; }.woocommerce-Reviews #review_form > #respond { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.woocommerce-Reviews #review_form > #respond > h3 { grid-column: 1/-1; margin: 0; font-family: "DM Serif Display",serif; font-size: 32px; font-weight: 400; }.woocommerce-Reviews #review_form > #respond > .review-form { display: contents; }.woocommerce-Reviews #review_form .form-submit .btn-brand-dark { width: 100%; border: 0; background: var(--green) !important; color: #fff !important; }
.review-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.review-list article { border-radius: 26px; background: #fff; padding: 26px; }
.review-list header { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }.review-list header p { margin: 3px 0 0; color: rgb(26 61 26 / .45); font-size: 12px; }.review-list header > div:last-child { display: flex; align-items: flex-end; flex-direction: column; gap: 7px; }.review-list time { color: rgb(26 61 26 / .42); font-size: 11px; }
.review-list article > h4 { margin: 22px 0 10px; font-family: "DM Serif Display",serif; font-size: 28px; font-weight: 400; }.review-copy { color: rgb(26 61 26 / .62); font-size: 14px; line-height: 1.75; }.review-copy > :last-child { margin-bottom: 0; }.verified { color: var(--green); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.review-form p { margin: 0; }.review-form .form-submit { grid-column: 1; }.review-form .stars { margin: 0; font-size: 22px; }.review-form .stars a { color: var(--orange); }.review-form .comment-form-rating .stars { min-height: 45px; align-items: center; border: 1px solid rgb(26 61 26 / .12); border-radius: 13px; background: #fff; padding: 9px 12px; }.review-privacy,.must-log-in { color: rgb(26 61 26 / .62); font-size: 13px; }.review-demo-note,.review-submission-notice { display: flex; align-items: center; border: 1px solid rgb(26 61 26 / .1); border-radius: 18px; background: #fff; padding: 18px 20px; gap: 13px; }.review-demo-note > i,.review-submission-notice > i { color: var(--orange); font-size: 22px; }.review-demo-note p,.review-demo-note strong,.review-demo-note span,.review-submission-notice p,.review-submission-notice strong,.review-submission-notice span { display: block; margin: 0; }.review-demo-note span,.review-submission-notice span { margin-top: 3px; color: rgb(26 61 26 / .55); font-size: 12px; }.review-submission-notice { margin-bottom: 18px; border-color: rgb(26 61 26 / .16); background: var(--mint-strong); }.review-submission-notice > i { color: var(--green); }.boppipaw-review-pagination { margin-top: 25px; }
.related-products { margin-top: 85px; border-top: 1px solid rgb(26 61 26 / .1); padding-top: 55px; }

.journal-index { display: grid; gap: 48px; }
.journal-feature { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; }
.featured-story { display: grid; overflow: hidden; border-radius: 30px; background: var(--green); color: #fff; text-align: left; text-decoration: none; grid-template-columns: 1fr 1fr; }.featured-story:hover { color: #fff; }
.featured-story > div { padding: 40px; }.featured-story h2 { margin: 20px 0; font-family: "DM Serif Display",serif; font-size: clamp(42px,4vw,52px); font-weight: 400; line-height: .94; }.featured-story p:not(.eyebrow) { color: rgb(255 255 255 / .6); font-size: 14px; line-height: 1.75; }.featured-story span { display: inline-flex; margin-top: 22px; align-items: center; font-size: 14px; font-weight: 650; gap: 8px; }
.featured-story figure { position: relative; min-height: 360px; margin: 0; background: var(--mint-strong); }.featured-story figure img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: contain; object-position: bottom; transition: transform .5s; }.featured-story:hover figure img { transform: scale(1.04); }
.newsletter { display: block; border-radius: 30px; background: var(--orange); padding: 32px; color: #fff; }.newsletter > i { font-size: 28px; }.newsletter h2 { margin: 24px 0 0; font-family: "DM Serif Display",serif; font-size: 40px; font-weight: 400; line-height: 1; }.newsletter > p { margin: 16px 0 0; color: rgb(255 255 255 / .75); font-size: 14px; line-height: 1.6; }.newsletter form { display: flex; margin-top: 32px; border-radius: 999px; background: #fff; padding: 4px; gap: 4px; }.newsletter input { min-width: 0; flex: 1; border: 0; border-radius: 999px; background: transparent; padding: 10px 14px; color: var(--green); outline: 0; }.newsletter form button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: var(--green); color: #fff; }
.newsletter-success { margin-top: 32px; border-radius: 16px; background: rgb(255 255 255 / .15); padding: 16px; font-size: 14px; font-weight: 650; }.newsletter-success i { margin-right: 8px; }
.journal-shop { text-align: center; }
.article-excerpt { max-width: 760px; margin: 0 auto 24px; color: rgb(26 61 26 / .62); font-size: 18px; line-height: 1.7; }.article-meta { display: flex; justify-content: center; margin-bottom: 42px; color: rgb(26 61 26 / .48); font-size: 12px; gap: 18px; }
.article-media { width: min(calc(100% - 3rem),1180px); max-height: 650px; margin: 0 auto; overflow: hidden; border-radius: 32px; }.article-media img { width: 100%; max-height: 650px; object-fit: cover; }
.article-layout { display: grid; width: min(calc(100% - 3rem),1100px); margin: 0 auto; padding: 60px 0 100px; grid-template-columns: 220px minmax(0,720px); justify-content: center; gap: 70px; }.article-layout .article-body { width: auto; margin: 0; padding: 0; }.article-layout aside { position: sticky; top: 105px; align-self: start; }.article-layout aside p:not(.eyebrow) { color: rgb(26 61 26 / .55); font-size: 13px; line-height: 1.7; }.article-layout aside a { color: var(--green); font-size: 14px; font-weight: 650; text-decoration: none; }
.related-stories { background: var(--mint-strong); }

@media (max-width: 1023px) {
  .product-info { position: static; }.details-cards { grid-template-columns: repeat(2,1fr); }.journal-feature { grid-template-columns: 1fr; }.article-layout { grid-template-columns: 1fr; gap: 35px; }.article-layout aside { position: static; border-bottom: 1px solid rgb(26 61 26 / .12); padding-bottom: 25px; }
}
@media (max-width: 767px) {
  .details-cards,.reviews-summary,.review-list,.review-form,.woocommerce-Reviews #review_form > #respond { grid-template-columns: 1fr; }.review-form h3,.review-form .wide,.woocommerce-Reviews #review_form > #respond > h3,.woocommerce-Reviews #review_form .wide { grid-column: auto; }.review-toolbar { align-items: flex-start; flex-direction: column; }.featured-story { grid-template-columns: 1fr; }.featured-story figure { min-height: 320px; }.article-layout { width: calc(100% - 2rem); padding-top: 40px; }.article-excerpt { font-size: 15px; }.article-meta { flex-wrap: wrap; gap: 8px 14px; }
}

/* Rich mega-menu showcase: catalog, service, brand, and editorial patterns */
.mega-root { display: flex; align-items: center; }
.nav-new { border-radius: 999px; background: var(--orange); padding: 3px 6px; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.mobile-mega-links { display: none; }
.mega-promo { position: relative; display: flex; width: min(calc(100% - 6rem),1504px); margin-inline: auto; align-items: center; padding-block: 12px; font-size: 11px; font-weight: 650; gap: 28px; }
.mega-promo::before { position: absolute; z-index: -1; right: calc((100vw - min(calc(100vw - 6rem),1504px))/2 * -1); bottom: 0; left: calc((100vw - min(calc(100vw - 6rem),1504px))/2 * -1); height: 100%; background: rgb(239 253 240 / .7); content: ""; }
.mega-promo > span { color: var(--orange); }.mega-promo > b { display: flex; margin-left: auto; align-items: center; color: rgb(26 61 26 / .5); gap: 8px; }.mega-promo a { color: var(--green); text-decoration: none; }
.shop-mega-inner.shop-rich { padding-block: 28px; grid-template-columns: .72fr 1.08fr 1.45fr; }
.shop-features { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8px; }.shop-features .mega-feature { min-height: 205px; }
.mega-mini-feature { display: flex; min-height: 205px; overflow: hidden; flex-direction: column; border-radius: 24px; background: var(--mint-strong); color: var(--green); text-align: left; text-decoration: none; }.mega-mini-feature:hover { color: var(--green); }.mega-mini-feature img { width: 100%; min-height: 0; flex: 1; object-fit: contain; transition: transform .5s ease; }.mega-mini-feature:hover img { transform: scale(1.05); }.mega-mini-feature span { display: flex; align-items: center; justify-content: space-between; padding: 0 16px 16px; font-size: 12px; font-weight: 700; }.mega-mini-feature i { color: var(--orange); }
.shop-mega-inner.service-rich { grid-template-columns: 1.15fr .78fr .82fr; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.service-grid a { display: flex; border-radius: 16px; background: var(--mint); padding: 15px; color: var(--green); text-align: left; text-decoration: none; gap: 12px; }.service-grid a:hover { background: var(--mint-strong); color: var(--green); }.service-grid > a > i { display: grid; width: 36px; height: 36px; place-items: center; flex: none; border-radius: 50%; background: #fff; color: var(--orange); }.service-grid strong,.service-grid small { display: block; }.service-grid strong { font-size: 14px; }.service-grid small { margin-top: 4px; color: rgb(26 61 26 / .5); font-size: 11px; line-height: 1.4; }
.mega-steps { margin: 16px 0 0; padding: 0; list-style: none; }.mega-steps li { display: flex; align-items: center; border-bottom: 1px solid rgb(26 61 26 / .08); padding: 0 0 12px; margin-bottom: 12px; gap: 14px; }.mega-steps b { color: var(--orange); font-family: "DM Serif Display",serif; font-size: 28px; font-weight: 400; }.mega-steps span { font-size: 13px; font-weight: 650; }
.plain-mega-link { display: inline-flex; align-items: center; color: var(--green); font-size: 12px; font-weight: 700; gap: 8px; text-decoration: none; }.plain-mega-link i { color: var(--orange); }
.mega-dark-card { position: relative; overflow: hidden; border-radius: 24px; background: var(--green); padding: 24px; color: #fff; }.mega-dark-card > i { color: var(--mint-strong); font-size: 28px; }.mega-dark-card h3 { margin: 18px 0 0; font-family: "DM Serif Display",serif; font-size: 30px; font-weight: 400; line-height: 1; }.mega-dark-card p { margin: 12px 0 0; color: rgb(255 255 255 / .56); font-size: 12px; line-height: 1.65; }.mega-dark-card > div { display: flex; margin-top: 18px; flex-wrap: wrap; gap: 7px; }.mega-dark-card > div span { border-radius: 999px; background: rgb(255 255 255 / .1); padding: 7px 10px; font-size: 10px; font-weight: 700; }.mega-dark-card > a { display: flex; margin-top: 18px; align-items: center; color: var(--mint-strong); font-size: 12px; font-weight: 700; gap: 8px; text-decoration: none; }.mega-dark-card > a i { color: var(--orange); }
.shop-mega-inner.brands-rich { grid-template-columns: .7fr 1.25fr 1fr; }
.brand-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.brand-directory a { border-radius: 16px; background: var(--mint); padding: 12px 16px; color: var(--green); text-align: left; text-decoration: none; }.brand-directory a:first-child,.brand-directory a:hover { background: var(--mint-strong); color: var(--green); }.brand-directory strong,.brand-directory small { display: block; }.brand-directory strong { font-size: 14px; }.brand-directory small { margin-top: 2px; color: rgb(26 61 26 / .5); font-size: 11px; }.brand-standard > img { position: absolute; right: -20px; bottom: -34px; width: 145px; opacity: .18; }.brand-standard > *:not(img) { position: relative; z-index: 1; }
.shop-mega-inner.journal-rich { grid-template-columns: 1.45fr .72fr .82fr; }
.journal-feature-menu { display: grid; min-height: 220px; overflow: hidden; border-radius: 24px; background: var(--mint-strong); color: var(--green); text-align: left; text-decoration: none; grid-template-columns: .92fr 1.08fr; }.journal-feature-menu:hover { color: var(--green); }.journal-feature-menu > span { display: flex; flex-direction: column; justify-content: center; padding: 28px; }.journal-feature-menu small { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.journal-feature-menu strong { margin-top: 15px; font-family: "DM Serif Display",serif; font-size: 29px; font-weight: 400; line-height: 1; }.journal-feature-menu b { display: flex; margin-top: 20px; align-items: center; font-size: 12px; gap: 8px; }.journal-feature-menu b i { color: var(--orange); }.journal-feature-menu img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; transition: transform .5s ease; }.journal-feature-menu:hover img { transform: scale(1.05); }
.newsletter-menu { border-radius: 24px; background: #fff8ef; padding: 24px; }.newsletter-menu > i { color: var(--orange); font-size: 28px; }.newsletter-menu h3 { margin: 18px 0 0; font-family: "DM Serif Display",serif; font-size: 30px; font-weight: 400; line-height: 1; }.newsletter-menu p { margin: 12px 0 0; color: rgb(26 61 26 / .55); font-size: 12px; line-height: 1.65; }.newsletter-menu > a { display: flex; width: 100%; margin-top: 20px; align-items: center; justify-content: space-between; border-radius: 999px; background: var(--green); padding: 12px 16px; color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }.newsletter-menu > a i { color: var(--orange); }

@media (max-width: 991.98px) {
  .mega-root { display: block; }
  .desktop-mega-content { display: none; }
  .shop-mega.rich-mega { position: static; border: 0; background: transparent; box-shadow: none; }
  .mobile-mega-links { display: grid; padding: 12px 0; grid-template-columns: 1fr 1fr; gap: 8px; }
  .mobile-mega-links a { border-radius: 12px; background: #fff; padding: 10px 12px; color: var(--green); font-size: 14px; font-weight: 650; text-decoration: none; }
  .mobile-mega-links .mobile-mega-all { display: flex; align-items: center; justify-content: space-between; grid-column: 1/-1; background: var(--green); color: #fff; }
  .mobile-mega-all i { color: var(--orange); }
}

/* WooCommerce dynamic controls and responsive corrections. */
.variations_form .variations { margin: 0; }
.variations_form .variations th,
.variations_form .variations td { padding: 4px 8px 4px 0; }
.variations_form .variations select {
  min-width: 180px;
  border: 1px solid rgb(26 61 26 / .15);
  border-radius: 999px;
  background: #fff;
  padding: 10px 34px 10px 14px;
  color: var(--green);
}
.order-summary > .woocommerce-checkout-payment { display: block; }
.order-summary .place-order { width: 100%; margin: 0; padding: 14px 0 0; }
.order-summary .woocommerce-terms-and-conditions-wrapper,
.order-summary .woocommerce-privacy-policy-text,
.order-summary #place_order { width: 100%; max-width: 100%; }
.order-summary #place_order { float: none; }
.search-result > b { flex: none; white-space: nowrap; }
.woocommerce-account .entry-header { display: none; }
.shop-section .result-count,
.shop-section .product-grid { clear: both; float: none; width: 100%; }
.boppipaw-builder-gutenberg .entry-content { line-height: 1.75; }
.boppipaw-builder-gutenberg .entry-content::after { display: table; clear: both; content: ""; }
.boppipaw-builder-gutenberg .entry-content > .alignwide { position: relative; left: 50%; width: min(1320px, calc(100vw - 3rem)); max-width: none; margin-right: 0; margin-left: 0; transform: translateX(-50%); }
.boppipaw-builder-gutenberg .entry-content > .alignfull { position: relative; left: 50%; width: 100vw; max-width: none; margin-right: -50vw; margin-left: -50vw; }
.boppipaw-builder-gutenberg .wp-block-button__link { border-radius: 999px; background: var(--green); color: #fff; }
.boppipaw-builder-gutenberg .wp-block-quote { border-left: 4px solid var(--orange); padding-left: 1.5rem; }
.boppipaw-elementor-page { width: 100%; min-width: 0; overflow: clip; }
.boppipaw-elementor-page > article { margin: 0; padding: 0; }
.boppipaw-builder-canvas { width: 100%; min-width: 0; overflow: clip; }
.boppipaw-builder-canvas > article,
.boppipaw-builder-canvas > article > .entry-content { margin: 0; padding: 0; }

@media (max-width: 1023px) {
  .product-layout { grid-template-columns: minmax(0, 1fr); }
  .product-info { width: auto; min-width: 0; }
}

@media (max-width: 767px) {
  .product-info h1 { overflow-wrap: anywhere; font-size: clamp(44px, 15vw, 59px); }
  .purchase-row > form.variations_form.cart { display: grid; width: 100%; min-width: 0; flex: 0 0 100%; gap: 14px; }
  .variations_form .variations,
  .variations_form .single_variation_wrap,
  .variations_form .woocommerce-variation-add-to-cart { width: 100%; min-width: 0; }
  .variations_form .variations tr { display: grid; grid-template-columns: 72px minmax(0, 1fr); }
  .variations_form .variations select { width: 100%; min-width: 0; }
  .variations_form .woocommerce-variation-add-to-cart { display: flex; gap: 10px; }
  .variations_form .single_add_to_cart_button { min-width: 0; flex: 1; }
}
