/* IB Media SEO landing output: neutral by design, inherits theme typography/colors. */
.ibseo-landing-products {
  margin: clamp(24px, 3vw, 36px) 0 clamp(32px, 5vw, 64px);
  font: inherit;
  color: inherit;
}
.ibseo-landing-products__head {
  display: flex;
  margin-bottom: 22px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.ibseo-landing-products__head h2 {
  margin: 0;
  font: inherit;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.15;
}
.ibseo-landing-products__head p {
  margin: 0;
  opacity: .62;
  font-size: 14px;
}
.ibseo-landing-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ibseo-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 25, 35, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 35, 25, .045);
}
.ibseo-product-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(20, 25, 35, .045);
}
.ibseo-product-card__media img,
.ibseo-product-card__media > span {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibseo-product-card__body { display:flex; flex:1; padding:18px; flex-direction:column; align-items:flex-start; }
.ibseo-product-card__eyebrow {
	display:flex;
	margin:0 0 10px;
	align-items:center;
	flex-wrap:wrap;
	gap:5px;
  opacity: .62;
  font-size: 13px;
  font-weight: 650;
}
.ibseo-product-card__eyebrow a { color:inherit; text-decoration:underline; text-decoration-color:rgba(49,95,59,.4); text-underline-offset:3px; }
.ibseo-product-card__eyebrow a:hover { color:#315f3b; text-decoration-color:currentColor; }
.ibseo-product-card__eyebrow .is-current { color:#315f3b; }
.ibseo-product-card__category-separator { opacity:.55; }
.ibseo-product-card__statuses { display:flex; margin:0 0 12px; align-items:center; flex-wrap:wrap; gap:9px; }
.ibseo-product-card__status { display:inline-flex; align-items:center; gap:6px; color:#31592f; font-size:13px; font-weight:700; line-height:1.2; }
.ibseo-product-card__status i { display:inline-flex; width:28px; height:28px; align-items:center; justify-content:center; border-radius:50%; background:#edf4e5; font-style:normal; font-size:17px; }
.ibseo-product-card__status.is-promo { color:#a72c39; }
.ibseo-product-card__status.is-promo i { background:#b52f42; color:#fff; font-size:14px; }
.ibseo-product-card__status.is-out { color:#8b3434; }
.ibseo-product-card__status.is-out i { background:#f7e7e7; }
.ibseo-product-card h3 {
  margin: 0 0 10px;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.ibseo-product-card h3 a,
.ibseo-product-card__link { color: inherit; text-decoration: none; }
.ibseo-product-card__meta { margin: 0 0 13px; opacity: .68; font-size: 14px; line-height: 1.5; }
.ibseo-product-card__specs { margin:-5px 0 15px; opacity:.68; font-size:13px; line-height:1.55; }
.ibseo-product-card__prices { display:grid; width:100%; margin:0 0 14px; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.ibseo-product-card__price { display:block; min-width:0; }
.ibseo-product-card__price.is-wholesale { display:block !important; }
.ibseo-product-card__price:only-child { grid-column:1 / -1; }
.ibseo-product-card__price > span { display:block; margin-bottom:3px; opacity:.65; font-size:12px; font-weight:500; }
.ibseo-product-card__price strong { display:block; font-size:17px; font-weight:700; line-height:1.2; white-space:nowrap; }
.ibseo-product-card__price.is-retail strong { color:#315f3b; }
.ibseo-product-card__price small { opacity:.65; font-size:12px; font-weight:500; }
.ibseo-product-card__actions { display:grid; width:100%; margin-top:auto; gap:9px; }
.ibseo-product-card__quick,
.ibseo-product-card__link { display:flex; width:100%; min-height:46px; box-sizing:border-box; align-items:center; justify-content:center; gap:7px; border-radius:10px; font:inherit; font-size:14px; font-weight:700; cursor:pointer; }
.ibseo-product-card__quick { border:0; background:#315f3b; color:#fff; }
.ibseo-product-card__link { border:1px solid rgba(49,95,59,.18); background:#fff; color:#173e24; }
.ibseo-product-card__link:hover,
.ibseo-product-card h3 a:hover { text-decoration: underline; }
.ibseo-product-card__link:hover { color:#173e24; text-decoration:none; background:#f7faf6; }
.ibseo-product-card__quick:hover { filter:brightness(.94); }
.ibseo-product-card__quick.is-added { background:#467b4f; }
@media (max-width: 980px) {
  .ibseo-landing-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .ibseo-landing-products__head { align-items: flex-start; flex-direction: column; }
  body .ibseo-landing-products .ibseo-landing-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .ibseo-product-card { min-width:0; border-radius:12px; }
  .ibseo-product-card__body { min-width:0; padding:11px; }
  .ibseo-product-card__eyebrow { margin-bottom:7px; gap:3px; font-size:11px; overflow-wrap:anywhere; }
  .ibseo-product-card__statuses { margin-bottom:9px; gap:6px; }
  .ibseo-product-card__status { gap:4px; font-size:11px; }
  .ibseo-product-card__status i { width:22px; height:22px; font-size:13px; }
  .ibseo-product-card__status.is-promo i { font-size:11px; }
  .ibseo-product-card h3 { margin-bottom:8px; font-size:14px; line-height:1.28; overflow-wrap:anywhere; }
  .ibseo-product-card__meta { margin-bottom:10px; font-size:11.5px; line-height:1.4; }
  .ibseo-product-card__specs { margin:-3px 0 11px; font-size:11px; line-height:1.4; }
  .ibseo-product-card__prices { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; margin-bottom:11px; gap:6px; }
  .ibseo-product-card__price,
  .ibseo-product-card__price.is-wholesale { display:block !important; min-width:0; }
  .ibseo-product-card__price > span { font-size:10.5px; }
	.ibseo-product-card__price strong { font-size:13px; white-space:normal; overflow-wrap:anywhere; }
  .ibseo-product-card__price small { font-size:10px; }
  .ibseo-product-card__actions { gap:7px; }
  .ibseo-product-card__quick,
  .ibseo-product-card__link { min-height:40px; padding:7px 5px; border-radius:8px; font-size:11.5px; line-height:1.2; text-align:center; }
}

/* Semantic internal links — v1.8.0. */
.ibseo-related {
  margin: clamp(28px, 4vw, 52px) 0;
  padding-top: 22px;
  border-top: 1px solid rgba(20, 25, 35, .12);
  font: inherit;
  color: inherit;
}
.ibseo-related__head h2 {
  margin: 0 0 15px;
  font: inherit;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
}
.ibseo-related__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ibseo-related__list li { margin: 0; }
.ibseo-related__list a {
  display: flex;
  min-height: 48px;
  padding: 11px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(20, 25, 35, .12);
  border-radius: 9px;
  color: inherit;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}
.ibseo-related__list a:hover { border-color: currentColor; }
.ibseo-related__list a span { opacity: .65; }
@media (max-width: 620px) {
  .ibseo-related__list { grid-template-columns: 1fr; }
}

/* Generated landing intro rendered inside Visual Site / shortcode blocks. */
.ibseo-landing-intro {
  margin: clamp(28px, 4vw, 52px) 0 0;
  color: inherit;
  font: inherit;
}
.ibseo-landing-breadcrumbs {
  display: flex;
  margin: 0 0 22px;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #526257;
  font-size: 14px;
  line-height: 1.4;
}
.ibseo-landing-breadcrumbs a {
  color: #315f3b;
  font-weight: 650;
  text-decoration: none;
}
.ibseo-landing-breadcrumbs a:hover { text-decoration: underline; }
.ibseo-landing-breadcrumbs span[aria-hidden="true"] { opacity: .45; }

/* Keep the two generated Visual Site sections visually continuous. */
[id^="ibseo-landing-intro-"] {
  padding-bottom: 0 !important;
}
[id^="ibseo-landing-products-"] {
  padding-top: 0 !important;
}
.ibseo-landing-intro__title {
  margin: 0 0 18px;
  max-width: 980px;
  font: inherit;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.ibseo-landing-intro__content {
  max-width: 920px;
  font-size: 17px;
  line-height: 1.7;
}
.ibseo-landing-intro__content p {
  margin: 0 0 14px;
}
.ibseo-landing-intro__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 620px) {
	.ibseo-landing-breadcrumbs { margin-bottom: 16px; font-size: 13px; }
  .ibseo-landing-intro__title { font-size: clamp(30px, 10vw, 42px); }
  .ibseo-landing-intro__content { font-size: 16px; }
}

.ibseo-landing-catalog-return {
  display: flex;
  margin: clamp(28px, 4vw, 48px) 0;
  justify-content: flex-start;
}
.ibseo-landing-catalog-return a {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 18px;
  align-items: center;
  gap: 9px;
  border: 1px solid #315f3b;
  border-radius: 10px;
  color: #315f3b;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}
.ibseo-landing-catalog-return a:hover {
  background: #315f3b;
  color: #fff;
}

/* 1.16.3 — visual catalog summary generated from live Smart Price data. */
.ibseo-landing-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 4vw, 46px);
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(49, 95, 59, .14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(145, 181, 79, .16), transparent 34%),
    linear-gradient(145deg, #f8faf5 0%, #eef4e8 100%);
  box-shadow: 0 16px 42px rgba(28, 54, 33, .07);
}
.ibseo-landing-facts h2 {
  grid-column: 1 / -1;
  margin: 0 0 6px;
  color: #162a1d;
  font: inherit;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.ibseo-landing-facts h2::after {
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: #91b54f;
  content: "";
}
.ibseo-landing-facts p {
  position: relative;
  min-height: 104px;
  margin: 0;
  padding: 20px 20px 20px 50px;
  border: 1px solid rgba(49, 95, 59, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  color: #243629;
  font-size: 15px;
  line-height: 1.6;
}
.ibseo-landing-facts p::before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #315f3b;
  color: #fff;
  content: "\2713";
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}
.ibseo-landing-facts p:first-of-type {
  border-color: #315f3b;
  background: #315f3b;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.ibseo-landing-facts p:first-of-type::before {
  background: #a9ca68;
  color: #17301e;
}
.ibseo-landing-facts ul {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.ibseo-landing-facts li {
  position: relative;
  margin: 0;
  padding: 14px 42px 14px 16px;
  border: 1px solid rgba(49, 95, 59, .12);
  border-radius: 11px;
  background: rgba(255, 255, 255, .72);
  color: #1d3023;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}
.ibseo-landing-facts li::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #91b54f;
  content: "";
  transform: translateY(-50%);
}
@media (max-width: 720px) {
  .ibseo-landing-facts { grid-template-columns: 1fr; padding: 18px; border-radius: 16px; }
  .ibseo-landing-facts p { min-height: 0; padding: 17px 17px 17px 46px; }
  .ibseo-landing-facts p::before { top: 17px; left: 15px; }
  .ibseo-landing-facts ul { grid-template-columns: 1fr; }
}

/* 1.16.0 — factual FAQ for SEO landings. */
.ibseo-landing-faq {
  margin: clamp(32px, 5vw, 64px) 0;
  color: inherit;
  font: inherit;
}
.ibseo-landing-faq h2 {
  margin: 0 0 16px;
  font: inherit;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 750;
  line-height: 1.2;
}
.ibseo-landing-faq details {
  border-top: 1px solid rgba(20,25,35,.12);
  padding: 16px 0;
}
.ibseo-landing-faq details:last-child { border-bottom: 1px solid rgba(20,25,35,.12); }
.ibseo-landing-faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
.ibseo-landing-faq p {
  margin: 10px 0 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.7;
}
