.figcaption {font-size: 20px !important;}

/* Always show WooCommerce product filters */
.wc-block-product-filter--hidden,
.wp-block-woocommerce-product-filter-attribute[hidden],
.wp-block-woocommerce-product-filter-price[hidden] {
    display: block !important;
}

.wc-block-product-filter-checkbox-list__items {
    display: block !important;
}

/* =========================
   OUT OF STOCK / BACKORDER CONTAINER
========================= */
.wc-block-grid__product.outofstock,
.wc-block-product.outofstock,
.product.outofstock,
.wc-block-grid__product.onbackorder,
.wc-block-product.onbackorder,
.product.onbackorder {
    position: relative;
}

/* =========================
   OUT OF STOCK BADGE
========================= */
.wc-block-grid__product.outofstock::after,
.wc-block-product.outofstock::after,
.product.outofstock::after {
    content: "OUT OF STOCK";
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffd400;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 3px;
    z-index: 20;
    letter-spacing: 0.5px;
}

/* =========================
   ON BACKORDER BADGE
========================= */
.wc-block-grid__product.onbackorder::after,
.wc-block-product.onbackorder::after,
.product.onbackorder::after {
    content: "ON BACKORDER";
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff9800;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 3px;
    z-index: 20;
    letter-spacing: 0.5px;
}

/* =========================
   HIDE SALE BADGES ON OUT OF STOCK
========================= */
.product.outofstock .onsale,
.product.outofstock .wc-block-components-product-sale-badge,
.product.outofstock .wc-block-product__badge,
.product.outofstock .wc-block-grid__product-onsale,
.product.outofstock .ast-onsale-card,
.product.outofstock .astra-shop-summary-wrap .onsale,
.wc-block-grid__product.outofstock .onsale,
.wc-block-grid__product.outofstock .wc-block-components-product-sale-badge,
.wc-block-grid__product.outofstock .wc-block-product__badge,
.wc-block-grid__product.outofstock .wc-block-grid__product-onsale,
.wc-block-product.outofstock .onsale,
.wc-block-product.outofstock .wc-block-components-product-sale-badge,
.wc-block-product.outofstock .wc-block-product__badge,
.wc-block-product.outofstock .wc-block-grid__product-onsale {
    display: none !important;
}

/* =========================
   HIDE SALE BADGES ON BACKORDER
========================= */
.product.onbackorder .onsale,
.product.onbackorder .wc-block-components-product-sale-badge,
.product.onbackorder .wc-block-product__badge,
.product.onbackorder .wc-block-grid__product-onsale,
.product.onbackorder .ast-onsale-card,
.product.onbackorder .astra-shop-summary-wrap .onsale,
.wc-block-grid__product.onbackorder .onsale,
.wc-block-grid__product.onbackorder .wc-block-components-product-sale-badge,
.wc-block-grid__product.onbackorder .wc-block-product__badge,
.wc-block-grid__product.onbackorder .wc-block-grid__product-onsale,
.wc-block-product.onbackorder .onsale,
.wc-block-product.onbackorder .wc-block-components-product-sale-badge,
.wc-block-product.onbackorder .wc-block-product__badge,
.wc-block-product.onbackorder .wc-block-grid__product-onsale {
    display: none !important;
}
.bs-featured-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 40px !important;
}

.bs-featured-products.woocommerce ul.products {
  display: flex !important;
  gap: 50px !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.bs-featured-products.woocommerce ul.products::before,
.bs-featured-products.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.bs-featured-products.woocommerce ul.products li.product {
  float: none !important;
  clear: none !important;
  width: 48% !important;
  max-width: 620px !important;
  margin: 0 !important;
}

.bs-featured-products.woocommerce ul.products li.product img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 420px !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .bs-featured-products.woocommerce ul.products {
    flex-direction: column !important;
  }

  .bs-featured-products.woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.page-id-6270 .woocommerce ul.products li.product .button,
.page-id-6270 .woocommerce ul.products li.product .add_to_cart_button,
.page-id-6270 .woocommerce ul.products li.product .ajax_add_to_cart {
    display: none !important;
}
/* 4th of July Promo Cards */

.bs-promo-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.bs-promo-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(212, 175, 55, 0.8);
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    color: #e9eef5;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);
    transition: all 0.25s ease;
}

