:root {
  --plc-green: #285902;
  --plc-dark: #10130f;
  --plc-ink: #1b2118;
  --plc-muted: #6f756a;
  --plc-stone: #e6e0d8;
  --plc-soft: #f7f6f3;
  --plc-radius: 8px;
}

* { box-sizing: border-box; }
html { margin: 0 !important; }
body {
  margin: 0;
  color: var(--plc-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.plc-page { overflow-x: hidden; background: #fff; }
.site-main { overflow-x: hidden; }
.plc-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.plc-narrow { width: min(960px, calc(100% - 48px)); }
.plc-section { padding: 72px 0; }
.plc-section h2 {
  margin: 0 0 26px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: 0;
}

.plc-site-header {
  position: relative;
  z-index: 10000;
  background: #fff;
  border-bottom: 1px solid #e5e5e0;
}
.plc-site-topbar {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--plc-green);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.plc-site-topbar a {
  background: #fff;
  color: var(--plc-green);
  padding: 4px 14px;
  border-radius: 3px;
  font-size: 11px;
}
.plc-site-nav {
  position: relative;
  z-index: 10001;
  width: min(1180px, calc(100% - 48px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--plc-ink);
  font-size: 14px;
  font-weight: 700;
}
.plc-site-nav a {
  white-space: nowrap;
}
.plc-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 100%;
}
.plc-nav-item > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.plc-nav-dropdown {
  position: absolute;
  z-index: 10002;
  top: calc(100% - 8px);
  left: 50%;
  min-width: 220px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(17,20,15,.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0,0,0,.16);
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .16s ease, transform .16s ease;
}
.plc-nav-dropdown a {
  border-radius: 4px;
  color: var(--plc-ink) !important;
  padding: 10px 12px;
  text-shadow: none;
}
.plc-nav-dropdown a:hover {
  background: var(--plc-soft);
  color: var(--plc-green) !important;
}
.plc-nav-item:hover .plc-nav-dropdown,
.plc-nav-item:focus-within .plc-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.plc-site-nav .plc-wordmark {
  margin-right: auto;
  font-size: 20px;
  letter-spacing: .04em;
}
.plc-account-link {
  position: relative;
  display: inline-flex !important;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: inherit;
  vertical-align: middle;
}
.plc-account-link::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: translateX(-50%);
}
.plc-account-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 16px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  transform: translateX(-50%);
}
.plc-account-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.plc-hero-nav .plc-account-link {
  margin-left: 4px;
}

.fp-home {
  background: #fff;
}
.fp-announcement {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: var(--plc-green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.fp-header {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0 58px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 10000;
}
.fp-logo {
  margin-right: auto;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .04em;
}
.fp-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 800;
}
.fp-header .plc-nav-item {
  min-height: 70px;
}
.fp-header .plc-nav-dropdown {
  top: calc(100% - 10px);
}
.fp-pet-nav {
  position: absolute;
  top: 100px;
  left: 58px;
  z-index: 5;
  display: flex;
  gap: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.fp-pet-nav a {
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(0,0,0,.12);
}
.fp-hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: end;
  gap: 48px;
  padding: 170px 58px 74px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.fp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.12) 58%, rgba(0,0,0,.28));
}
.fp-hero-copy {
  position: relative;
  z-index: 1;
}
.fp-hero-copy {
  width: min(720px, 100%);
}
.fp-eyebrow {
  margin: 0 0 10px;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.fp-hero .fp-eyebrow {
  color: #fff;
}
.fp-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: .96;
  letter-spacing: 0;
}
.fp-hero p {
  width: min(610px, 100%);
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}
.fp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.fp-btn-outline {
  min-height: 42px;
  border: 2px solid currentColor;
  background: rgba(255,255,255,.9);
  color: var(--plc-green);
}
.fp-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.fp-trust {
  background: #171916;
  color: #fff;
}
.fp-trust .fp-wrap {
  min-height: 84px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
}
.fp-trust span {
  font-size: 14px;
  font-weight: 900;
}
.fp-section {
  padding: 78px 0;
}
.fp-section-head {
  margin-bottom: 26px;
}
.fp-section h2,
.fp-story-copy h2 {
  margin: 0;
  color: var(--plc-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}
.fp-section-head p:not(.fp-eyebrow),
.fp-story-copy p {
  width: min(620px, 100%);
  color: #495044;
  font-size: 16px;
  line-height: 1.55;
}
.fp-story-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 84px;
  align-items: center;
  max-width: 1360px;
}
.fp-story .fp-wrap {
  width: min(1380px, calc(100% - 48px));
}
.fp-story-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--plc-radius);
  background: var(--plc-soft);
}
.fp-story-media img {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
}
.fp-story-media a {
  display: block;
  color: inherit;
}
.fp-story-media span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  padding: 8px 12px;
  color: var(--plc-ink);
  font-size: 12px;
  font-weight: 900;
}
.fp-story-link {
  margin-top: 22px;
  min-height: 42px;
  padding: 0 20px;
}
.fp-product-split {
  background: var(--plc-soft);
}
.fp-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  width: min(1360px, 100%);
  margin: 0 auto;
}
.fp-split-grid article {
  min-height: 455px;
  position: relative;
  overflow: hidden;
  border-radius: var(--plc-radius);
  background-color: #e8e3db;
  background-image: var(--fp-split-img);
  background-position: center;
  background-size: cover;
}
.fp-split-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-split-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.62));
}
.fp-split-grid article div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  width: min(520px, calc(100% - 48px));
  padding: 22px 24px;
  border-radius: 8px;
  background: rgba(8, 16, 10, .44);
  backdrop-filter: blur(4px);
  color: #fff;
}
.fp-split-grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 34px;
}
.fp-split-grid p {
  margin: 0 0 16px;
  width: min(500px, 100%);
  color: rgba(255,255,255,.88);
}
.fp-ugc-carousel {
  position: relative;
  display: block;
  padding: 0;
  align-items: center;
}
.fp-community .fp-wrap,
.fp-community .plc-wrap {
  width: min(1480px, calc(100% - 32px));
}
.fp-ugc-viewport {
  overflow: hidden;
}
.fp-ugc-grid {
  --fp-ugc-per-view: 3;
  display: flex;
  gap: 24px;
  transition: transform 240ms ease;
  will-change: transform;
}
.fp-ugc-grid figure {
  flex: 0 0 calc((100% - (24px * (var(--fp-ugc-per-view) - 1))) / var(--fp-ugc-per-view));
  aspect-ratio: 1.02 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: var(--plc-radius);
  background-color: var(--plc-soft);
  background-image: var(--fp-ugc-img);
  background-position: center;
  background-size: cover;
  position: relative;
  display: grid;
  place-items: center;
}
.fp-ugc-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-ugc-grid figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  padding: 6px 10px;
  color: var(--plc-ink);
  font-size: 11px;
  font-weight: 900;
}
.fp-ugc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid var(--plc-line);
  border-radius: 999px;
  background: #fff;
  color: var(--plc-green);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(18, 28, 18, 0.08);
}
.fp-ugc-prev {
  left: 14px;
}
.fp-ugc-next {
  right: 14px;
}
.fp-ugc-arrow:hover {
  background: var(--plc-green);
  color: #fff;
}
.fp-ugc-arrow:disabled {
  cursor: not-allowed;
  opacity: .35;
  background: #fff;
  color: var(--plc-muted);
}
.fp-community-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 22px;
}
.fp-community-note {
  margin: 8px 0 0;
  color: var(--plc-muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
}
.plc-featured-moments {
  width: 100%;
}
.plc-featured-moments .fp-ugc-grid img,
.plc-featured-moments .fp-ugc-grid video {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  object-fit: cover !important;
}
.fp-why {
  background: var(--plc-soft);
}
.fp-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.fp-why-grid article {
  border-radius: var(--plc-radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(25, 29, 22, .06);
}
.fp-why-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.fp-why-grid article div {
  padding: 20px 22px 24px;
}
.fp-why-grid h3 {
  margin: 0 0 18px;
  color: var(--plc-ink);
  font-size: 18px;
  line-height: 1.1;
}
.fp-why-grid p {
  margin: 0;
  color: #555d51;
  font-size: 14px;
  line-height: 1.5;
}
.fp-faq {
  background: #fff;
}
.fp-faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 54px;
  align-items: start;
}
.fp-faq-list {
  display: grid;
  gap: 10px;
}
.fp-faq-list details {
  border: 1px solid #dedbd3;
  border-radius: var(--plc-radius);
  background: var(--plc-soft);
  overflow: hidden;
}
.fp-faq-list summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 20px 54px 20px 22px;
  color: var(--plc-ink);
  font-weight: 900;
}
.fp-faq-list summary::-webkit-details-marker {
  display: none;
}
.fp-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--plc-green);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}
.fp-faq-list details[open] summary::after {
  content: "-";
}
.fp-faq-list p {
  margin: 0;
  border-top: 1px solid #dedbd3;
  padding: 0 22px 20px;
  color: #555d51;
  font-size: 15px;
  line-height: 1.55;
}

