/* Shared Chargie Renew typography, navigation and footer. */
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/poppins/Poppins-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}
:root {
  --ink: #14323d;
  --muted: #54666a;
  --paper: #f7f8f4;
  --green: #456b35;
  --lime: #c2e59f;
  --orange: #c84b17;
  --line: #dde3db;
  --white: #fff;
  --radius: 20px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}
body.chargie-renew-site {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.18;
}
h1,
h2 {
  letter-spacing: -0.045em;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 26px;
  letter-spacing: -0.025em;
}
p {
  color: var(--muted);
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
strong,
b {
  font-weight: 600;
}
button {
  color: inherit;
}
svg {
  flex-shrink: 0;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #326799;
  outline-offset: 5px;
}
a:hover {
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
.chargie-renew-site .cr-container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.chargie-renew-site .cr-icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}
.chargie-renew-site .cr-status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5e8a40;
  flex-shrink: 0;
}
.chargie-renew-site .cr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 14px 25px;
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
}
.chargie-renew-site .cr-button:hover {
  background: #ad3f11;
  box-shadow: 0 5px 16px #aa441321;
  transform: translateY(-1px);
}
.chargie-renew-site .cr-button .cr-icon {
  width: 19px;
  height: 19px;
}
.chargie-renew-site .cr-button-small {
  min-height: 46px;
  padding: 11px 17px;
  font-size: 14px;
  gap: 12px;
}
.chargie-renew-site .cr-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
.chargie-renew-site .cr-text-link .cr-icon {
  width: 18px;
  height: 18px;
}
.chargie-renew-site .cr-text-link:hover {
  color: var(--orange);
}
.chargie-renew-site .cr-text-link:hover .cr-icon {
  transform: translateX(2px);
}
.chargie-renew-site .cr-skip-link {
  position: fixed;
  z-index: 100;
  left: 20px;
  top: -80px;
  background: var(--ink);
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
}
.chargie-renew-site .cr-skip-link:focus {
  top: 15px;
}
.chargie-renew-site .cr-preview-notice {
  background: #eaf0e7;
  color: #36532e;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.11em;
}
.chargie-renew-site .cr-preview-notice .cr-container {
  min-height: 38px;
  padding-block: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chargie-renew-site .cr-preview-notice a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  letter-spacing: 0;
}
.chargie-renew-site .cr-preview-notice .cr-icon {
  width: 14px;
  height: 14px;
}
.chargie-renew-site .cr-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fffffffa;
  border-bottom: 1px solid #e9ede7;
}
.chargie-renew-site .cr-header-inner {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.chargie-renew-site .cr-logo {
  display: inline-block;
  flex-shrink: 0;
}
.chargie-renew-site .cr-logo img {
  width: 172px;
  height: 42px;
  object-fit: contain;
}
.chargie-renew-site .cr-desktop-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 16px;
}
.chargie-renew-site .cr-desktop-nav a:hover,
.chargie-renew-site .cr-support-link:hover {
  color: var(--orange);
}
.chargie-renew-site .cr-header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.chargie-renew-site .cr-support-link {
  font-size: 16px;
}
.chargie-renew-site .cr-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.chargie-renew-site .cr-menu-toggle span {
  display: block;
  height: 1.5px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform 0.2s;
}
.chargie-renew-site .cr-menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.25px) rotate(45deg);
}
.chargie-renew-site .cr-menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}
.chargie-renew-site .cr-mobile-nav {
  border-top: 1px solid var(--line);
  padding: 14px 28px 22px;
  background: #fff;
  max-height: calc(100dvh - 110px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.chargie-renew-site .cr-mobile-nav a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
}
.chargie-renew-site .cr-site-footer {
  padding: 60px 0 22px;
}
.chargie-renew-site .cr-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 0.75fr;
  gap: 70px;
}
.chargie-renew-site .cr-footer-grid > div > p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 19px;
}
.chargie-renew-site .cr-footer-grid > div > a:last-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  margin-top: 13px;
  font-weight: 600;
}
.chargie-renew-site .cr-footer-grid > div > a:last-child .cr-icon {
  width: 14px;
  height: 14px;
}
.chargie-renew-site .cr-footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
.chargie-renew-site .cr-footer-grid nav > strong {
  font-size: 16px;
  margin-bottom: 8px;
}
.chargie-renew-site .cr-footer-grid nav > a {
  color: #5c6d66;
}
.chargie-renew-site .cr-footer-grid nav > a:hover {
  color: var(--orange);
}
.chargie-renew-site .cr-footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #6a776d;
  font-size: 14px;
}
.chargie-renew-site .cr-footer-bottom > small {
  font-size: 14px;
}
.chargie-renew-site .cr-footer-bottom > div {
  display: flex;
  gap: 25px;
}
@media (max-width: 1200px) {
.chargie-renew-site .cr-container {
    width: calc(100% - 64px);
  }
.chargie-renew-site .cr-desktop-nav {
    gap: 18px;
  }
.chargie-renew-site .cr-header-actions {
    gap: 16px;
  }
.chargie-renew-site .cr-header-inner {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
.chargie-renew-site .cr-desktop-nav {
    display: none;
  }
.chargie-renew-site .cr-menu-toggle {
    display: block;
  }
.chargie-renew-site .cr-support-link {
    display: none;
  }
h2 {
    font-size: 33px;
  }
}
@media (max-width: 700px) {
html {
    scroll-padding-top: 88px;
  }
.chargie-renew-site .cr-container {
    width: calc(100% - 40px);
  }
.chargie-renew-site .cr-preview-notice .cr-container {
    min-height: 38px;
  }
.chargie-renew-site .cr-preview-notice {
    font-size: 14px;
  }
.chargie-renew-site .cr-header-inner {
    height: 72px;
    gap: 6px;
  }
.chargie-renew-site .cr-logo img {
    width: clamp(96px, 30vw, 123px);
    height: 33px;
  }
.chargie-renew-site .cr-header-actions {
    gap: 6px;
  }
.chargie-renew-site .cr-header-actions > .cr-button {
    font-size: 14px;
    min-height: 44px;
    padding: 10px 11px;
    gap: 7px;
  }
.chargie-renew-site .cr-header-actions > .cr-button .cr-icon {
    width: 14px;
    height: 14px;
  }
.chargie-renew-site .cr-menu-toggle {
    width: 40px;
    height: 44px;
    padding: 8px;
  }
h2 {
    font-size: 34px;
    line-height: 1.22;
  }
h3 {
    font-size: 24px;
  }
.chargie-renew-site .cr-site-footer {
    padding-top: 40px;
  }
.chargie-renew-site .cr-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }
.chargie-renew-site .cr-footer-grid > div {
    grid-column: 1/-1;
  }
.chargie-renew-site .cr-footer-grid > div > p {
    font-size: 16px;
    margin-top: 14px;
  }
.chargie-renew-site .cr-footer-grid nav {
    font-size: 16px;
    gap: 9px;
  }
.chargie-renew-site .cr-footer-grid nav > strong {
    font-size: 16px;
    margin-bottom: 6px;
  }
.chargie-renew-site .cr-footer-grid > div > a:last-child {
    font-size: 16px;
    margin-top: 9px;
  }
.chargie-renew-site .cr-footer-bottom {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 14px;
  }
.chargie-renew-site .cr-footer-bottom > small {
    font-size: 14px;
  }
.chargie-renew-site .cr-footer-bottom > div {
    margin-top: 12px;
    gap: 20px;
    font-size: 14px;
  }
}
@media (max-width: 359px) {
.chargie-renew-site .cr-container {
    width: calc(100% - 32px);
  }
.chargie-renew-site .cr-header-inner {
    gap: 6px;
  }
.chargie-renew-site .cr-logo img {
    width: 90px;
    height: 29px;
  }
.chargie-renew-site .cr-header-actions {
    gap: 3px;
  }
.chargie-renew-site .cr-header-actions > .cr-button {
    font-size: 14px;
    padding: 9px 4px;
    gap: 3px;
  }
.chargie-renew-site .cr-header-actions > .cr-button .cr-icon {
    display: none;
  }
}
.chargie-renew-site .cr-desktop-nav,
.chargie-renew-site .cr-support-link {
  font-size: 16px;
}
@media (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
  }