.bs-promo-card:hover {
    transform: translateY(-4px);
    border-color: #d4af37;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.bs-promo-card h3 {
    color: #f0c75e;
    font-size: 28px;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bs-promo-card p {
    color: #e9eef5;
    line-height: 1.6;
    margin-bottom: 15px;
}

.bs-promo-card ul {
    margin: 20px 0;
    padding-left: 22px;
}

.bs-promo-card li {
    color: #e9eef5;
    margin-bottom: 10px;
    line-height: 1.5;
}

.bs-promo-card strong {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 600;
}

.qualifying-machines {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.qualifying-machines h3 {
    color: #f0c75e;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.qualifying-machines p {
    color: #e9eef5;
    text-align: center;
}

@media (max-width: 900px) {
    .bs-promo-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bs-promo-card {
        padding: 25px;
    }

    .bs-promo-card h3 {
        font-size: 24px;
    }
}
/* 4th of July Offer Section */

.bs-july-offers {
  padding: 70px 30px;
  background: #0f2345;
  color: #ffffff;
}

.bs-july-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.bs-july-offers h2 {
  color: #ffffff;
  text-align: center;
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 15px;
}

.bs-july-subtitle {
  color: #e9eef5;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  max-width: 850px;
  margin: 0 auto 45px;
}

.bs-promo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.bs-promo-card {
  background: rgba(255,255,255,0.04);
  border: 2px solid #d4af37;
  border-radius: 18px;
  padding: 34px;
  color: #e9eef5;
  box-shadow: 0 18px 45px rgba(0,0,0,0.22);
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.bs-promo-card h3 {
  color: #f0c75e;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 22px;
}

.bs-promo-card p {
  color: #e9eef5;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.bs-promo-card ul {
  margin: 22px 0;
  padding-left: 22px;
}

.bs-promo-card li {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.bs-promo-card li::marker {
  color: #f0c75e;
}

.bs-card-note {
  color: rgba(255,255,255,0.78) !important;
  font-size: 15px !important;
  font-weight: 600;
  margin-top: 25px !important;
}

.bs-qualifying-machines {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid rgba(255,255,255,0.22);
  text-align: center;
}

.bs-qualifying-machines h3 {
  color: #f0c75e;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 25px 0 10px;
}

.bs-qualifying-machines p {
  color: #e9eef5;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 900px) {
  .bs-july-offers {
    padding: 50px 20px;
  }

  .bs-july-offers h2 {
    font-size: 34px;
  }

  .bs-july-subtitle {
    font-size: 18px;
  }

  .bs-promo-cards {
    grid-template-columns: 1fr;
  }

  .bs-promo-card {
    padding: 28px;
  }

  .bs-promo-card h3 {
    font-size: 24px;
  }
}
.bs-local-section {
  padding: 70px 30px;
  background: #ffffff;
  text-align: center;
}

.bs-local-section h2 {
  color: #0f2345;
  font-size: 42px;
  margin-bottom: 12px;
}

.bs-local-subtitle {
  color: #444;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto 45px;
}

.bs-local-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.bs-local-card {
  background: #f7f9fc;
  border-left: 6px solid #d4af37;
  border-radius: 14px;
  padding: 32px;
  text-align: left;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.bs-local-card h3 {
  color: #0f2345;
  font-size: 26px;
  margin-top: 0;
}

.bs-local-card li {
  color: #222;
  font-size: 18px;
  margin-bottom: 10px;
}

@media(max-width:900px){
  .bs-local-cards {
    grid-template-columns: 1fr;
  }

  .bs-local-section h2 {
    font-size: 34px;
  }
}
.sale-deadline{
    background:#d4af37;
    color:#0f2345;
    text-align:center;
    font-weight:700;
    font-size:18px;
    padding:14px 20px;
    border-radius:8px;
    margin:30px auto;
    max-width:1400px;
}
.bs-final-cta {
  background: #0f2345;
  color: #ffffff;
  text-align: center;
  padding: 80px 30px;
  border-radius: 18px;
  margin: 60px auto;
  max-width: 1400px;
}

.bs-final-cta h2 {
  color: #f0c75e;
  font-size: 48px;
  margin: 0 0 15px;
}

.bs-final-cta-subtitle {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.bs-final-cta-text {
  color: #e9eef5;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto 35px;
}

.bs-final-cta-button {
  display: inline-block;
  background: #d4af37;
  color: #0f2345 !important;
  font-size: 22px;
  font-weight: 800;
  padding: 18px 34px;
  border-radius: 10px;
  text-decoration: none !important;
}

.bs-final-cta-button:hover {
  background: #f0c75e;
}

.bs-final-cta-small {
  color: rgba(255,255,255,.75);
  font-size: 16px;
  margin-top: 25px;
}

@media(max-width: 768px) {
  .bs-final-cta h2 {
    font-size: 36px;
  }

  .bs-final-cta-subtitle,
  .bs-final-cta-text {
    font-size: 18px;
  }
}
/* =========================
   HIDE TAGS / CATEGORY
========================= */
.product_meta .posted_in,
.product_meta .tagged_as {
    display: none !important;
}
/* =========================================================
   BEST SEEDLING PRODUCT PAGE SYSTEM — CLEAN
========================================================= */

.woocommerce div.product p.price,
.product_meta .posted_in,
.product_meta .tagged_as {
  display: none !important;
}

.bs-product-page {
  font-size: 18px;
  line-height: 1.6;
  color: #1f2933;
}

.bs-product-page * {
  box-sizing: border-box;
}

.bs-product-page h1,
.bs-product-page h2,
.bs-product-page h3 {
  color: #0f2345;
  line-height: 1.2;
}

.bs-product-page h1 {
  font-size: 44px;
  margin: 0 0 22px;
}

.bs-product-page h2 {
  font-size: 36px;
  margin: 56px 0 18px;
}

.bs-product-page h3 {
  font-size: 24px;
  margin: 26px 0 12px;
}

.bs-product-page p {
  margin: 0 0 18px;
}

.bs-product-page img {
  max-width: 100%;
  height: auto;
}

/* =========================================================
   SHORT DESCRIPTION AMAZON STYLE
========================================================= */

.woocommerce div.product .summary .bs-product-short-amz {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 22px !important;
  padding: 26px !important;
  box-shadow: 0 18px 45px rgba(15,35,69,.12) !important;
  margin: 18px 0 24px !important;
}

.bs-product-short-amz .bs-price-amz {
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.bs-product-short-amz .bs-amz-topline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.bs-product-short-amz .bs-amz-rating {
  color: #f59e0b !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.bs-product-short-amz .bs-amz-rating strong {
  color: #0f2345 !important;
  margin-left: 6px !important;
}

.bs-product-short-amz .bs-amz-stock {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #16a34a !important;
  color: #ffffff !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.bs-product-short-amz .bs-amz-price {
  color: #0f2345 !important;
  font-size: 44px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  margin: 6px 0 8px !important;
}

.bs-product-short-amz .bs-amz-msrp {
  color: #6b7280 !important;
  font-size: 15px !important;
  margin-bottom: 4px !important;
}

.bs-product-short-amz .bs-amz-msrp span {
  text-decoration: line-through !important;
}

.bs-product-short-amz .bs-amz-save {
  color: #b12704 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-bottom: 6px !important;
}

.bs-product-short-amz .bs-amz-pickup {
  color: #15803d !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* Optional chips if you decide to keep them */

.bs-product-short-amz .bs-amz-feature-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 16px 0 !important;
}

.bs-product-short-amz .bs-amz-feature-chips span {
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  color: #0f2345 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

/* Buttons */

.bs-product-short-amz .bs-main-call,
.bs-product-short-amz .bs-financing-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.bs-product-short-amz .bs-main-call {
  background: #ffc400 !important;
  color: #000000 !important;
  border-radius: 14px !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  margin: 14px 0 12px !important;
}

.bs-product-short-amz .bs-financing-link {
  background: #f7f9fc !important;
  border: 1px solid #e2e8f0 !important;
  color: #0f2345 !important;
  border-radius: 14px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  margin: 0 0 14px !important;
}

/* Warranty */

.bs-product-short-amz .bs-warranty-banner {
  margin: 0 !important;
  padding: 15px 18px !important;
  background: #fff8dc !important;
  border: 1px solid #ffd54d !important;
  border-radius: 14px !important;
  text-align: center !important;
}

.bs-product-short-amz .bs-warranty-title {
  color: #8a5a00 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.bs-product-short-amz .bs-warranty-subtitle {
  margin-top: 5px !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* Trust row */

.bs-product-short-amz .bs-amz-trust {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  color: #0f2345 !important;
}

.bs-product-short-amz .bs-amz-trust span {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

/* =========================================================
   CONTENT BLOCKS
========================================================= */

.bs-hero-box,
.bs-mini-cta {
  background: #f5f8fc;
  border-left: 6px solid #0f5ea8;
  padding: 28px;
  border-radius: 16px;
  margin: 36px 0;
}

.bs-highlight,
.bs-cta {
  background: #0f2345;
  color: #ffffff;
  padding: 52px 32px;
  border-radius: 20px;
  text-align: center;
  margin: 60px 0;
}

.bs-highlight h2,
.bs-cta h2 {
  color: #ffffff;
  margin-top: 0;
}

.bs-highlight strong,
.bs-cta a {
  color: #ffc400;
}

.bs-grid {
  display: grid;
  gap: 24px;
  margin: 34px 0;
}

.bs-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.bs-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.bs-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.bs-card,
.bs-hero-point {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.bs-feature-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin: 60px 0;
}

.bs-feature-section img,
.bs-infographic {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
}

.bs-rs06-work-visual {
  margin: 30px 0 24px;
}

.bs-rs06-work-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15,35,69,.16);
}

/* =========================================================
   RS06 COMPARISON
========================================================= */

.bs-rs06-comparison {
  width: 100%;
  margin: 48px 0;
}

.bs-section-heading {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.bs-section-heading h2 {
  margin-bottom: 12px;
}

.bs-section-heading p {
  margin: 0;
}

.bs-rs06-comparison .bs-infographic {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 32px;
}

.bs-rs06-comparison .bs-cta {
  width: 100%;
  margin: 0;
}

/* =========================================================
   RS06 WORK RANGE GRID
========================================================= */

.bs-work-range {
  margin: 70px 0;
}

.bs-work-heading {
  max-width: 820px;
  margin: 0 0 30px;
}

.bs-work-heading h2 {
  margin: 0 0 12px;
  color: #0f2345;
  font-size: 42px;
  line-height: 1.1;
}

.bs-work-heading p {
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.6;
}

.bs-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 280px;
  gap: 14px;
  width: 100%;
}

.bs-work-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #0f2345;
}

.bs-work-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.bs-work-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  transition: transform .35s ease;
}

.bs-work-item:hover img {
  transform: scale(1.035);
}

.bs-work-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(4,15,32,0) 35%,
    rgba(4,15,32,.18) 55%,
    rgba(4,15,32,.88) 100%
  );
  pointer-events: none;
}

.bs-work-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  color: #ffffff;
}

.bs-work-label h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.bs-work-label span {
  display: block;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.bs-work-featured .bs-work-label h3 {
  font-size: 32px;
}

.bs-work-featured .bs-work-label span {
  font-size: 16px;
}

/* =========================================================
   TABLES / VIDEO / REVIEW
========================================================= */

.bs-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,.16);
  margin: 28px 0 48px;
}

.bs-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bs-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 16px;
}

.bs-spec-table th,
.bs-spec-table td {
  border: 1px solid #d9e2ec;
  padding: 14px;
  text-align: left;
}

.bs-spec-table th {
  background: #0f2345;
  color: #ffffff;
}

.bs-spec-table tr:nth-child(even) {
  background: #f5f8fc;
}

.bs-review-section {
  background: #f7f9fc;
  border-radius: 22px;
  padding: 46px;
  margin: 60px 0;
}

.bs-review-content {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 45px;
  align-items: center;
}

.bs-stars {
  color: #f4b400;
  font-size: 26px;
  letter-spacing: 2px;
}

.bs-review-image img {
  width: 100%;
  max-width: 340px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.bs-review-section blockquote {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #0f2345;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.bs-note {
  font-size: 15px;
  color: #5b6775;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .bs-grid-2,
  .bs-grid-3,
  .bs-grid-4,
  .bs-feature-section {
    grid-template-columns: 1fr;
  }

  .bs-product-page {
    font-size: 16px;
    line-height: 1.55;
  }

  .bs-product-page h1 {
    font-size: 32px;
  }

  .bs-product-page h2 {
    font-size: 26px;
    margin: 36px 0 14px;
  }

  .bs-product-page h3 {
    font-size: 20px;
  }

  .bs-feature-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 38px 0;
  }

  .bs-feature-section > div:has(img) {
    order: -1;
  }

  .bs-highlight,
  .bs-cta {
    padding: 34px 20px;
    margin: 40px 0;
  }

  .bs-hero-box,
  .bs-mini-cta,
  .woocommerce div.product .summary .bs-product-short-amz {
    padding: 20px !important;
  }

  .bs-review-section {
    padding: 24px;
    margin: 40px 0;
  }

  .bs-review-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .bs-review-image {
    order: -1;
    text-align: center;
  }

  .bs-review-image img {
    max-width: 240px;
  }

  .bs-review-section blockquote {
    font-size: 20px;
  }

  .bs-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }

  .bs-work-featured {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .woocommerce div.product .summary .bs-product-short-amz {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .bs-product-short-amz .bs-amz-price {
    font-size: 48px !important;
  }

  .bs-product-short-amz .bs-amz-trust {
    justify-content: center !important;
    gap: 10px !important;
  }

  .bs-product-short-amz .bs-amz-trust span {
    font-size: 11px !important;
  }

  .bs-product-page section,
  .bs-feature-section,
  .bs-work-range,
  .bs-rs06-comparison {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .bs-infographic,
  .bs-rs06-work-visual {
    margin: 10px 0 16px !important;
  }

  .bs-work-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 18px !important;
  }

  .bs-work-item,
  .bs-work-item.bs-work-featured {
    position: relative !important;
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: transparent !important;
  }

  .bs-work-item img,
  .bs-work-item.bs-work-featured img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  .bs-work-item::after,
  .bs-work-item.bs-work-featured::after {
    inset: 0 !important;
    height: 100% !important;
    bottom: 0 !important;
  }

  .bs-work-label {
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .bs-work-label h3,
  .bs-work-featured .bs-work-label h3 {
    font-size: 30px !important;
    line-height: 1.05 !important;
    margin: 0 0 8px !important;
  }
}
/* SPECIFICATIONS TABLE */

.bs-spec-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 24px 0 36px !important;
  border: 1px solid #d7dee8 !important;
}

.bs-spec-table th,
.bs-spec-table td {
  padding: 16px !important;
  border: 1px solid #d7dee8 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.bs-spec-table th {
  width: 55% !important;
  background: #f5f6f8 !important;
  color: #0f2345 !important;
  font-weight: 800 !important;
}

.bs-spec-table td {
  background: #ffffff !important;
  color: #111827 !important;
}

.bs-spec-table tr:nth-child(even) th {
  background: #0f2a52 !important;
  color: #ffffff !important;
}

.bs-spec-table tr:nth-child(even) td {
  background: #f4f7fb !important;
}


/* CTA BUTTON */

.bs-cta .bs-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 420px !important;
  min-height: 58px !important;

  margin: 22px auto 14px !important;
  padding: 0 24px !important;

  background: #ffc107 !important;
  color: #0f2345 !important;

  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-decoration: none !important;

  border: 0 !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
}

.bs-cta .bs-button:hover {
  background: #e5ad00 !important;
  color: #0f2345 !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .bs-spec-table th,
  .bs-spec-table td {
    padding: 12px !important;
    font-size: 15px !important;
  }

  .bs-spec-table th {
    width: 48% !important;
  }

  .bs-cta .bs-button {
    max-width: 100% !important;
    min-height: 56px !important;
    font-size: 18px !important;
  }
}
.bs-compact-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.bs-compact-point {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.bs-compact-point h3 {
  margin: 0 0 8px !important;
}

.bs-compact-point p {
  margin: 0 !important;
}

@media (max-width: 900px) {
  .bs-compact-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .bs-compact-points {
    grid-template-columns: 1fr;
  }
}
.woocommerce span.onsale {
  display: none !important;
}

/* =========================================================
   BEST SEEDLING PHOTO PAGE
   Page ID: 6859
   ========================================================= */

body.page-id-6859 main {
  background: #f4f7fb !important;
}

/* Allow event sections to use the full page width */

body.page-id-6859 .entry-content,
body.page-id-6859 .site-main,
body.page-id-6859 .content-area {
  max-width: none !important;
}

body.page-id-6859 .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Hide the default WordPress page title: Show Photos */

body.page-id-6859 .entry-title,
body.page-id-6859 .page-title {
  display: none !important;
}


/* =========================================================
   PHOTO INTRO + EMBED SECTION
   ========================================================= */

body.page-id-6859 #photo-embed-section {
  position: relative;
  overflow: hidden;
  padding: 64px 20px 78px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(24, 105, 255, .14),
      transparent 38%
    ),
    #f4f7fb;
}