.plc-inner-hero {
  min-height: 420px;
  display: grid;
  align-items: end;
  background: var(--plc-stone);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.plc-inner-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.04));
}
.plc-inner-hero > .wp-block-group__inner-container,
.plc-inner-hero > * {
  position: relative;
  z-index: 1;
}
.plc-inner-hero .wp-block-group__inner-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 70px;
}
.plc-inner-hero h1 {
  width: min(620px, 100%);
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .95;
  letter-spacing: 0;
}
.plc-inner-hero p {
  width: min(520px, 100%);
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}
.plc-inner-section {
  padding: 86px 0;
}
.plc-inner-section > .wp-block-group__inner-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.plc-inner-section h2 {
  margin: 0 0 26px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
}
.plc-inner-section p {
  color: #3c4238;
  font-size: 16px;
  line-height: 1.55;
}
.fp-support-page {
  background: #f7f8f4;
}
.fp-support-page > .wp-block-group__inner-container {
  display: grid;
  gap: 28px;
}
.fp-support-page h2 {
  margin: 0;
  color: var(--plc-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}
.fp-support-page h3 {
  margin: 18px 0 0;
  padding-top: 8px;
  border-top: 1px solid #dfe6d7;
  color: var(--plc-green);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .02em;
}
.fp-faq-contact-layout {
  display: grid;
  grid-template-columns: .82fr 1.28fr;
  gap: 48px;
  align-items: start;
}
.fp-faq-care-panel {
  position: sticky;
  top: 96px;
  border-radius: var(--plc-radius);
  background: #171916;
  color: #fff;
  padding: 40px;
}
.fp-faq-care-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .98;
}
.fp-faq-care-panel p {
  margin: 0 0 26px;
  color: #ecf1e7;
  font-size: 16px;
  line-height: 1.6;
}
.fp-faq-topic-list {
  display: grid;
  gap: 10px;
}
.fp-faq-topic-list a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.fp-faq-topic-list a:hover {
  background: rgba(255,255,255,.08);
}
.fp-faq-contact-main {
  display: grid;
  gap: 24px;
}
.fp-faq-topic-block {
  display: grid;
  gap: 16px;
}
.fp-faq-contact-main .fp-support-faq-list {
  grid-template-columns: 1fr;
}
.fp-support-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.fp-support-faq-list details {
  border: 1px solid #dfe6d7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 31, 20, .06);
  overflow: hidden;
}
.fp-support-faq-list summary {
  position: relative;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 18px 54px 18px 20px;
  color: var(--plc-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.fp-support-faq-list summary::-webkit-details-marker {
  display: none;
}
.fp-support-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border: 1px solid #dfe6d7;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--plc-green);
  font-size: 20px;
  line-height: 1;
}
.fp-support-faq-list details[open] summary::after {
  content: "-";
}
.fp-support-faq-list details[open] summary {
  border-bottom: 1px solid #edf1e8;
}
.fp-support-faq-list details p {
  margin: 0;
  padding: 18px 20px 22px;
  color: #46503f;
  font-size: 15px;
  line-height: 1.65;
}
.fp-faq-visual-layout {
  display: grid;
  gap: 34px;
}
.fp-faq-visual-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
  gap: 34px;
  align-items: stretch;
  border: 1px solid rgba(38, 96, 0, .14);
  border-radius: 10px;
  background: #fff;
  padding: clamp(24px, 4vw, 46px);
  box-shadow: 0 22px 56px rgba(24, 34, 22, .08);
}
.fp-faq-visual-intro h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 68px);
}
.fp-faq-visual-intro p:not(.fp-service-eyebrow) {
  max-width: 640px;
  margin: 0 0 24px;
  color: #394335;
  font-size: 18px;
  line-height: 1.55;
}
.fp-faq-visual-intro figure,
.fp-faq-feature-row article,
.fp-faq-visual-topic figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2e9;
}
.fp-faq-visual-intro figure {
  min-height: 360px;
}
.fp-faq-visual-intro img,
.fp-faq-feature-row img,
.fp-faq-visual-topic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.fp-faq-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fp-faq-topic-pills a {
  border: 1px solid #d7e2cf;
  border-radius: 999px;
  background: #f7faf3;
  padding: 10px 14px;
  color: var(--plc-green);
  font-size: 14px;
  font-weight: 900;
}
.fp-faq-topic-pills a:hover {
  background: var(--plc-green);
  color: #fff;
}
.fp-faq-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fp-faq-feature-row article {
  position: relative;
  aspect-ratio: 1.55 / 1;
  box-shadow: 0 16px 42px rgba(18, 27, 16, .08);
}
.fp-faq-feature-row article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.58));
}
.fp-faq-feature-row span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
}
.fp-faq-quick-card {
  display: grid;
  gap: 22px;
  border-radius: 10px;
  background: #182018;
  padding: clamp(24px, 4vw, 42px);
  color: #fff;
}
.fp-faq-quick-card h2 {
  color: #fff;
}
.fp-faq-quick-card .fp-service-eyebrow {
  color: #b7e289;
}
.fp-faq-quick-card .fp-support-faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fp-faq-quick-card .fp-support-faq-list details {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: none;
}
.fp-faq-quick-card .fp-support-faq-list summary,
.fp-faq-quick-card .fp-support-faq-list details p {
  color: #fff;
}
.fp-faq-quick-card .fp-support-faq-list details[open] summary {
  border-bottom-color: rgba(255,255,255,.14);
}
.fp-faq-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.fp-faq-visual-topic {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #dfe6d7;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(20, 31, 20, .07);
}
.fp-faq-visual-topic figure {
  aspect-ratio: 1.9 / 1;
  border-radius: 0;
}
.fp-faq-visual-topic-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
}
.fp-faq-visual-topic h3 {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--plc-ink);
  font-size: 26px;
  line-height: 1.05;
}
.fp-faq-topic-copy {
  margin: 0;
  color: #52604c;
  font-size: 15px;
}
.fp-faq-visual-topic .fp-support-faq-list {
  grid-template-columns: 1fr;
  gap: 10px;
}
.fp-faq-visual-topic .fp-support-faq-list summary {
  min-height: 56px;
  padding: 15px 50px 15px 16px;
  font-size: 15px;
}
.fp-faq-visual-topic .fp-support-faq-list details p {
  padding: 14px 16px 18px;
  font-size: 14px;
}
.fp-story-visual-layout,
.fp-shipping-visual-layout {
  display: grid;
  gap: 34px;
}
.fp-story-visual-intro,
.fp-shipping-visual-intro {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(38, 96, 0, .14);
  border-radius: 10px;
  background: #fff;
  padding: clamp(24px, 4vw, 46px);
  box-shadow: 0 22px 56px rgba(24, 34, 22, .08);
}
.fp-story-visual-intro h2,
.fp-shipping-visual-intro h2,
.fp-story-cta h2 {
  margin: 0 0 18px;
  color: var(--plc-ink);
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
}
.fp-story-visual-intro p:not(.fp-service-eyebrow),
.fp-shipping-visual-intro p:not(.fp-service-eyebrow),
.fp-story-cta p:not(.fp-service-eyebrow) {
  margin: 0;
  color: #394335;
  font-size: 18px;
  line-height: 1.55;
}
.fp-story-visual-intro figure,
.fp-shipping-visual-intro figure,
.fp-story-audience-grid figure {
  margin: 0;
}
.fp-story-visual-intro img,
.fp-shipping-visual-intro img,
.fp-story-audience-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.fp-story-visual-intro figure,
.fp-shipping-visual-intro figure {
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2e9;
}
.fp-story-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.fp-story-audience-grid article {
  overflow: hidden;
  border: 1px solid #dfe6d7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 31, 20, .07);
}
.fp-story-audience-grid img {
  aspect-ratio: 1.35 / 1;
}
.fp-story-audience-grid div {
  display: grid;
  gap: 10px;
  padding: 22px;
}
.fp-story-audience-grid span,
.fp-story-values strong,
.fp-shipping-badge-grid strong,
.fp-shipping-rule-grid span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #edf6e7;
  display: inline-grid;
  place-items: center;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 900;
}
.fp-story-audience-grid h3,
.fp-story-values h3,
.fp-shipping-badge-grid h3 {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--plc-ink);
  font-size: 24px;
  line-height: 1.08;
}
.fp-story-audience-grid p,
.fp-story-values p,
.fp-shipping-badge-grid p,
.fp-shipping-rule-grid p {
  margin: 0;
  color: #52604c;
  font-size: 15px;
  line-height: 1.55;
}
.fp-story-audience-grid a,
.fp-story-cta a {
  width: fit-content;
  border: 1px solid var(--plc-green);
  border-radius: 6px;
  padding: 10px 14px;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 900;
}
.fp-story-audience-grid a:hover,
.fp-story-cta a:hover {
  background: var(--plc-green);
  color: #fff;
}

.fp-policy-page,
.fp-app-info {
  width: min(1180px, calc(100vw - 40px));
  margin: 64px auto;
}

.fp-policy-hero,
.fp-app-info {
  border: 1px solid #dfe6d7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 31, 20, .07);
}

.fp-policy-hero {
  display: grid;
  gap: 16px;
  padding: 48px;
}

.fp-policy-hero h1,
.fp-app-info h1 {
  max-width: 760px;
  color: var(--plc-black);
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
}

.fp-policy-hero p:not(.fp-service-eyebrow),
.fp-app-info > p {
  max-width: 780px;
  color: var(--plc-muted);
  font-size: 18px;
  line-height: 1.65;
}

.fp-policy-grid,
.fp-app-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.fp-policy-grid article,
.fp-app-note-grid article {
  display: grid;
  gap: 12px;
  border: 1px solid #dfe6d7;
  border-radius: 10px;
  background: #fff;
  padding: 28px;
}

.fp-policy-grid h2,
.fp-app-note-grid h2 {
  color: var(--plc-black);
  font-size: 24px;
  line-height: 1.15;
}

.fp-policy-grid p,
.fp-app-note-grid p {
  color: var(--plc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.fp-app-info {
  display: grid;
  gap: 22px;
  padding: 52px;
}

.fp-app-store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fp-app-store-grid a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--plc-green);
  border-radius: 8px;
  color: var(--plc-green);
  font-weight: 900;
}
.fp-story-values,
.fp-shipping-badge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fp-story-values article,
.fp-shipping-badge-grid article,
.fp-shipping-rule-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid #dfe6d7;
  border-radius: 10px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(20, 31, 20, .06);
}
.fp-story-weave {
  grid-template-columns: 1fr;
  gap: 22px;
}
.fp-story-weave article {
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  padding: 0;
}
.fp-story-weave article:nth-child(even) {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
}
.fp-story-weave article:nth-child(even) figure {
  order: 2;
}
.fp-story-weave figure {
  min-height: 300px;
  margin: 0;
}
.fp-story-weave img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-story-weave article > div {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 38px 44px;
}

.fp-story-long-layout {
  display: grid;
  gap: 34px;
}

.fp-story-long-intro,
.fp-story-long-section,
.fp-story-long-cta {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid #dfe6d7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 31, 20, .07);
}

.fp-story-long-intro > div,
.fp-story-long-copy,
.fp-story-long-cta > div {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(30px, 5vw, 64px);
}

.fp-story-long-intro figure,
.fp-story-long-section figure {
  min-height: 390px;
  margin: 0;
}

.fp-story-long-intro img,
.fp-story-long-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fp-story-long-intro h2,
.fp-story-long-copy h2,
.fp-story-long-cta h2 {
  max-width: 720px;
  color: var(--plc-black);
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1;
}

.fp-story-long-intro p:not(.fp-service-eyebrow),
.fp-story-long-copy p:not(.fp-service-eyebrow),
.fp-story-long-cta p:not(.fp-service-eyebrow) {
  max-width: 720px;
  color: #485344;
  font-size: 17px;
  line-height: 1.75;
}

.fp-story-long-copy > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf7e8;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 900;
}

.fp-story-long-section.is-reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, .95fr);
}

.fp-story-long-section.is-reverse figure {
  order: 2;
}

.fp-story-long-quote {
  width: min(920px, 100%);
  justify-self: center;
  padding: 22px 0;
}

.fp-story-long-quote p {
  margin: 0;
  color: var(--plc-black);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
}

.fp-story-long-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  background: #101610;
}

.fp-story-long-cta h2,
.fp-story-long-cta p:not(.fp-service-eyebrow) {
  color: #fff;
}

.fp-story-long-cta .fp-service-eyebrow {
  color: #a8e88d;
}

.fp-story-long-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  gap: 12px;
}

.fp-story-long-cta a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.fp-story-long-cta a:first-child {
  border-color: var(--plc-green);
  background: var(--plc-green);
}
.fp-story-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-radius: 10px;
  background: #182018;
  padding: clamp(28px, 5vw, 52px);
  color: #fff;
}
.fp-story-cta h2,
.fp-story-cta p:not(.fp-service-eyebrow) {
  color: #fff;
}
.fp-story-cta .fp-service-eyebrow {
  color: #b7e289 !important;
}
.fp-story-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fp-story-cta a {
  border-color: rgba(255,255,255,.34);
  color: #fff;
}
.fp-shipping-badge-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.fp-shipping-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.fp-shipping-rule-grid article {
  grid-template-columns: auto 1fr;
  gap: 14px 18px;
}
.fp-shipping-rule-grid p {
  align-self: center;
  font-size: 16px;
}
.fp-support-policy-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fp-support-policy-list li {
  border: 1px solid #dfe6d7;
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
  color: #46503f;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: 0 14px 34px rgba(20, 31, 20, .05);
}
.fp-service-page {
  background: #f7f8f4;
}
.fp-service-panel {
  display: grid;
  gap: 22px;
}
.fp-service-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.fp-service-trust-row span {
  min-height: 54px;
  border: 1px solid var(--plc-line);
  border-radius: 8px;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--plc-green);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}