*,
*:before,
*:after {
    transition: none !important;
    animation: none !important;
  }
}
body.chargie-renew-home {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Poppins, Arial, sans-serif;
}
.chargie-renew-site .cr-header-inner {
  gap: 22px;
}
.chargie-renew-site .cr-header-actions {
  gap: 18px;
}
.chargie-renew-site .cr-explore-menu {
  position: relative;
  font-size: 16px;
}
.chargie-renew-site .cr-explore-menu summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 0;
}
.chargie-renew-site .cr-explore-menu summary:after {
  content: "⌄";
  font-size: 14px;
}
.chargie-renew-site .cr-explore-menu summary::-webkit-details-marker {
  display: none;
}
.chargie-renew-site .cr-explore-menu > div {
  position: absolute;
  top: 100%;
  right: -20px;
  min-width: 250px;
  border: 1px solid #dce3d4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px #1a34201a;
  padding: 12px;
  z-index: 40;
}
.chargie-renew-site .cr-explore-menu > div a {
  display: block;
  padding: 9px 12px;
  border-radius: 5px;
  font-size: 16px;
  white-space: nowrap;
}
.chargie-renew-site .cr-explore-menu > div a:hover {
  background: #edf2e7;
  color: var(--green);
}
.chargie-renew-site .cr-cart-link {
  display: grid;
  place-items: center;
  position: relative;
  width: 40px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  flex-shrink: 0;
}
.chargie-renew-site .cr-cart-link .cr-icon {
  width: 19px;
  height: 19px;
}
.chargie-renew-site .cr-cart-link [data-renew-cart-count] {
  position: absolute;
  right: -5px;
  top: -7px;
  min-width: 17px;
  height: 17px;
  border-radius: 20px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding-inline: 3px;
}
.chargie-renew-site .cr-site-header {
  box-shadow: none;
}
.chargie-renew-site .cr-button {
  font-family: Poppins, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.chargie-renew-site .cr-menu-toggle {
  background: transparent;
}
.chargie-renew-site.admin-bar .cr-site-header {
  top: 32px;
}
@media (max-width: 900px) {
.chargie-renew-site .cr-explore-menu {
    display: none;
  }
}
@media (max-width: 782px) {
.chargie-renew-site.admin-bar .cr-site-header {
    top: 46px;
  }
}
@media (max-width: 700px) {
.chargie-renew-site .cr-header-inner {
    gap: 7px;
  }
.chargie-renew-site .cr-header-actions {
    gap: 8px;
  }
.chargie-renew-site .cr-cart-link {
    width: 34px;
    height: 38px;
    border-radius: 7px;
  }
.chargie-renew-site .cr-cart-link .cr-icon {
    height: 17px;
    width: 17px;
  }
.chargie-renew-site .cr-header-actions > .cr-button {
    padding: 10px;
    font-size: 14px;
    gap: 5px;
  }
.chargie-renew-site .cr-header-actions > .cr-button .cr-icon {
    width: 12px;
    height: 12px;
  }
.chargie-renew-site .cr-header-inner .cr-logo img {
    width: 123px;
    height: 31px;
  }
}
@media (max-width: 359px) {
.chargie-renew-site .cr-header-inner .cr-logo img {
    width: 90px;
    height: 26px;
  }
.chargie-renew-site .cr-header-actions {
    gap: 3px;
  }
.chargie-renew-site .cr-header-actions > .cr-button {
    font-size: 14px;
    padding: 9px 4px;
  }
.chargie-renew-site .cr-cart-link {
    width: 30px;
  }
}

/* A shared shell around legacy content and native WooCommerce templates. */
body.chargie-renew-site #page.cr-page {
  width: 100%; max-width: none; margin: 0; padding: 0; overflow: visible;
}
.chargie-renew-site .cr-main { display: block; width: 100%; margin: 0; padding: 0; }
.chargie-renew-site .cr-site-header { border-radius: 0; }
.chargie-renew-site .cr-cart-link {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; margin: 0; padding: 0; min-width: 0; min-height: 0;
  border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: none;
}
.chargie-renew-site .cr-cart-link .cart-count {
  position: absolute; top: -5px; right: -5px; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; padding: 0 4px; border-radius: 20px;
  background: var(--orange); color: #fff; font-size: 11px; font-weight: 600; line-height: 18px;
}
.chargie-renew-site .cr-footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.chargie-renew-site .cr-footer-grid nav > a { font-size: 16px; line-height: 1.65; }
.chargie-renew-site .cr-footer-social { display: flex; gap: 18px; flex-wrap: wrap; margin: 0 0 22px; font-size: 14px; }
.chargie-renew-site .cr-footer-social a { text-decoration: underline; text-underline-offset: 4px; }
.chargie-renew-site .cr-site-header :where(a, button, summary) { font-family: Poppins, Arial, sans-serif; }
@media (max-width: 1000px) {
  .chargie-renew-site .cr-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
  .chargie-renew-site .cr-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .chargie-renew-site .cr-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; }
  .chargie-renew-site .cr-footer-grid nav > a { font-size: 15px; }
  .chargie-renew-site .cr-footer-brand { grid-column: 1 / -1; }
}