body.page-id-6859 .bs-photo-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

body.page-id-6859 .bs-photo-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #075ee8;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.page-id-6859 .bs-photo-heading h1 {
  margin: 0 0 15px !important;
  color: #071b3a !important;
  font-size: clamp(39px, 5vw, 68px) !important;
  line-height: .98 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
  text-transform: uppercase;
}

body.page-id-6859 .bs-photo-heading p {
  max-width: 670px;
  margin: 0 auto !important;
  color: #647084 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}


/* =========================================================
   EMBED CARD
   ========================================================= */

body.page-id-6859 #photo-embed-wrap {
  position: relative;
  width: min(100%, 820px);
  max-width: 820px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #dfe6ef;
  border-radius: 24px;
  background: #fff;
  box-shadow:
    0 22px 60px rgba(7, 27, 58, .13),
    0 4px 15px rgba(7, 27, 58, .05);
}

/* Loading background visible before iframe loads */

body.page-id-6859 #photo-embed-wrap::before {
  content: "Loading your photo...";
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: 0;
  color: #075ee8;
  font-size: 15px;
  font-weight: 900;
  transform: translateX(-50%);
  transition: opacity .2s ease;
}

body.page-id-6859 #photo-embed-wrap.is-loaded::before {
  opacity: 0;
  pointer-events: none;
}