.fp-service-card {
  border: 1px solid rgba(38, 96, 0, .16);
  border-radius: 10px;
  background: #fff;
  padding: clamp(28px, 5vw, 58px);
  box-shadow: 0 18px 50px rgba(20, 28, 18, .07);
}
.fp-service-eyebrow {
  margin: 0 0 12px;
  color: var(--plc-green) !important;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fp-service-card h2 {
  margin: 0 0 22px;
  color: var(--plc-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}
.fp-service-card p {
  max-width: 920px;
  margin: 0 0 16px;
  color: #3f463b;
  font-size: 17px;
  line-height: 1.65;
}
.fp-service-card .fp-service-trust-text {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  margin: 0 0 26px;
  padding: 12px 16px;
  border: 1px solid #dce7d3;
  border-radius: 8px;
  background: #f7faf4;
  color: var(--plc-green);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}
.fp-service-card .fp-service-trust-text-bottom {
  margin: 24px 0 0;
}
.fp-service-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fp-service-steps article {
  border: 1px solid var(--plc-line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.fp-service-steps strong {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #edf6e7;
  display: inline-grid;
  place-items: center;
  color: var(--plc-green);
  font-size: 12px;
  font-weight: 900;
}
.fp-service-steps h3 {
  margin: 16px 0 8px;
  color: var(--plc-ink);
  font-size: 20px;
}
.fp-service-steps p {
  margin: 0;
  color: #586050;
  font-size: 14px;
}
.fp-service-trust-row-bottom {
  margin-top: 4px;
}
.plc-card-grid {
  display: block;
}
.plc-card-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}
.plc-edit-card {
  overflow: hidden;
  border-radius: var(--plc-radius);
  background: #f4f2ed;
}
.plc-edit-card figure,
.plc-edit-card .wp-block-image {
  margin: 0;
}
.plc-edit-card img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
}
.plc-edit-card .wp-block-group__inner-container {
  padding: 20px;
}
.plc-edit-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.05;
}
.plc-edit-card p {
  margin: 0 0 16px;
  color: #4d5349;
  font-size: 14px;
}
.plc-card-price {
  color: var(--plc-green);
  font-weight: 800;
}
.plc-soft-band {
  background: var(--plc-stone);
}
.plc-contact-grid {
  display: block;
}
.plc-contact-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: start;
  width: 100%;
}
.plc-contact-panel {
  border-radius: var(--plc-radius);
  background: #171916;
  color: #fff;
  padding: 36px;
}
.plc-contact-panel h2,
.plc-contact-panel p {
  color: #fff;
}
.plc-form-shell,
.plc-form-shell > .wp-block-group__inner-container {
  display: grid;
  gap: 12px;
}
.plc-form-shell input,
.plc-form-shell textarea {
  width: 100%;
  border: 1px solid #d9d9d2;
  border-radius: 4px;
  padding: 14px;
  font: inherit;
}
.plc-form-shell textarea {
  min-height: 140px;
}
.plc-blog-list {
  display: block;
}
.plc-blog-list > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  width: 100%;
}
.plc-blog-list .plc-edit-card:first-child,
.plc-blog-list > .wp-block-group__inner-container > .plc-edit-card:first-child {
  grid-row: span 2;
}
.plc-gallery-grid {
  display: block;
}
.plc-gallery-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}
.plc-gallery-grid figure,
.plc-gallery-grid .wp-block-image {
  margin: 0;
}
.plc-gallery-grid img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: var(--plc-radius);
}
.plc-gallery-feature {
  padding: clamp(52px, 7vw, 92px) 24px;
  background: #f7f8f4;
}
.plc-gallery-feature > .wp-block-group__inner-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 34px;
  align-items: stretch;
}
.plc-gallery-feature-copy {
  display: flex;
  align-items: center;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid #dfe7d7;
  border-radius: 10px;
  background: #fff;
}
.plc-gallery-feature-copy h2 {
  max-width: 560px;
  margin: 0 0 18px;
  color: var(--plc-ink);
  font-size: clamp(34px, 5vw, 66px);
  line-height: .96;
}
.plc-gallery-feature-copy p:not(.plc-eyebrow) {
  max-width: 520px;
  color: #465044;
  font-size: 17px;
  line-height: 1.6;
}
.plc-gallery-feature .wp-block-image {
  margin: 0;
  min-height: 430px;
}
.plc-gallery-feature .wp-block-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 10px;
  object-fit: cover;
}
.plc-gallery-section {
  background: #fff;
}
.plc-gallery-grid-large > .wp-block-group__inner-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.plc-gallery-grid-large figure {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 10px;
  background: #eef1ea;
}
.plc-gallery-grid-large figure:nth-child(1),
.plc-gallery-grid-large figure:nth-child(6) {
  grid-column: span 2;
}
.plc-gallery-grid-large img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
}
.plc-gallery-grid-large figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  padding: 8px 12px;
  color: var(--plc-ink);
  font-size: 12px;
  font-weight: 900;
}
.fp-community-gallery-layout {
  display: grid;
  gap: 32px;
}
.fp-community-gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
}
.fp-community-gallery-intro h2 {
  max-width: 860px;
}
.fp-gallery-submit-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  background: var(--plc-green);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
.fp-community-gallery-carousel h2 {
  margin: 0 0 18px;
}
.fp-community-gallery-page .fp-ugc-grid figure {
  aspect-ratio: 1.22 / 1;
}
.plc-brand-story-intro,
.plc-brand-story-image-band {
  padding: clamp(38px, 6vw, 78px) 24px;
  background: #f7f8f4;
}
.plc-brand-story-intro > .wp-block-group__inner-container,
.plc-brand-story-image-band > .wp-block-group__inner-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
}
.plc-brand-story-intro figure,
.plc-brand-story-image-band figure,
.plc-brand-story-split figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #eef1ea;
}
.plc-brand-story-intro img,
.plc-brand-story-image-band img,
.plc-brand-story-split img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.plc-brand-story-intro figure:first-child {
  min-height: 520px;
}
.plc-brand-story-intro figure:last-child {
  margin-top: 72px;
  min-height: 420px;
}
.plc-brand-story-section > .wp-block-group__inner-container {
  max-width: 920px;
}
.plc-brand-story-section h2 {
  max-width: 820px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .98;
  letter-spacing: 0;
}
.plc-brand-story-section p {
  max-width: 820px;
  color: #3f493e;
  font-size: 18px;
  line-height: 1.78;
}
.plc-brand-story-split > .wp-block-group__inner-container {
  max-width: 1180px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.plc-brand-story-split-reverse > .wp-block-group__inner-container {
  grid-template-columns: 1.05fr .95fr;
}
.plc-brand-story-image-band > .wp-block-group__inner-container {
  grid-template-columns: 1fr 1fr 1fr;
}
.plc-brand-story-image-band img {
  min-height: 280px;
}
.plc-brand-story-image-band figure:first-child {
  grid-column: span 2;
}
.plc-brand-story-cta {
  background: #102215;
}
.cr-featured-grid figure {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--plc-soft);
}
.cr-featured-grid img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}
.plc-page-cta {
  padding: 64px 0;
  background: #171916;
  color: #fff;
}
.plc-page-cta .wp-block-group__inner-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.plc-page-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
}
.plc-page-cta p {
  margin: 0;
  color: #dce0d8;
}

.plc-download-app {
  min-height: 460px;
  padding: 72px 0 88px;
  background: #f7f9f6;
  text-align: center;
}
.plc-download-app > .wp-block-group__inner-container {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
}
.plc-download-app h1 {
  margin: 0 0 18px;
  color: #10120f;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}
.plc-download-app > .wp-block-group__inner-container > p {
  margin: 0 0 54px;
  color: #10120f;
  font-size: 26px;
  line-height: 1.25;
}
.plc-download-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.plc-download-card {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 34px 46px;
  background: #fff;
  border: 1px solid rgba(17,20,15,.06);
  border-radius: 20px;
  color: #10120f;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(17,20,15,.05);
  transition: transform .18s ease, box-shadow .18s ease;
}
.plc-download-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(17,20,15,.08);
}
.plc-download-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}
.plc-download-card em {
  display: block;
  color: #10120f;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
}
.plc-store-icon {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  position: relative;
  display: block;
}
.plc-google-play:before {
  content: "";
  position: absolute;
  inset: 4px 8px;
  background: #080a08;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 28% 50%);
}
.plc-google-play:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 22px;
  width: 34px;
  height: 34px;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  transform: rotate(45deg);
  opacity: .95;
}
.plc-apple:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 44px;
  height: 44px;
  background: #050605;
  border-radius: 46% 46% 42% 42%;
  box-shadow: -13px 4px 0 -3px #050605, 13px 4px 0 -3px #050605;
}
.plc-apple:after {
  content: "";
  position: absolute;
  left: 43px;
  top: 4px;
  width: 15px;
  height: 27px;
  background: #050605;
  border-radius: 14px 14px 2px 14px;
  transform: rotate(38deg);
}

.woocommerce-account .woocommerce {
  width: min(1180px, calc(100% - 48px));
  margin: 72px auto;
}
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
  margin: 0 0 22px;
  color: var(--plc-ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 0;
  border-radius: var(--plc-radius);
  background: var(--plc-soft);
  padding: 30px;
}
.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce .col-1,
.woocommerce-account .woocommerce .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}
.woocommerce-account .u-column1 {
  grid-column: 1;
  grid-row: 1;
}
.woocommerce-account .u-column2 {
  grid-column: 2;
  grid-row: 1;
}
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
  min-height: 58px;
}
.woocommerce-account .woocommerce form .form-row {
  margin: 0 0 16px;
}
.woocommerce-account .woocommerce form .form-row-first,
.woocommerce-account .woocommerce form .form-row-last {
  float: none !important;
  width: 100% !important;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  width: 100% !important;
  min-height: 0;
  margin: 0;
}
.woocommerce-account .woocommerce label {
  display: block;
  margin: 0 0 8px;
  color: var(--plc-ink);
  font-weight: 700;
}
.woocommerce-account .woocommerce input.input-text,
.woocommerce-account .woocommerce select,
.woocommerce-account .woocommerce textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d4cc;
  border-radius: 4px;
  background: #fff;
  color: var(--plc-ink);
  padding: 12px 14px;
  font: inherit;
}
.woocommerce-account .woocommerce .button,
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button {
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--plc-green);
  color: #fff;
  padding: 13px 22px;
  font-weight: 800;
  line-height: 1;
}
.woocommerce-account .woocommerce .button:hover,
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover {
  background: #1d4301;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  border-radius: 4px;
  background: #fff;
  padding: 12px 14px;
  font-weight: 800;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--plc-green);
  color: #fff;
}
.woocommerce-account.plc-login-page .u-columns,
.woocommerce-account.plc-register-page .u-columns {
  width: min(560px, 100%);
  margin: 0 auto;
  display: block;
}
.woocommerce-account.plc-login-page .u-column2,
.woocommerce-account.plc-register-page .u-column1 {
  display: none !important;
}
.woocommerce-account.plc-login-page .u-column1,
.woocommerce-account.plc-register-page .u-column2 {
  display: block;
}
.plc-register-prompt,
.plc-login-prompt {
  width: min(560px, calc(100% - 48px));
  margin: 24px auto 0;
  border-radius: var(--plc-radius);
  background: #171916;
  color: #fff;
  padding: 26px 30px;
}
.plc-register-prompt h2 {
  margin: 0 0 8px;
  color: #fff !important;
  font-size: 28px;
  line-height: 1.08;
}
.plc-register-prompt p,
.plc-login-prompt p {
  margin: 0 0 16px;
  color: #dce0d8;
  line-height: 1.45;
}
.plc-register-prompt .button,
.plc-login-prompt .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 4px;
  background: var(--plc-green);
  color: #fff;
  padding: 12px 20px;
  font-weight: 800;
}
.wp-block-button__link,
.plc-inner-section .wp-block-button__link {
  border-radius: 3px;
  background: var(--plc-green);
  color: #fff;
  font-weight: 800;
}

.plc-reference-hero {
  width: 100%;
  background: #ddd5c9;
}
.plc-reference-hero picture,
.plc-reference-hero img {
  width: 100%;
}
.plc-reference-hero img {
  height: auto;
  object-fit: cover;
}

.plc-hero-block {
  position: relative;
  min-height: 705px;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.plc-hero-block:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.04));
}
.plc-hero-top {
  position: relative;
  z-index: 2;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--plc-green);
  font-size: 12px;
  font-weight: 700;
}
.plc-hero-top strong {
  background: #fff;
  color: var(--plc-green);
  padding: 4px 14px;
  border-radius: 3px;
  font-size: 11px;
}
.plc-hero-nav {
  position: relative;
  z-index: 2;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 58px;
  font-size: 12px;
  font-weight: 700;
}
.plc-hero-nav a {
  color: #fff;
  text-decoration: none;
}
.plc-hero-nav strong {
  margin-right: 12px;
  font-size: 18px;
  letter-spacing: .04em;
}
.plc-hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px, calc(100% - 90px));
  margin: 150px 0 0 58px;
}
.plc-hero-eyebrow,
.plc-hero-subtitle {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
}
.plc-hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(46px, 5vw, 74px);
  line-height: .98;
  letter-spacing: 0;
}
.plc-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}
.plc-hero-actions .plc-btn {
  min-width: 96px;
  min-height: 42px;
}