body.page-id-6859 #photo-embed-wrap iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1200px;
  border: 0;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}


/* Fallback link */

body.page-id-6859 #photo-embed-fallback {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  color: #69768a;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

body.page-id-6859 #photo-embed-fallback a {
  color: #075ee8 !important;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Invalid ID state */

body.page-id-6859 #photo-embed-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 35px 22px;
  border: 1px solid #fecaca;
  border-radius: 16px;
  background: #fff7f7;
  color: #991b1b;
  text-align: center;
}

body.page-id-6859 #photo-embed-error strong {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 950;
}

body.page-id-6859 #photo-embed-error span {
  max-width: 440px;
  color: #7f1d1d;
  font-size: 14px;
  line-height: 1.55;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  body.page-id-6859 #photo-embed-section {
    padding: 52px 16px 65px;
  }

  body.page-id-6859 #photo-embed-wrap {
    width: min(100%, 700px);
    padding: 14px;
    border-radius: 20px;
  }

  body.page-id-6859 #photo-embed-wrap iframe {
    height: 1080px;
    border-radius: 13px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  body.page-id-6859 #photo-embed-section {
    padding: 42px 8px 52px;
  }

  body.page-id-6859 .bs-photo-heading {
    padding: 0 12px;
    margin-bottom: 22px;
  }

  body.page-id-6859 .bs-photo-kicker {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: .1em;
  }

  body.page-id-6859 .bs-photo-heading h1 {
    font-size: 38px !important;
  }

  body.page-id-6859 .bs-photo-heading p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  body.page-id-6859 #photo-embed-wrap {
    width: 100%;
    padding: 7px;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(7, 27, 58, .11);
  }

  body.page-id-6859 #photo-embed-wrap iframe {
    height: 720px;
    border-radius: 11px;
  }

  body.page-id-6859 #photo-embed-fallback {
    margin: 11px 8px 5px;
    font-size: 12px;
  }
}


/* Very narrow phones */

@media (max-width: 380px) {

  body.page-id-6859 .bs-photo-heading h1 {
    font-size: 34px !important;
  }

  body.page-id-6859 #photo-embed-wrap iframe {
    height: 980px;
  }
}
/* =========================================================
   BEST SEEDLING — KING COUNTY FAIR PHOTO LANDING PAGE
   ========================================================= */

:root {
  --bs-fair-blue: #075ee8;
  --bs-fair-dark-blue: #06172f;
  --bs-fair-navy: #0b2349;
  --bs-fair-yellow: #ffc400;
  --bs-fair-red: #e3261d;
  --bs-fair-text: #172033;
  --bs-fair-muted: #667085;
  --bs-fair-light: #f4f7fb;
  --bs-fair-border: #dce4ef;
}

/* Optional: hide the default WordPress page title */

body.page-id-REPLACE_WITH_PAGE_ID .entry-title {
  display: none !important;
}


/* Intro */

.bs-fair-intro {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 68px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(38, 116, 255, .34),
      transparent 45%
    ),
    linear-gradient(
      135deg,
      #030a15 0%,
      #071a38 55%,
      #075ee8 145%
    );
  color: #fff;
}

.bs-fair-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 38px 38px;
}

.bs-fair-intro__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.bs-fair-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--bs-fair-yellow);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bs-fair-intro h1 {
  max-width: 880px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.bs-fair-intro p {
  max-width: 710px;
  margin: 0 auto;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.6;
}

.bs-fair-intro__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 25px;
}