.plc-categories { padding-top: 74px; }
.plc-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.plc-category-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--plc-radius);
  background: #d8d1c8;
}
.plc-category-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .55s ease;
}
.plc-category-card:hover img { transform: scale(1.035); }
.plc-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.68) 100%);
}
.plc-card-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
}
.plc-card-copy h3 {
  margin: 0 0 4px;
  font-size: 22px;
  line-height: 1;
}
.plc-card-copy p {
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 1.35;
}
.plc-card-actions { display: flex; gap: 8px; }
.plc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
}
.plc-btn-green { background: var(--plc-green); color: #fff; }
.plc-btn-dark { background: rgba(20,20,20,.85); color: #fff; }
.plc-btn-light { background: #fff; color: #1b1b18; }

.plc-popular {
  background: var(--plc-stone);
  padding: 34px 0 120px;
}
.plc-popular-layout {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.45fr .8fr;
  align-items: center;
  gap: 44px;
}
.plc-product-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plc-product-stage img {
  width: min(650px, 100%);
  max-height: 640px;
  object-fit: contain;
}
.plc-product-tabs {
  border-left: 2px solid var(--plc-green);
  padding-left: 22px;
}
.plc-eyebrow {
  margin: 0 0 10px;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 700;
}
.plc-product-tabs h3 {
  margin: 0 0 7px;
  font-size: 22px;
}
.plc-product-tabs p {
  margin: 0 0 18px;
  color: #42483d;
}
.plc-product-tabs button {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(40,89,2,.25);
  background: transparent;
  padding: 13px 0;
  text-align: left;
  font: inherit;
  color: #222;
  cursor: pointer;
}
.plc-product-tabs button.is-active {
  color: var(--plc-green);
  font-weight: 700;
}
.plc-product-card-source {
  display: grid;
}
.plc-product-card-source .plc-product-card {
  display: none;
}

.single-product .site-main,
.single-product .content-area {
  overflow-x: hidden;
}
.single-product div.product {
  width: min(1180px, calc(100% - 48px));
  margin: 54px auto 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr);
  gap: 46px;
  align-items: start;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  float: none !important;
  width: 100% !important;
  min-width: 0;
}
.single-product div.product .summary {
  color: var(--plc-ink);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 18px;
  border: 1px solid rgba(17,20,15,.1);
  border-radius: 10px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 18px 48px rgba(17,20,15,.07);
}
.single-product div.product .product_title {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}
.fp-product-summary-title {
  margin: 0 0 14px;
  color: var(--plc-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}
.single-product div.product .price {
  margin: -2px 0 0;
  color: var(--plc-green);
  font-size: 34px;
  font-weight: 900;
}
.single-product div.product .price .amount {
  color: var(--plc-green);
}
.fp-summary-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: -2px;
  color: #454b40;
  font-size: 14px;
  font-weight: 700;
}
.fp-stars {
  color: #f5a400;
  letter-spacing: 1px;
}
.fp-summary-rating strong {
  color: #2f362b;
  font-weight: 900;
}
.fp-summary-rating a {
  color: #454b40;
  font-weight: 800;
  text-decoration: none;
}
.fp-summary-rating a:hover {
  color: var(--plc-green);
}
.fp-summary-description {
  color: #262c22;
  font-size: 17px;
  line-height: 1.5;
}
.fp-summary-description p {
  margin: 0;
}
.fp-summary-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 2px;
}
.fp-summary-benefits article {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid rgba(40,89,2,.14);
  border-radius: 8px;
  background: #f7f8f4;
  padding: 12px;
}
.fp-summary-benefits article > span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--plc-green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.fp-summary-benefits strong {
  display: block;
  margin: 0 0 3px;
  font-weight: 900;
}
.fp-summary-benefits p {
  margin: 0;
  color: #596151;
  font-size: 12px;
  line-height: 1.35;
}
.single-product div.product form.cart {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: stretch;
  margin: 2px 0 0;
}
.single-product div.product form.cart div.quantity {
  order: 1;
  margin: 0;
}
.single-product div.product form.cart .qty {
  width: 92px;
  min-height: 56px;
  border: 1px solid #cfd5ca;
  border-radius: 6px;
  background: #fff;
  color: var(--plc-ink);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.single-product div.product form.cart .button,
.single-product div.product .single_add_to_cart_button {
  min-height: 56px;
  border-radius: 6px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 900;
  line-height: 56px;
}
.single-product div.product .single_add_to_cart_button {
  order: 3;
  grid-column: 1 / -1;
  border: 2px solid var(--plc-green);
  background: #fff;
  color: var(--plc-green);
}
.single-product div.product .single_add_to_cart_button:hover {
  background: #eef5e8;
  color: var(--plc-green);
}
.single-product div.product .fp-buy-now {
  order: 2;
  grid-column: 2;
  flex: 1 1 150px;
  border: 2px solid var(--plc-green);
  background: var(--plc-green);
  color: #fff;
}
.single-product div.product .fp-buy-now:hover {
  background: #1d4301;
  color: #fff;
}
.fp-purchase-confidence {
  display: grid;
  gap: 12px;
  margin-top: 2px;
  border-top: 1px solid rgba(40,89,2,.16);
  padding-top: 16px;
}
.fp-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.fp-trust-grid span {
  position: relative;
  border: 1px solid rgba(40,89,2,.14);
  border-radius: 8px;
  background: #f7f8f4;
  padding: 12px 12px 12px 44px;
}
.fp-trust-grid em {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--plc-green);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.fp-trust-grid strong,
.fp-trust-grid small {
  display: block;
}
.fp-trust-grid strong {
  color: var(--plc-ink);
  font-size: 13px;
  font-weight: 900;
}
.fp-trust-grid small {
  margin-top: 3px;
  color: #687061;
  font-size: 12px;
}
.fp-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.fp-payment-icons .fp-pay-card {
  min-height: 30px;
  min-width: 76px;
  border: 1px solid #d8ddd2;
  border-radius: 6px;
  background: #fff;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 0 rgba(16,20,15,.04);
}
.fp-payment-icons svg {
  width: 100%;
  height: 24px;
  display: block;
  overflow: visible;
}
.fp-pay-visa text {
  fill: #1a1f71;
  font: italic 900 22px Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.fp-pay-mastercard circle:first-child {
  fill: #eb001b;
}
.fp-pay-mastercard circle:nth-child(2) {
  fill: rgba(247,158,27,.9);
  mix-blend-mode: multiply;
}
.fp-pay-mastercard text {
  fill: #222;
  font: 700 9px Arial, Helvetica, sans-serif;
  letter-spacing: -.2px;
}
.fp-pay-paypal text {
  font: italic 900 18px Arial, Helvetica, sans-serif;
  letter-spacing: -.6px;
}
.fp-paypal-dark {
  fill: #003087;
}
.fp-paypal-light {
  fill: #009cde;
}
.fp-pay-apple path,
.fp-pay-apple text {
  fill: #111;
}
.fp-pay-apple text {
  font: 900 17px Arial, Helvetica, sans-serif;
  letter-spacing: -.4px;
}
.fp-pay-google text {
  font: 900 16px Arial, Helvetica, sans-serif;
  letter-spacing: -.8px;
}
.fp-google-blue {
  fill: #4285f4;
}
.fp-google-red {
  fill: #ea4335;
}
.fp-google-yellow {
  fill: #fbbc05;
}
.fp-google-green {
  fill: #34a853;
}
.fp-google-pay {
  fill: #202124;
  font-size: 14px;
  letter-spacing: -.4px;
}
.fp-shipping-note {
  display: grid;
  gap: 6px;
  border-radius: 8px;
  background: #10140f;
  padding: 14px;
  color: #fff;
}
.fp-shipping-note p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.4;
}
.fp-shipping-note strong {
  color: #fff;
}
.single-product div.product .woocommerce-tabs,
.single-product div.product .related,
.single-product div.product .upsells,
.single-product div.product .fp-product-anchor-nav {
  grid-column: 1 / -1;
}
.fp-product-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 18px 0 6px;
  border-top: 1px solid #dfe3dc;
  border-bottom: 1px solid #dfe3dc;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
}
.fp-product-anchor-nav a {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-right: 1px solid #dfe3dc;
  color: #1a2116;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.fp-product-anchor-nav a:last-child {
  border-right: 0;
}
.fp-product-anchor-nav a:hover {
  color: var(--plc-green);
}
.single-product div.product .product_meta {
  margin-top: 4px;
  border-top: 1px solid rgba(40,89,2,.16);
  padding-top: 14px;
  color: #596151;
  font-size: 14px;
  line-height: 1.6;
}
.single-product div.product .product_meta a {
  color: var(--plc-green);
  font-weight: 800;
}
.woocommerce-product-gallery img {
  border-radius: 8px;
  background: var(--plc-soft);
}
.fp-product-detail-copy {
  color: var(--plc-ink);
}
.single-product div.product .woocommerce-Tabs-panel--description > h2:first-child {
  display: none;
}
.fp-product-detail-intro {
  width: min(920px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}
.fp-product-kicker {
  margin: 0 0 10px;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fp-product-detail-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04;
}
.fp-product-overview-title {
  width: min(760px, 100%);
  margin: 0 auto 14px;
  color: var(--plc-ink);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.18;
}
.fp-product-detail-intro p,
.fp-product-detail-faq p {
  margin: 0;
  color: #42483d;
  font-size: 17px;
  line-height: 1.65;
}
.fp-product-overview-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(980px, 100%);
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.fp-product-overview-list li {
  border: 1px solid rgba(40,89,2,.16);
  border-radius: 6px;
  background: #fff;
  padding: 14px 16px;
  color: var(--plc-ink);
  font-weight: 800;
  line-height: 1.45;
}
.fp-product-detail-features,
.fp-product-detail-specs,
.fp-product-detail-faq {
  width: min(980px, 100%);
  margin: 0 auto 32px;
  border-radius: 8px;
  background: var(--plc-soft);
  padding: 28px;
}
.fp-product-detail-features h3,
.fp-product-detail-specs h3,
.fp-product-detail-faq h3 {
  margin: 0 0 18px;
  font-size: 24px;
}
.fp-product-detail-features ul,
.fp-product-detail-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fp-product-detail-features li,
.fp-product-detail-box li {
  border: 1px solid rgba(40,89,2,.16);
  border-radius: 6px;
  background: #fff;
  padding: 14px 16px;
  font-weight: 800;
}
.fp-product-detail-specs > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.fp-product-detail-specs p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  border-bottom: 1px solid rgba(40,89,2,.16);
  padding: 12px 0;
}
.fp-product-detail-specs span {
  color: #596151;
  text-align: right;
}
.fp-product-detail-faq {
  display: grid;
  gap: 10px;
}
.fp-product-detail-faq details {
  border: 1px solid rgba(40,89,2,.16);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.fp-product-detail-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 16px 48px 16px 16px;
  font-weight: 900;
}
.fp-product-detail-faq summary::-webkit-details-marker {
  display: none;
}
.fp-product-detail-faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  color: var(--plc-green);
  font-size: 22px;
  transform: translateY(-50%);
}
.fp-product-detail-faq details[open] summary::after {
  content: "-";
}
.fp-product-detail-faq details p {
  border-top: 1px solid rgba(40,89,2,.12);
  padding: 0 16px 16px;
}
.fp-product-detail-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(1100px, 100%);
  margin: 42px auto;
}
.fp-product-detail-images figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--plc-soft);
}
.fp-product-detail-images img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  transition: transform .18s ease;
}
.fp-product-detail-images figure:hover img {
  transform: none;
}
.fp-product-detail-images figcaption {
  padding: 12px 16px 14px;
  color: #596151;
  font-size: 13px;
  font-weight: 800;
}
.fp-buy-full-detail-images {
  grid-column: 1 / -1;
  width: min(1500px, calc(100% - 48px));
  margin: 22px auto 0;
  padding: 28px;
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background: #fff;
}
.fp-detail-carousel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.fp-detail-carousel-head > h2 {
  margin: 4px 0 0;
  color: var(--plc-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}
.fp-detail-carousel-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fp-detail-carousel-count {
  color: #596151;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
}
.fp-detail-carousel-actions button {
  width: 46px;
  height: 46px;
  border: 1px solid #d7ddcf;
  border-radius: 999px;
  background: #fff;
  color: var(--plc-green);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.fp-detail-carousel-actions button:hover {
  background: var(--plc-green);
  color: #fff;
}
.fp-buy-full-detail-images .fp-product-detail-images {
  display: flex;
  width: 100%;
  margin: 0;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.fp-buy-full-detail-images .fp-product-detail-images::-webkit-scrollbar {
  display: none;
}
.fp-buy-full-detail-images .fp-product-detail-images figure {
  flex: 0 0 calc((100% - 18px) / 2);
  scroll-snap-align: start;
}
.fp-buy-full-detail-images .fp-product-detail-images img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7f8f4;
}
@media (max-width: 760px) {
  .fp-buy-full-detail-images {
    width: min(100% - 28px, 1500px);
    padding: 18px;
  }
  .fp-detail-carousel-head {
    align-items: center;
  }
  .fp-buy-full-detail-images .fp-product-detail-images figure {
    flex-basis: 100%;
  }
}
.fp-detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.82);
  padding: 28px;
}
.fp-detail-lightbox.is-open {
  display: flex;
}
.fp-detail-lightbox img {
  width: auto;
  max-width: min(1180px, 94vw);
  max-height: 88vh;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}