.bs-fair-intro__badges span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}


/* Existing photo section improvements */

.bs-fair-intro + * {
  position: relative;
}

.bs-fair-page {
  overflow: hidden;
  background: #fff;
}


/* Shared headings */

.bs-fair-section-heading {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.bs-fair-section-heading h2 {
  margin: 0 0 14px;
  color: var(--bs-fair-navy);
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.bs-fair-section-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--bs-fair-muted);
  font-size: 17px;
  line-height: 1.6;
}

.bs-fair-section-heading--light h2 {
  color: #fff;
}


/* Featured R18 */

.bs-fair-featured-machine {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  min-height: 610px;
  padding: 70px max(24px, 6vw);
  background:
    radial-gradient(
      circle at 25% 42%,
      rgba(14, 104, 255, .15),
      transparent 42%
    ),
    linear-gradient(135deg, #f7f9fc, #fff);
}

.bs-fair-featured-machine__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.bs-fair-featured-machine__image img {
  display: block;
  width: min(760px, 100%);
  max-height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(4,21,47,.22));
}

.bs-fair-featured-machine__content {
  max-width: 650px;
}

.bs-fair-featured-machine h2 {
  margin: 0 0 17px;
  color: var(--bs-fair-navy);
  font-size: clamp(42px, 5vw, 70px);
  line-height: .97;
  font-weight: 950;
  letter-spacing: -.045em;
}