.fp-detail-lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.fp-purchase-page-sample.single-product div.product {
  width: min(1360px, calc(100% - 56px));
  grid-template-columns: minmax(0, 1.1fr) minmax(440px, .9fr);
  gap: 64px;
  margin-top: 34px;
}
.fp-purchase-page-sample.single-product div.product .summary {
  position: static;
  gap: 14px;
  border: 0;
  border-radius: 0;
  padding: 6px 0 0;
  box-shadow: none;
}
.fp-purchase-page-sample.single-product div.product .product_title {
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.05;
}
.fp-purchase-page-sample .fp-summary-rating {
  margin: 0;
  font-size: 15px;
}
.fp-purchase-page-sample .fp-stars {
  color: #f8a800;
  font-size: 18px;
}
.fp-purchase-page-sample.single-product div.product .price {
  font-size: 36px;
  line-height: 1;
}
.fp-purchase-page-sample .fp-summary-description {
  max-width: 560px;
  font-size: 16px;
}
.fp-purchase-page-sample .fp-summary-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 4px;
  border-bottom: 1px solid #dfe3dc;
  padding-bottom: 20px;
}
.fp-purchase-page-sample .fp-summary-benefits article {
  align-items: center;
  justify-content: center;
  min-height: 66px;
  border-color: #d8ddd2;
  background: #f7f9f5;
  padding: 10px;
  text-align: center;
}
.fp-purchase-page-sample .fp-summary-benefits article > span {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  border: 1px solid var(--plc-green);
  background: transparent;
  color: var(--plc-green);
}
.fp-purchase-page-sample .fp-summary-benefits strong {
  font-size: 13px;
  line-height: 1.15;
}
.fp-purchase-page-sample .fp-summary-benefits p {
  display: none;
}
.fp-purchase-page-sample.single-product div.product form.cart {
  grid-template-columns: 180px 1fr 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #dfe3dc;
  padding: 4px 0 20px;
}
.fp-purchase-page-sample.single-product div.product form.cart::before {
  content: "Quantity:";
  order: 0;
  grid-column: 1 / -1;
  color: var(--plc-ink);
  font-size: 15px;
  font-weight: 800;
}
.fp-purchase-page-sample.single-product div.product form.cart div.quantity {
  grid-column: 1;
  order: 1;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: stretch;
  width: 180px;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid #cfd5ca;
  border-radius: 6px;
  background: #fff;
}
.fp-purchase-page-sample.single-product div.product form.cart .qty {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-right: 1px solid #dfe3dc;
  border-left: 1px solid #dfe3dc;
  border-radius: 0;
  font-size: 16px;
  appearance: textfield;
}
.fp-purchase-page-sample.single-product div.product form.cart .qty::-webkit-outer-spin-button,
.fp-purchase-page-sample.single-product div.product form.cart .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.fp-purchase-page-sample .fp-qty-step {
  border: 0;
  background: #fff;
  color: var(--plc-ink);
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}
.fp-purchase-page-sample .fp-qty-step:hover {
  background: #eef5e8;
  color: var(--plc-green);
}
.fp-purchase-page-sample.single-product div.product .fp-buy-now,
.fp-purchase-page-sample.single-product div.product .single_add_to_cart_button:not(.fp-buy-now) {
  grid-column: auto;
  min-height: 52px;
  width: 100%;
  border-radius: 6px;
  line-height: 52px;
}
.fp-purchase-page-sample.single-product div.product .fp-buy-now {
  order: 2;
}
.fp-purchase-page-sample.single-product div.product .single_add_to_cart_button:not(.fp-buy-now) {
  order: 3;
}
.fp-purchase-page-sample .fp-purchase-confidence {
  gap: 14px;
  border-top: 0;
  padding-top: 0;
}
.fp-purchase-page-sample .fp-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.fp-purchase-page-sample .fp-trust-grid span {
  min-height: 44px;
  border: 0;
  background: transparent;
  padding: 0 0 0 36px;
}
.fp-purchase-page-sample .fp-trust-grid em {
  top: 3px;
  left: 0;
  background: #eef5e8;
  color: var(--plc-green);
}
.fp-purchase-page-sample .fp-trust-grid strong {
  font-size: 13px;
}
.fp-purchase-page-sample .fp-payment-icons {
  gap: 8px;
}
.fp-purchase-page-sample .fp-payment-icons .fp-pay-card {
  min-width: 86px;
  min-height: 34px;
}
.fp-purchase-page-sample .fp-shipping-note {
  grid-template-columns: 1fr 1fr;
  gap: 4px 28px;
  border-top: 1px solid #dfe3dc;
  border-radius: 0;
  background: #fff;
  padding: 16px 0 0;
  color: var(--plc-ink);
}
.fp-purchase-page-sample .fp-shipping-note p {
  color: #2f362b;
}
.fp-purchase-page-sample .fp-shipping-note strong {
  color: var(--plc-ink);
}
.fp-purchase-page-sample.single-product div.product .product_meta {
  margin-top: -4px;
  border-top: 0;
  padding-top: 0;
}
.fp-purchase-page-sample .fp-sample-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.fp-purchase-page-sample .woocommerce-product-gallery img {
  border-radius: 0;
}
.fp-purchase-page-sample .woocommerce-product-gallery {
  position: relative;
}
.fp-purchase-page-sample .woocommerce-product-gallery__trigger {
  display: none !important;
}
.fp-purchase-page-sample .woocommerce-product-gallery__image > a {
  display: block;
  cursor: default;
  pointer-events: none;
}
.fp-gallery-arrow {
  position: absolute;
  top: min(35vw, 300px);
  z-index: 6;
  width: 46px;
  height: 46px;
  border: 1px solid #d7ddcf;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--plc-green);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(20, 31, 20, .12);
  cursor: pointer;
}
.fp-gallery-arrow:hover {
  background: var(--plc-green);
  color: #fff;
}
.fp-gallery-prev {
  left: 24px;
}
.fp-gallery-next {
  right: 24px;
}
.fp-purchase-page-sample .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px !important;
}
.fp-purchase-page-sample .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}
.fp-purchase-page-sample .flex-control-thumbs img {
  aspect-ratio: 1.45 / 1;
  border: 2px solid transparent;
  object-fit: contain;
  object-position: center;
  background: #f3f1ec;
}
.fp-purchase-page-sample .flex-control-thumbs img.flex-active {
  border-color: var(--plc-green);
}
.fp-buy-detail-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .72fr) minmax(330px, .72fr);
  gap: 16px;
  margin-top: 10px;
}
.fp-buy-detail-card {
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}
.fp-buy-detail-card h2 {
  margin: 0 0 18px;
  color: var(--plc-ink);
  font-size: 20px;
  line-height: 1.2;
}
.fp-buy-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.fp-buy-overview-grid figure {
  margin: 0;
}
.fp-buy-overview-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  border-radius: 8px;
  background: var(--plc-soft);
  object-fit: cover;
}
.fp-buy-overview-grid figcaption {
  display: grid;
  gap: 5px;
  margin-top: 10px;
}
.fp-buy-overview-grid strong {
  color: var(--plc-ink);
  font-size: 14px;
  font-weight: 900;
}
.fp-buy-overview-grid span {
  color: #4f5749;
  font-size: 13px;
  line-height: 1.45;
}
.fp-buy-specs dl {
  margin: 0;
  border: 1px solid #e1e5dd;
  border-bottom: 0;
}
.fp-buy-specs dl div {
  display: grid;
  grid-template-columns: 128px 1fr;
  border-bottom: 1px solid #e1e5dd;
}
.fp-buy-specs dt,
.fp-buy-specs dd {
  margin: 0;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.3;
}
.fp-buy-specs dt {
  background: #f8faf6;
  color: var(--plc-ink);
  font-weight: 900;
}
.fp-buy-specs dd {
  color: #364031;
}
.fp-buy-faq {
  display: grid;
  align-content: start;
  gap: 10px;
}
.fp-buy-faq h2 {
  margin-bottom: 8px;
}
.fp-buy-faq details {
  border: 1px solid #dfe3dc;
  border-radius: 6px;
  background: #fff;
}
.fp-buy-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 14px 42px 14px 14px;
  font-size: 14px;
  font-weight: 800;
}
.fp-buy-faq summary::-webkit-details-marker {
  display: none;
}
.fp-buy-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--plc-green);
  font-size: 20px;
  transform: translateY(-50%);
}
.fp-buy-faq details[open] summary::after {
  content: "-";
}
.fp-buy-faq p {
  margin: 0;
  border-top: 1px solid #edf0ea;
  padding: 0 14px 14px;
  color: #4f5749;
  font-size: 13px;
  line-height: 1.5;
}
.fp-buy-support-box {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  border: 1px solid #dfe8d8;
  border-radius: 8px;
  background: #f6faf4;
  padding: 18px;
}
.fp-buy-support-box strong {
  color: var(--plc-green);
  font-size: 18px;
}
.fp-buy-support-box span {
  color: #4f5749;
  font-size: 13px;
}
.fp-buy-support-box a {
  margin-top: 4px;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 900;
}
.fp-buy-reviews-panel {
  grid-column: 1 / -1;
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.fp-buy-reviews-panel {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .58fr);
  gap: 28px;
  align-items: start;
}
.fp-buy-reviews-panel .fp-buy-reviews-list,
.fp-buy-reviews-panel .fp-buy-review-form {
  min-width: 0;
}
.fp-buy-reviews-heading {
  margin-bottom: 16px;
}
.fp-buy-reviews-heading h2,
.fp-buy-review-form h2 {
  margin: 0 0 8px;
  color: var(--plc-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}
.fp-buy-reviews-heading span,
.fp-buy-review-note,
.fp-buy-review-signed {
  color: #596151;
  font-size: 13px;
  line-height: 1.45;
}
.fp-buy-review-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fp-buy-review-list li,
.fp-buy-no-reviews {
  border: 1px solid #e1e5dd;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.fp-buy-review-list .fp-review-is-extra {
  display: none;
}
.fp-buy-reviews-list.is-expanded .fp-review-is-extra {
  display: block;
}
.fp-show-more-reviews {
  min-height: 44px;
  margin-top: 14px;
  border: 2px solid var(--plc-green);
  border-radius: 6px;
  background: #fff;
  padding: 0 20px;
  color: var(--plc-green);
  font-weight: 900;
  cursor: pointer;
}
.fp-show-more-reviews:hover {
  background: #eef5e8;
}
.fp-show-more-reviews[hidden] {
  display: none;
}
.fp-buy-review-stars {
  color: #f8a800;
  font-size: 17px;
  letter-spacing: 1px;
}
.fp-buy-review-list strong,
.fp-buy-no-reviews strong {
  display: block;
  margin-top: 6px;
  color: var(--plc-ink);
  font-weight: 900;
}
.fp-buy-review-list time {
  display: block;
  margin-top: 2px;
  color: #6b7365;
  font-size: 12px;
}
.fp-buy-review-list p {
  margin: 0;
  padding-top: 10px;
  color: #323a2e;
  font-size: 14px;
  line-height: 1.55;
}
.fp-buy-no-reviews {
  display: grid;
  gap: 5px;
}
.fp-buy-no-reviews span {
  color: #596151;
  font-size: 13px;
  line-height: 1.45;
}
.fp-buy-review-form {
  display: grid;
  gap: 12px;
  border: 1px solid #dfe8d8;
  border-radius: 8px;
  background: #f8faf6;
  padding: 18px;
}
.fp-buy-review-form label {
  display: block;
  color: var(--plc-ink);
  font-size: 13px;
  font-weight: 900;
}
.fp-buy-review-form select,
.fp-buy-review-form textarea,
.fp-buy-review-form input[type="text"],
.fp-buy-review-form input[type="email"] {
  width: 100%;
  border: 1px solid #cfd5ca;
  border-radius: 6px;
  background: #fff;
  padding: 11px 12px;
  color: var(--plc-ink);
  font: inherit;
}
.fp-buy-review-form textarea {
  min-height: 118px;
  resize: vertical;
}
.fp-buy-review-form button {
  min-height: 46px;
  border: 2px solid var(--plc-green);
  border-radius: 6px;
  background: var(--plc-green);
  padding: 0 22px;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.fp-buy-review-form button:hover {
  background: #1d4301;
}

.fp-shop-archive .site-main {
  background: #fff;
}
.fp-shop-archive .woocommerce-breadcrumb {
  width: min(1716px, calc(100% - 80px));
  margin: 40px auto 34px;
  color: #82867d;
  font-size: 15px;
}
.fp-shop-archive .woocommerce-breadcrumb a {
  color: #82867d;
}
.fp-shop-category-strip {
  border-bottom: 1px solid #e5e7e1;
  background: #fff;
}
.fp-shop-category-inner {
  width: min(760px, calc(100% - 48px));
  min-height: 248px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
  justify-content: center;
}
.fp-shop-category-tile {
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
}
.fp-shop-category-tile img {
  width: 78px;
  height: 58px;
  object-fit: contain;
}
.fp-shop-category-tile strong {
  color: #11140f;
  font-size: 15px;
  font-weight: 900;
}
.fp-shop-category-tile span {
  max-width: 128px;
  color: #222820;
  font-size: 12px;
  line-height: 1.35;
}
.fp-shop-archive .woocommerce-products-header,
.fp-shop-archive .page-title {
  width: min(1716px, calc(100% - 80px));
  margin-right: auto;
  margin-left: auto;
}
.fp-shop-archive .page-title {
  margin-top: 0;
  margin-bottom: 18px;
  color: #11140f;
  font-size: 28px;
  line-height: 1.15;
}
.fp-shop-layout {
  width: min(1716px, calc(100% - 80px));
  margin: 0 auto 88px;
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}
.fp-shop-filter {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 26px;
  padding-top: 4px;
}
.fp-shop-filter-title {
  color: #11140f;
  font-size: 14px;
  font-weight: 700;
}
.fp-shop-filter section {
  display: grid;
  gap: 17px;
}
.fp-shop-filter h2 {
  position: relative;
  margin: 0;
  color: #11140f;
  font-size: 16px;
  line-height: 1.2;
}
.fp-shop-filter h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #11140f;
  border-left: 1.5px solid #11140f;
  transform: rotate(45deg);
}
.fp-shop-filter label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #11140f;
  font-size: 14px;
  line-height: 1.2;
}
.fp-shop-filter input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--plc-green);
}
.fp-shop-products {
  min-width: 0;
}
.fp-shop-products .woocommerce-result-count {
  float: none;
  margin: 0 0 28px;
  color: #70776b;
  font-size: 14px;
}
.fp-shop-products .woocommerce-ordering {
  float: right;
  margin: -52px 0 28px;
  color: #11140f;
  font-size: 14px;
}
.fp-shop-products .woocommerce-ordering::before {
  content: "Sort by ";
  color: #11140f;
}
.fp-shop-products .woocommerce-ordering select {
  border: 0;
  background: transparent;
  color: #11140f;
  font: inherit;
  font-weight: 900;
  outline: 0;
}
.fp-shop-products ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 40px;
  margin: 0 !important;
  padding: 0 !important;
}
.fp-shop-products ul.products::before,
.fp-shop-products ul.products::after {
  display: none !important;
}
.fp-shop-products ul.products li.product {
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  background: transparent;
}
.fp-shop-products ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}
.fp-shop-products ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 18px !important;
  border-radius: 4px;
  background: #f3f1ec;
  object-fit: contain;
  transition: transform .18s ease;
}
.fp-shop-products ul.products li.product:hover img {
  transform: scale(1.015);
}
.fp-loop-badges {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fp-loop-badges span {
  border-radius: 4px;
  background: #eef2e7;
  padding: 6px 9px;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.fp-loop-badges span:first-child {
  background: var(--plc-green);
  color: #fff;
}
.fp-shop-products ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 8px;
  padding: 0 !important;
  color: #11140f;
  font-size: 22px !important;
  font-weight: 900;
  line-height: 1.08;
}
.fp-loop-product-desc {
  min-height: 42px;
  margin: 0 0 14px;
  color: #454b40;
  font-size: 14px;
  line-height: 1.45;
}
.fp-shop-products ul.products li.product .price {
  display: block;
  margin: 0 0 14px;
  color: var(--plc-green) !important;
  font-size: 15px !important;
  font-weight: 900;
}
.fp-shop-products ul.products li.product .price .amount {
  color: var(--plc-green);
}
.fp-shop-products ul.products li.product .button {
  min-height: 44px;
  border: 2px solid var(--plc-green);
  border-radius: 4px;
  background: var(--plc-green);
  padding: 0 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 40px;
}
.fp-shop-products ul.products li.product .button:hover {
  background: #1d4301;
  color: #fff;
}
.page-id-7 .plc-inner-hero {
  display: none;
}
.page-id-7 .plc-inner-section {
  padding: 44px 0 90px;
}
.page-id-7 .plc-inner-section > .wp-block-group__inner-container {
  width: min(1716px, calc(100% - 80px));
}
.page-id-7 .plc-inner-section h2 {
  margin: 0 0 30px;
  color: #11140f;
  font-size: 28px;
}
.page-id-7 .plc-card-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 40px;
}
.page-id-7 .plc-edit-card {
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0 14px;
  box-shadow: none;
}
.page-id-7 .plc-edit-card::before {
  content: "10% off";
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  border-radius: 4px;
  background: var(--plc-green);
  padding: 6px 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.page-id-7 .plc-edit-card::after {
  content: "Best Seller";
  display: block;
  margin: 0 0 8px;
  color: var(--plc-green);
  font-size: 14px;
  font-weight: 700;
}
.page-id-7 .plc-edit-card .wp-block-image {
  margin: 0 0 18px;
}
.page-id-7 .plc-edit-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  background: #f3f1ec;
  object-fit: contain;
}
.page-id-7 .plc-edit-card h3 {
  margin: 0 0 8px;
  color: #11140f;
  font-size: 22px;
  line-height: 1.08;
}
.page-id-7 .plc-edit-card p {
  margin: 0 0 14px;
  color: #454b40;
  font-size: 14px;
  line-height: 1.45;
}
.page-id-7 .plc-edit-card .plc-card-price {
  color: var(--plc-green);
  font-weight: 900;
}
.page-id-7 .plc-edit-card .wp-block-button__link {
  min-height: 44px;
  border: 2px solid var(--plc-green);
  border-radius: 4px;
  background: var(--plc-green);
  padding: 0 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 40px;
}
.page-id-7 .plc-page-cta {
  display: none;
}

.fp-purchase-page-sample.single-product .site-main {
  background: #fff;
}
.fp-purchase-page-sample.single-product div.product {
  width: min(1460px, calc(100% - 80px));
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, .82fr);
  gap: 58px;
}
.fp-purchase-page-sample.single-product div.product .summary {
  padding-top: 0;
}
.fp-purchase-page-sample.single-product div.product .product_title {
  max-width: 650px;
  font-size: clamp(38px, 3.2vw, 56px);
}
.fp-purchase-page-sample .woocommerce-product-gallery .flex-viewport,
.fp-purchase-page-sample .woocommerce-product-gallery__wrapper {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.fp-purchase-page-sample .woocommerce-product-gallery .flex-viewport img,
.fp-purchase-page-sample .woocommerce-product-gallery__wrapper img {
  width: 92%;
  margin: 0 auto;
  aspect-ratio: 1.42 / 1;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.fp-purchase-page-sample .flex-control-thumbs img {
  background: #fff;
}

.woocommerce-checkout .site-main,
.woocommerce-cart .site-main {
  width: min(1180px, calc(100% - 48px));
  margin: 44px auto 80px;
}
.woocommerce-checkout .entry-title,
.woocommerce-cart .entry-title {
  margin: 0 0 24px;
  color: var(--plc-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error {
  border: 1px solid #dfe8d8;
  border-left: 4px solid var(--plc-green);
  border-radius: 8px;
  background: #f6faf4;
  padding: 16px 18px;
  color: #2f362b;
  font-size: 14px;
  line-height: 1.5;
}
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before,
.woocommerce-checkout .woocommerce-error::before {
  display: none;
}
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-message a,
.woocommerce-cart .woocommerce-message a {
  color: var(--plc-green);
  font-weight: 900;
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr);
  gap: 34px;
  align-items: start;
}
.woocommerce-checkout form.checkout::before {
  content: "Secure checkout";
  grid-column: 1 / -1;
  display: block;
  color: var(--plc-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.woocommerce-checkout #customer_details {
  display: grid;
  gap: 18px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 18px;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 18px;
  color: var(--plc-ink);
  font-size: 24px;
  line-height: 1.2;
}
.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  align-self: end;
  margin-bottom: -18px;
  padding: 24px 24px 0;
  position: relative;
  z-index: 1;
}
.woocommerce-checkout #order_review {
  grid-column: 2;
  position: sticky;
  top: 18px;
}
.woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: 2 / span 2;
}
.woocommerce-checkout .form-row {
  margin: 0 0 14px;
}
.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 6px;
  color: var(--plc-ink);
  font-size: 13px;
  font-weight: 900;
}
.woocommerce-checkout .required {
  color: var(--plc-green);
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 46px;
  border: 1px solid #cfd5ca;
  border-radius: 6px;
  background: #fff;
  padding: 10px 12px;
  color: var(--plc-ink);
  font: inherit;
}
.woocommerce-checkout textarea {
  min-height: 112px;
  resize: vertical;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 46px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: var(--plc-ink);
  line-height: 24px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
.woocommerce-checkout .checkout_coupon {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
  border: 1px solid #dfe3dc;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}
.woocommerce-checkout .checkout_coupon p {
  margin: 0;
}
.woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon .form-row-last {
  float: none;
  width: auto;
}
.woocommerce-checkout button.button,
.woocommerce-checkout #place_order {
  min-height: 48px;
  border: 2px solid var(--plc-green);
  border-radius: 6px;
  background: var(--plc-green);
  padding: 0 22px;
  color: #fff;
  font-weight: 900;
  line-height: 44px;
  cursor: pointer;
}
.woocommerce-checkout button.button:hover,
.woocommerce-checkout #place_order:hover {
  background: #1d4301;
  color: #fff;
}
.woocommerce-checkout .shop_table {
  width: 100%;
  border: 1px solid #e1e5dd;
  border-collapse: collapse;
  margin: 0 0 18px;
}
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  border-bottom: 1px solid #e1e5dd;
  padding: 13px 12px;
  color: #2f362b;
  font-size: 14px;
  vertical-align: top;
}
.woocommerce-checkout .shop_table th {
  background: #f8faf6;
  color: var(--plc-ink);
  font-weight: 900;
  text-align: left;
}
.woocommerce-checkout .shop_table tfoot tr:last-child th,
.woocommerce-checkout .shop_table tfoot tr:last-child td {
  color: var(--plc-green);
  font-size: 18px;
  font-weight: 900;
}
.woocommerce-checkout #payment {
  border-radius: 8px;
  background: #f6faf4;
  padding: 18px;
}
.woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  border-bottom: 1px solid #dfe8d8;
  padding: 0 0 14px;
  list-style: none;
}
.woocommerce-checkout #payment div.payment_box {
  margin: 10px 0 0;
  border-radius: 6px;
  background: #fff;
  color: #4f5749;
  font-size: 13px;
  line-height: 1.45;
}
.woocommerce-checkout #payment .place-order {
  margin: 0;
  padding: 16px 0 0;
}
.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: #596151;
  font-size: 12px;
  line-height: 1.5;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: var(--plc-green);
  font-weight: 800;
}
.woocommerce-checkout-review-order::after {
  content: "Free Shipping on eligible orders | 30-Day Returns | Secure Checkout";
  display: block;
  margin-top: 14px;
  border: 1px solid #dfe8d8;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  color: #2f362b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.plc-trade { padding: 0 0 72px; }
.plc-trade-card {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border-radius: var(--plc-radius);
  color: #fff;
  background: #4a280a;
}
.plc-trade-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plc-trade-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(47,22,3,.84), rgba(47,22,3,.2));
}
.plc-trade-card div {
  position: relative;
  z-index: 1;
  width: min(420px, 70%);
  padding: 30px;
}
.plc-trade-card h2 {
  margin: 0 0 7px;
  font-size: 20px;
}
.plc-trade-card p {
  margin: 0 0 14px;
  font-size: 13px;
}

.plc-social { padding-top: 0; }
.plc-social-row {
  display: grid;
  grid-template-columns: 34px repeat(3, 1fr) 34px;
  gap: 20px;
  align-items: center;
}
.plc-social-row img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  border: 8px solid #f1f0ec;
  background: #f1f0ec;
}
.plc-social-row button {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(40,89,2,.45);
  background: #fff;
  color: var(--plc-green);
  font-size: 19px;
}
.plc-quote {
  margin: 88px auto 34px;
  max-width: 460px;
  text-align: center;
  font-size: 14px;
  color: #252920;
}
.plc-press {
  margin: 0 auto;
  width: 230px;
  font-size: 76px;
  line-height: .72;
  font-weight: 900;
  letter-spacing: 0;
}

.plc-brand {
  position: relative;
  min-height: 520px;
  color: #fff;
  overflow: hidden;
  margin-top: 100px;
}
.plc-brand img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plc-brand:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.04));
}
.plc-brand-copy {
  position: relative;
  z-index: 1;
  width: min(430px, calc(100% - 80px));
  margin-left: max(60px, calc((100vw - 1180px) / 2));
  padding: 160px 0 0;
}
.plc-brand-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
}
.plc-brand-copy p {
  font-size: 15px;
  line-height: 1.5;
}
.plc-link-light {
  display: inline-block;
  margin-top: 18px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.plc-subscribe {
  background: #171916;
  color: #fff;
  padding: 34px 0;
}
.plc-subscribe .plc-wrap {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px);
  gap: 40px;
  align-items: center;
}
.plc-subscribe h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}
.plc-subscribe form {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 10px;
}
.plc-subscribe input,
.plc-subscribe button {
  height: 42px;
  border-radius: 3px;
  border: 0;
  padding: 0 14px;
}
.plc-subscribe button {
  background: var(--plc-green);
  color: #fff;
  font-weight: 700;
}
.plc-subscribe form p {
  grid-column: 1 / -1;
  margin: 0;
  color: #c8cec1;
  font-size: 11px;
}