.bs-fair-featured-machine__lead {
  margin: 0 0 27px;
  color: #48566b;
  font-size: 18px;
  line-height: 1.6;
}

.bs-fair-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-bottom: 28px;
}

.bs-fair-feature-list > div {
  padding: 15px 16px;
  border: 1px solid var(--bs-fair-border);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(12,35,73,.06);
}

.bs-fair-feature-list strong,
.bs-fair-feature-list span {
  display: block;
}

.bs-fair-feature-list strong {
  margin-bottom: 3px;
  color: var(--bs-fair-navy);
  font-size: 15px;
  font-weight: 900;
}

.bs-fair-feature-list span {
  color: #69768a;
  font-size: 13px;
  line-height: 1.4;
}


/* Buttons */

.bs-fair-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.bs-fair-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.bs-fair-btn:hover {
  transform: translateY(-2px);
}

.bs-fair-btn--yellow {
  border-color: var(--bs-fair-yellow);
  background: var(--bs-fair-yellow);
  color: #071326 !important;
  box-shadow: 0 10px 22px rgba(255,196,0,.22);
}

.bs-fair-btn--outline-light {
  border-color: rgba(255,255,255,.38);
  background: transparent;
  color: #fff !important;
}

.bs-fair-featured-machine .bs-fair-btn--outline-light {
  border-color: #bfcbe0;
  color: var(--bs-fair-navy) !important;
}


/* Other machines */

.bs-fair-machines {
  padding: 82px max(20px, 6vw) 94px;
  background: var(--bs-fair-light);
}

.bs-fair-machine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.bs-fair-machine-card {
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--bs-fair-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(11,35,73,.09);
}

.bs-fair-machine-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 22px 5px 16px 18px;
  background:
    radial-gradient(circle at center, #fff, #eaf0f8 75%);
}

.bs-fair-machine-card__image img {
  width: 115%;
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 15px 17px rgba(8,28,61,.2));
}

.bs-fair-machine-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 28px;
}