.plc-footer {
  background: #020302;
  color: #fff;
  padding: 70px 0 44px;
}
.plc-footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-bottom: 90px;
}
.plc-footer nav {
  display: grid;
  gap: 14px;
  font-size: 13px;
}
.plc-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 20px;
  color: #d6d6d6;
  font-size: 11px;
}
.plc-footer-bottom strong {
  justify-self: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}
.plc-footer-social {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
}
.plc-facebook-link {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  font: 700 18px/1 Arial, Helvetica, sans-serif;
}
.plc-facebook-link:hover {
  background: #fff;
  color: #020302;
}
.plc-footer-bottom img {
  width: 124px;
  justify-self: center;
  grid-column: 2;
  grid-row: 1;
}
.plc-footer-bottom span:first-of-type {
  grid-column: 1;
  grid-row: 1;
}
.plc-footer-bottom span:last-of-type {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.fp-community .fp-wrap,
.fp-community .plc-wrap {
  width: min(1480px, calc(100% - 32px));
}

@media (max-width: 1024px) {
  .fp-ugc-grid {
    --fp-ugc-per-view: 3;
  }
  .fp-ugc-carousel {
    padding: 0 48px;
  }
  .fp-ugc-prev {
    left: 0;
  }
  .fp-ugc-next {
    right: 0;
  }
}

@media (max-width: 760px) {
  .woocommerce-checkout .site-main,
  .woocommerce-cart .site-main {
    width: calc(100% - 32px);
    margin: 28px auto 56px;
  }
  .woocommerce-checkout .entry-title,
  .woocommerce-cart .entry-title {
    margin-bottom: 18px;
    font-size: 34px;
  }
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .woocommerce-checkout form.checkout::before,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }
  .woocommerce-checkout #order_review {
    position: static;
  }
  .woocommerce-checkout #order_review_heading {
    margin: 0;
    padding: 0;
  }
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    padding: 16px;
  }
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    float: none !important;
    width: 100% !important;
  }
  .woocommerce-checkout .checkout_coupon {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout .checkout_coupon .button {
    width: 100%;
  }
  .woocommerce-checkout .shop_table th,
  .woocommerce-checkout .shop_table td {
    padding: 10px 8px;
    font-size: 13px;
  }
  .plc-wrap,
  .plc-narrow { width: calc(100% - 32px); }
  .plc-section { padding: 44px 0; }
  .plc-section h2 { font-size: 25px; margin-bottom: 18px; }
  .plc-reference-hero img { min-height: 520px; object-fit: cover; }
  .plc-site-topbar {
    height: 26px;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 10px;
  }
  .plc-site-nav {
    width: calc(100% - 24px);
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px 16px;
    font-size: 12px;
    padding: 10px 0;
  }
  .plc-site-nav .plc-wordmark {
    flex: 1 0 100%;
    margin-right: 0;
    font-size: 17px;
  }
  .fp-announcement {
    height: 32px;
    min-height: 32px;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    padding: 0 14px;
    white-space: nowrap;
    scrollbar-width: none;
    font-size: 12px;
  }
  .fp-announcement::-webkit-scrollbar { display: none; }
  .fp-announcement span:nth-child(n+3) {
    display: none;
  }
  .fp-announcement span:nth-child(n+2) {
    display: none;
  }
  .fp-header {
    height: auto;
    min-height: 92px;
    top: 32px;
    padding: 12px 16px 10px;
    gap: 10px 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    background: rgba(17,20,15,.32);
    backdrop-filter: blur(3px);
  }
  .fp-logo {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
  }
  .fp-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    height: auto;
    gap: 10px 16px;
    overflow: visible;
    align-items: center;
    font-size: 12px;
    line-height: 1.05;
  }
  .fp-header nav > a,
  .fp-header nav .plc-nav-item > a {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    white-space: nowrap;
  }
  .fp-header nav .plc-nav-item:nth-of-type(2),
  .fp-header nav > a[href="/blog/"],
  .fp-header nav > a[href="/cart/"] {
    display: none;
  }
  .fp-header .plc-account-link {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
  .fp-header .plc-nav-item,
  .plc-site-nav .plc-nav-item {
    position: static;
    min-height: auto;
  }
  .fp-header .plc-nav-dropdown,
  .plc-site-nav .plc-nav-dropdown {
    display: none;
  }
  .fp-pet-nav {
    display: none;
  }
  .fp-hero {
    min-height: 690px;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 170px 16px 76px;
    align-items: end;
    background-position: center top;
  }
  .fp-hero-copy { width: 100%; }
  .fp-hero .fp-eyebrow {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .fp-hero h1 {
    max-width: 350px;
    font-size: 34px;
    line-height: 1.02;
  }
  .fp-hero p {
    max-width: 345px;
    font-size: 15px;
    line-height: 1.45;
  }
  .fp-actions {
    gap: 10px;
    margin-top: 22px;
  }
  .fp-actions .plc-btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
  }
  .fp-wrap {
    width: calc(100% - 32px);
  }
  .fp-story .fp-wrap {
    width: calc(100% - 32px);
  }
  .fp-trust .fp-wrap {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 18px 0;
  }
  .fp-section {
    padding: 48px 0;
  }
  .fp-section h2,
  .fp-story-copy h2 {
    font-size: 32px;
  }
  .fp-story-grid,
  .fp-split-grid,
  .fp-faq-grid,
  .fp-why-grid {
    grid-template-columns: 1fr;
  }
  .fp-ugc-carousel {
    padding: 0 44px;
  }
  .fp-ugc-grid {
    --fp-ugc-per-view: 1;
    gap: 14px;
  }
  .fp-ugc-grid figure {
    flex-basis: 100%;
    aspect-ratio: 1.12 / 1;
  }
  .fp-ugc-arrow {
    width: 38px;
    height: 38px;
  }
  .fp-split-grid article {
    min-height: 330px;
  }
  .fp-community-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .fp-community-note {
    text-align: left;
  }
  .plc-inner-hero {
    min-height: 330px;
  }
  .plc-inner-hero .wp-block-group__inner-container {
    width: calc(100% - 32px);
    padding-bottom: 42px;
  }
  .plc-inner-hero h1 {
    font-size: 42px;
  }
  .plc-inner-hero p {
    font-size: 15px;
  }
  .plc-inner-section {
    padding: 48px 0;
  }
  .plc-inner-section > .wp-block-group__inner-container {
    width: calc(100% - 32px);
  }
  .fp-support-page > .wp-block-group__inner-container {
    gap: 22px;
  }
  .fp-faq-contact-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fp-faq-visual-layout {
    gap: 22px;
  }
  .fp-faq-visual-intro,
  .fp-faq-topic-grid,
  .fp-faq-feature-row {
    grid-template-columns: 1fr;
  }
  .fp-faq-visual-intro {
    padding: 22px;
    gap: 22px;
  }
  .fp-faq-visual-intro h2 {
    font-size: 36px;
  }
  .fp-faq-visual-intro p:not(.fp-service-eyebrow) {
    font-size: 15px;
  }
  .fp-faq-visual-intro figure {
    min-height: 230px;
    aspect-ratio: 1.15 / 1;
  }
  .fp-faq-feature-row article {
    aspect-ratio: 1.35 / 1;
  }
  .fp-faq-quick-card {
    padding: 22px;
  }
  .fp-faq-quick-card .fp-support-faq-list {
    grid-template-columns: 1fr;
  }
  .fp-faq-visual-topic-body {
    padding: 18px;
  }
  .fp-faq-visual-topic h3 {
    font-size: 22px;
  }
  .fp-story-visual-layout,
  .fp-shipping-visual-layout {
    gap: 22px;
  }
  .fp-story-visual-intro,
  .fp-shipping-visual-intro,
  .fp-story-audience-grid,
  .fp-story-values,
  .fp-shipping-badge-grid,
  .fp-shipping-rule-grid,
  .fp-story-cta {
    grid-template-columns: 1fr;
  }
  .fp-story-visual-intro,
  .fp-shipping-visual-intro,
  .fp-story-cta {
    padding: 22px;
    gap: 22px;
  }
  .fp-story-visual-intro h2,
  .fp-shipping-visual-intro h2,
  .fp-story-cta h2 {
    font-size: 36px;
  }
  .fp-story-visual-intro p:not(.fp-service-eyebrow),
  .fp-shipping-visual-intro p:not(.fp-service-eyebrow),
  .fp-story-cta p:not(.fp-service-eyebrow) {
    font-size: 15px;
  }
  .fp-story-visual-intro figure,
  .fp-shipping-visual-intro figure {
    min-height: 230px;
    aspect-ratio: 1.15 / 1;
  }
  .fp-story-audience-grid div,
  .fp-story-values article,
  .fp-shipping-badge-grid article,
  .fp-shipping-rule-grid article {
    padding: 18px;
  }
  .fp-story-weave article,
  .fp-story-weave article:nth-child(even) {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .fp-story-weave article:nth-child(even) figure {
    order: 0;
  }
  .fp-story-weave figure {
    min-height: 230px;
  }
  .fp-story-weave article > div {
    padding: 22px;
  }
  .fp-story-long-layout {
    gap: 22px;
  }
  .fp-story-long-intro,
  .fp-story-long-section,
  .fp-story-long-section.is-reverse,
  .fp-story-long-cta {
    grid-template-columns: 1fr;
  }
  .fp-story-long-section.is-reverse figure {
    order: 0;
  }
  .fp-story-long-intro figure,
  .fp-story-long-section figure {
    min-height: 240px;
  }
  .fp-story-long-intro > div,
  .fp-story-long-copy,
  .fp-story-long-cta > div {
    padding: 24px;
  }
  .fp-story-long-intro h2,
  .fp-story-long-copy h2,
  .fp-story-long-cta h2 {
    font-size: 34px;
  }
  .fp-story-long-intro p:not(.fp-service-eyebrow),
  .fp-story-long-copy p:not(.fp-service-eyebrow),
  .fp-story-long-cta p:not(.fp-service-eyebrow) {
    font-size: 15px;
  }
  .fp-story-long-quote p {
    text-align: left;
  }
  .fp-story-long-cta > div:last-child {
    justify-content: flex-start;
  }
  .fp-policy-page,
  .fp-app-info {
    width: calc(100vw - 32px);
    margin: 38px auto;
  }
  .fp-policy-hero,
  .fp-app-info {
    padding: 26px;
  }
  .fp-policy-grid,
  .fp-app-note-grid,
  .fp-app-store-grid {
    grid-template-columns: 1fr;
  }
  .fp-policy-hero h1,
  .fp-app-info h1 {
    font-size: 38px;
  }
  .fp-story-audience-grid h3,
  .fp-story-values h3,
  .fp-shipping-badge-grid h3 {
    font-size: 21px;
  }
  .fp-shipping-rule-grid article {
    grid-template-columns: 1fr;
  }
  .fp-faq-care-panel {
    position: static;
    padding: 28px 22px;
  }
  .fp-faq-care-panel h2 {
    font-size: 34px;
  }
  .fp-faq-topic-list {
    grid-template-columns: 1fr;
  }
  .fp-support-page h2 {
    font-size: 34px;
  }
  .fp-support-page h3 {
    font-size: 16px;
  }
  .fp-support-faq-list {
    grid-template-columns: 1fr;
  }
  .fp-support-faq-list summary {
    min-height: 58px;
    padding: 16px 48px 16px 16px;
    font-size: 15px;
  }
  .fp-support-faq-list details p {
    padding: 16px;
    font-size: 14px;
  }
  .fp-service-trust-row,
  .fp-service-steps {
    grid-template-columns: 1fr;
  }
  .fp-service-card {
    padding: 24px;
  }
  .fp-service-card p {
    font-size: 15px;
  }
  .plc-card-grid > .wp-block-group__inner-container,
  .plc-contact-grid > .wp-block-group__inner-container,
  .plc-blog-list > .wp-block-group__inner-container,
  .plc-gallery-grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
  .plc-gallery-feature {
    padding: 34px 16px;
  }
  .plc-gallery-feature > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .plc-gallery-feature-copy {
    padding: 24px;
  }
  .plc-gallery-feature-copy h2 {
    font-size: 34px;
  }
  .plc-gallery-feature .wp-block-image,
  .plc-gallery-feature .wp-block-image img {
    min-height: 260px;
  }
  .plc-gallery-grid-large > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .plc-gallery-grid-large figure:nth-child(1),
  .plc-gallery-grid-large figure:nth-child(6) {
    grid-column: auto;
  }
  .plc-gallery-grid-large figure,
  .plc-gallery-grid-large img {
    min-height: 240px;
  }
  .fp-community-gallery-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .fp-community-gallery-page .fp-ugc-grid figure {
    aspect-ratio: 1.12 / 1;
  }
  .plc-brand-story-intro,
  .plc-brand-story-image-band {
    padding: 32px 16px;
  }
  .plc-brand-story-intro > .wp-block-group__inner-container,
  .plc-brand-story-image-band > .wp-block-group__inner-container,
  .plc-brand-story-split > .wp-block-group__inner-container,
  .plc-brand-story-split-reverse > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .plc-brand-story-intro figure:first-child,
  .plc-brand-story-intro figure:last-child {
    margin-top: 0;
    min-height: 260px;
  }
  .plc-brand-story-intro img,
  .plc-brand-story-image-band img,
  .plc-brand-story-split img {
    min-height: 240px;
  }
  .plc-brand-story-section h2 {
    font-size: 34px;
  }
  .plc-brand-story-section p {
    font-size: 16px;
    line-height: 1.68;
  }
  .plc-brand-story-image-band figure:first-child {
    grid-column: auto;
  }
  .plc-page-cta .wp-block-group__inner-container {
    width: calc(100% - 32px);
    display: grid;
  }
  .plc-download-app {
    min-height: 0;
    padding: 48px 0 58px;
  }
  .plc-download-app > .wp-block-group__inner-container {
    width: calc(100% - 32px);
  }
  .plc-download-app h1 {
    font-size: 36px;
  }
  .plc-download-app > .wp-block-group__inner-container > p {
    margin-bottom: 34px;
    font-size: 18px;
  }
  .plc-download-grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .plc-download-card {
    min-height: 132px;
    justify-content: flex-start;
    gap: 22px;
    padding: 24px;
    border-radius: 16px;
  }
  .plc-download-card strong {
    font-size: 26px;
  }
  .plc-download-card em {
    font-size: 17px;
  }
  .plc-store-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
  .woocommerce-account .woocommerce {
    width: calc(100% - 32px);
    margin: 42px auto;
  }
  .woocommerce-account .u-columns {
    grid-template-columns: 1fr;
  }
  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2 {
    grid-column: 1;
    grid-row: auto;
  }
  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 20px;
  }
  .woocommerce-account .woocommerce h2,
  .woocommerce-account .woocommerce h3 {
    font-size: 32px;
  }
  .fp-shop-category-inner {
    width: calc(100% - 32px);
    min-height: 148px;
    grid-template-columns: repeat(5, minmax(86px, 1fr));
    gap: 18px;
    overflow-x: auto;
    justify-content: start;
    scrollbar-width: none;
  }
  .fp-shop-category-inner::-webkit-scrollbar {
    display: none;
  }
  .fp-shop-category-tile img {
    width: 66px;
    height: 48px;
  }
  .fp-shop-category-tile strong {
    font-size: 13px;
  }
  .fp-shop-category-tile span {
    display: none;
  }
  .fp-shop-archive .woocommerce-breadcrumb,
  .fp-shop-archive .woocommerce-products-header,
  .fp-shop-archive .page-title,
  .fp-shop-layout {
    width: calc(100% - 32px);
  }
  .fp-shop-archive .woocommerce-breadcrumb {
    margin: 24px auto 20px;
  }
  .fp-shop-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 56px;
  }
  .fp-shop-filter {
    position: static;
    grid-template-columns: 1fr;
    gap: 14px;
    border: 1px solid #e3e6df;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
  }
  .fp-shop-filter section {
    gap: 12px;
  }
  .fp-shop-filter label {
    font-size: 13px;
  }
  .fp-shop-products .woocommerce-result-count,
  .fp-shop-products .woocommerce-ordering {
    float: none;
    margin: 0 0 14px;
  }
  .fp-shop-products ul.products {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .fp-shop-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
  }
  .page-id-7 .plc-inner-section {
    padding: 28px 0 56px;
  }
  .page-id-7 .plc-inner-section > .wp-block-group__inner-container {
    width: calc(100% - 32px);
  }
  .page-id-7 .plc-card-grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .page-id-7 .plc-edit-card h3 {
    font-size: 20px;
  }
  .single-product div.product {
    width: calc(100% - 32px);
    margin: 32px auto 56px;
    display: block;
  }
  .single-product div.product .summary {
    position: static;
    margin-top: 18px;
    padding: 20px;
  }
  .single-product div.product .product_title {
    font-size: 32px;
  }
  .fp-product-summary-title {
    font-size: 32px;
  }
  .single-product div.product .summary {
    gap: 12px;
  }
  .single-product div.product .price {
    font-size: 26px;
  }
  .fp-summary-benefits,
  .fp-trust-grid {
    grid-template-columns: 1fr;
  }
  .single-product div.product form.cart {
    display: grid;
    grid-template-columns: 86px 1fr;
  }
  .single-product div.product form.cart .qty {
    width: 86px;
  }
  .single-product div.product form.cart div.quantity {
    grid-row: 1;
    grid-column: 1;
  }
  .single-product div.product .fp-buy-now {
    grid-row: 1;
    grid-column: 2;
  }
  .single-product div.product .single_add_to_cart_button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .single-product div.product .fp-buy-now {
    grid-column: 2;
    width: 100%;
  }
  .fp-purchase-page-sample.single-product div.product {
    width: calc(100% - 32px);
  }
  .fp-purchase-page-sample.single-product div.product .product_title {
    font-size: 34px;
  }
  .fp-purchase-page-sample .woocommerce-product-gallery .flex-viewport img,
  .fp-purchase-page-sample .woocommerce-product-gallery__wrapper img {
    aspect-ratio: 1 / 1;
  }
  .fp-purchase-page-sample .fp-summary-benefits,
  .fp-purchase-page-sample .fp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fp-purchase-page-sample.single-product div.product form.cart {
    grid-template-columns: 1fr;
  }
  .fp-purchase-page-sample.single-product div.product form.cart div.quantity,
  .fp-purchase-page-sample.single-product div.product .fp-buy-now,
  .fp-purchase-page-sample.single-product div.product .single_add_to_cart_button:not(.fp-buy-now) {
    grid-column: 1;
    width: 100%;
  }
  .fp-purchase-page-sample.single-product div.product form.cart div.quantity {
    grid-template-columns: 54px 1fr 54px;
  }
  .fp-purchase-page-sample .fp-shipping-note,
  .fp-buy-detail-grid,
  .fp-buy-reviews-panel {
    grid-template-columns: 1fr;
  }
  .fp-buy-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fp-payment-icons .fp-pay-card {
    flex: 1 1 auto;
    text-align: center;
  }
  .fp-product-anchor-nav {
    grid-template-columns: repeat(5, max-content);
    overflow-x: auto;
    margin-top: 22px;
    scrollbar-width: none;
  }
  .fp-product-anchor-nav::-webkit-scrollbar {
    display: none;
  }
  .fp-product-anchor-nav a {
    min-width: 104px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 11px;
  }
  .fp-product-detail-features,
  .fp-product-detail-specs,
  .fp-product-detail-faq {
    padding: 20px;
  }
  .fp-product-overview-list,
  .fp-product-detail-features ul,
  .fp-product-detail-specs > div,
  .fp-product-detail-images {
    grid-template-columns: 1fr;
  }
  .fp-product-detail-specs p {
    display: grid;
    gap: 4px;
  }
  .fp-product-detail-specs span {
    text-align: left;
  }
  .fp-product-detail-intro {
    text-align: left;
  }
  .fp-product-detail-intro p,
  .fp-product-detail-faq p {
    font-size: 15px;
  }
  .plc-hero-block {
    min-height: 520px;
    background-position: center top;
  }
  .plc-hero-top {
    height: 26px;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 10px;
  }
  .plc-hero-top strong {
    padding: 3px 8px;
  }
  .plc-hero-nav {
    height: 44px;
    padding: 0 12px;
    gap: 16px;
  }
  .plc-hero-nav span:nth-of-type(n+2) {
    display: none;
  }
  .plc-hero-copy {
    width: calc(100% - 32px);
    margin: 230px 16px 0;
  }
  .plc-hero-eyebrow,
  .plc-hero-subtitle {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .plc-hero-copy h1 {
    font-size: 28px;
    line-height: 1.04;
  }
  .plc-hero-actions {
    margin-top: 18px;
  }
  .plc-hero-actions .plc-btn {
    min-height: 32px;
    min-width: 82px;
  }
  .plc-categories { padding-top: 36px; }
  .plc-category-grid { grid-template-columns: 1fr; gap: 14px; }
  .plc-category-card { min-height: 360px; }
  .plc-popular { padding: 34px 0 52px; }
  .plc-popular-layout {
    min-height: 0;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .plc-product-stage,
  .plc-product-tabs {
    min-width: 72vw;
    scroll-snap-align: start;
  }
  .plc-product-tabs {
    border-left: 0;
    padding-left: 0;
  }
  .plc-product-tabs button { font-size: 13px; }
  .plc-trade { padding-bottom: 44px; }
  .plc-trade-card { min-height: 160px; }
  .plc-trade-card div { width: 100%; padding: 20px; }
  .plc-social-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .plc-social-row button { display: none; }
  .plc-social-row img:nth-of-type(n+2) { display: none; }
  .plc-quote { margin: 54px auto 32px; font-size: 12px; }
  .plc-press { width: 150px; font-size: 54px; }
  .plc-brand { min-height: 500px; margin-top: 60px; }
  .plc-brand-copy {
    width: calc(100% - 40px);
    margin-left: 0;
    padding: 260px 20px 0;
  }
  .plc-brand-copy h2 { font-size: 30px; }
  .plc-subscribe .plc-wrap,
  .plc-subscribe form {
    grid-template-columns: 1fr;
  }
  .plc-subscribe h2 { font-size: 18px; }
  .plc-footer-cols { grid-template-columns: 1fr 1fr; margin-bottom: 54px; }
  .plc-footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .plc-footer-bottom img,
  .plc-footer-bottom strong,
  .plc-footer-social,
  .plc-footer-bottom span:first-of-type,
  .plc-footer-bottom span:last-of-type {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }
  .plc-footer-social {
    flex-direction: column;
    gap: 12px;
  }
  .fp-purchase-page-sample.single-product div.product {
    width: calc(100% - 32px);
    display: block;
    margin-top: 24px;
  }
  .fp-purchase-page-sample.single-product div.product .summary {
    padding: 0;
  }
  .fp-purchase-page-sample.single-product div.product .product_title {
    font-size: 32px;
  }
  .fp-purchase-page-sample .fp-summary-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fp-purchase-page-sample.single-product div.product form.cart {
    grid-template-columns: 1fr;
  }
  .fp-purchase-page-sample.single-product div.product form.cart div.quantity,
  .fp-purchase-page-sample.single-product div.product .fp-buy-now,
  .fp-purchase-page-sample.single-product div.product .single_add_to_cart_button:not(.fp-buy-now) {
    grid-row: auto;
    grid-column: 1;
    width: 100%;
  }
  .fp-purchase-page-sample.single-product div.product form.cart div.quantity {
    order: 1;
    grid-template-columns: 54px 1fr 54px;
  }
  .fp-purchase-page-sample.single-product div.product .fp-buy-now {
    order: 2;
  }
  .fp-purchase-page-sample.single-product div.product .single_add_to_cart_button:not(.fp-buy-now) {
    order: 3;
  }
  .fp-purchase-page-sample .fp-trust-grid,
  .fp-purchase-page-sample .fp-shipping-note,
  .fp-buy-detail-grid,
  .fp-buy-overview-grid {
    grid-template-columns: 1fr;
  }
  .fp-purchase-page-sample .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  .fp-gallery-arrow {
    top: min(82vw, 330px);
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .fp-gallery-prev {
    left: 10px;
  }
  .fp-gallery-next {
    right: 10px;
  }
  .fp-buy-detail-grid {
    margin-top: 24px;
  }
  .fp-buy-detail-card {
    padding: 16px;
  }
  .fp-buy-overview-grid {
    gap: 16px;
  }
  .fp-buy-overview-grid img {
    aspect-ratio: 1.18 / 1;
  }
  .fp-buy-specs dl div {
    grid-template-columns: 112px 1fr;
  }
  .fp-buy-reviews-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 16px;
    padding: 16px;
  }
}