.bs-fair-machine-card__label {
  margin-bottom: 8px;
  color: var(--bs-fair-blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
}

.bs-fair-machine-card h3 {
  margin: 0 0 10px;
  color: var(--bs-fair-navy);
  font-size: 31px;
  line-height: 1.05;
  font-weight: 950;
}

.bs-fair-machine-card p {
  margin: 0 0 19px;
  color: #5b687b;
  font-size: 14px;
  line-height: 1.55;
}

.bs-fair-machine-card a {
  color: var(--bs-fair-blue) !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
}


/* Dealer section */

.bs-fair-dealer {
  padding: 83px max(20px, 6vw) 92px;
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(12, 100, 255, .35),
      transparent 44%
    ),
    linear-gradient(135deg, #030a15, #071a38);
}

.bs-fair-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1160px;
  margin: 0 auto;
}

.bs-fair-benefit {
  padding: 24px 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.bs-fair-benefit__icon {
  display: block;
  margin-bottom: 13px;
  color: var(--bs-fair-yellow);
  font-size: 25px;
}

.bs-fair-benefit strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.bs-fair-benefit p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.5;
}


/* Test drive */

.bs-fair-test-drive {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  overflow: hidden;
  padding: 70px max(24px, 7vw);
  background:
    linear-gradient(
      105deg,
      #075ee8 0%,
      #0647ad 48%,
      #06172f 100%
    );
  color: #fff;
}

.bs-fair-test-drive::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image:
    repeating-linear-gradient(
      -45deg,
      #fff 0,
      #fff 2px,
      transparent 2px,
      transparent 18px
    );
}

.bs-fair-test-drive__machine {
  position: absolute;
  left: -4%;
  bottom: -11%;
  z-index: 1;
  width: min(59vw, 800px);
  max-height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(0,0,0,.43));
}

.bs-fair-test-drive__content {
  position: relative;
  z-index: 2;
  width: min(630px, 49%);
  margin-left: auto;
}

.bs-fair-test-drive h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(43px, 5vw, 70px);
  line-height: .96;
  font-weight: 950;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.bs-fair-test-drive p {
  margin: 0 0 27px;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.6;
}

.bs-fair-location {
  margin-top: 22px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}


/* Mobile */

@media (max-width: 980px) {

  .bs-fair-featured-machine {
    grid-template-columns: 1fr;
    padding: 65px 22px;
  }

  .bs-fair-featured-machine__content {
    max-width: 760px;
    margin: 20px auto 0;
    text-align: center;
  }

  .bs-fair-feature-list {
    text-align: left;
  }

  .bs-fair-featured-machine .bs-fair-buttons {
    justify-content: center;
  }

  .bs-fair-machine-card {
    grid-template-columns: 1fr;
  }

  .bs-fair-machine-card__image {
    min-height: 280px;
    padding: 20px;
  }

  .bs-fair-machine-card__image img {
    width: 90%;
  }

  .bs-fair-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-fair-test-drive {
    align-items: flex-start;
    min-height: 800px;
    padding: 65px 22px 390px;
  }

  .bs-fair-test-drive__content {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
  }

  .bs-fair-test-drive__content .bs-fair-buttons {
    justify-content: center;
  }

  .bs-fair-test-drive__machine {
    left: 50%;
    bottom: -5%;
    width: min(820px, 110vw);
    transform: translateX(-50%);
  }
}


@media (max-width: 700px) {

  .bs-fair-intro {
    padding: 54px 17px 50px;
  }

  .bs-fair-intro h1 {
    font-size: 45px;
  }

  .bs-fair-intro p {
    font-size: 16px;
  }

  .bs-fair-featured-machine {
    padding: 52px 16px 60px;
  }

  .bs-fair-featured-machine h2 {
    font-size: 42px;
  }

  .bs-fair-featured-machine__lead {
    font-size: 16px;
  }

  .bs-fair-feature-list {
    grid-template-columns: 1fr;
  }

  .bs-fair-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bs-fair-btn {
    width: 100%;
  }

  .bs-fair-machines {
    padding: 64px 14px 72px;
  }

  .bs-fair-machine-grid {
    grid-template-columns: 1fr;
  }

  .bs-fair-machine-card__body {
    padding: 25px 22px 28px;
    text-align: center;
  }

  .bs-fair-dealer {
    padding: 65px 14px 70px;
  }

  .bs-fair-benefit-grid {
    grid-template-columns: 1fr;
  }

  .bs-fair-benefit {
    text-align: center;
  }

  .bs-fair-test-drive {
    min-height: 720px;
    padding: 56px 17px 335px;
  }

  .bs-fair-test-drive h2 {
    font-size: 44px;
  }

  .bs-fair-test-drive p {
    font-size: 16px;
  }
}