/** Shopify CDN: Minification failed

Line 305:14 Expected identifier but found whitespace
Line 305:16 Unexpected "{"
Line 305:25 Expected ":"
Line 305:57 Expected ":"

**/


/* CSS from section stylesheet tags */
.custom-product-info {
    font-family: 'Poppins', sans-serif;
    padding: 60px 20px;
    background-color: #fff;
  }

  .custom-product-info .container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .custom-product-info .left {
    flex: 1;
    min-width: 300px;
  }

  .custom-product-info .left img {
    width: 100%;
    max-width: 420px;
    margin-bottom: 16px;
  }

  .custom-product-info .right {
    flex: 1;
    min-width: 300px;
  }

  .custom-product-info .product-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .custom-product-info .badge-and-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .custom-product-info .badge-sale {
    background-color: #ff5722;
    color: white;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
  }

  .custom-product-info .price {
    font-size: 24px;
    font-weight: bold;
    color: #1a3b5d;
  }

  .custom-product-info .purchase-options {
    background-color: #f9f9f9;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .custom-product-info .purchase-options label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
  }

  .custom-product-info .purchase-options input[type="radio"] {
    margin-right: 8px;
    accent-color: #452BDC;
  }

  .custom-product-info form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .custom-product-info input[type="number"],
  .custom-product-info select {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .custom-product-info .add-to-cart {
    padding: 14px;
    font-size: 16px;
    background-color: #452BDC;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }

  .custom-product-info .shop-pay {
    margin-top: 10px;
  }

  .custom-product-info .shop-pay button {
    background-color: #5A31F4;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
  }

  .custom-product-info .social-share {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .custom-product-info .social-share a {
    color: #1a3b5d;
    font-size: 20px;
    text-decoration: none;
  }

  .custom-product-info .social-share a svg {
    vertical-align: middle;
    width: 22px;
    height: 22px;
  }

  .custom-product-info .description {
    margin-top: 40px;
    line-height: 1.6;
  }

  .custom-product-info .cta-image {
    margin-top: 40px;
    text-align: center;
  }

  .custom-product-info .cta-image img {
    max-width: 100%;
    border-radius: 8px;
  }
.septicfit-packaging {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px var(--section-padding, 80px);
    background: linear-gradient(to bottom, #0077c8, #61b3e4);
    color: white;
  }

  .septicfit-packaging .text-block {
    flex: 1 1 50%;
    max-width: 600px;
    padding-right: 40px;
    text-align: left;
  }

  .septicfit-packaging .logo {
    margin-bottom: 20px;
  }

  .septicfit-packaging .logo img {
    max-width: 300px;
    height: auto;
    display: block;
  }

  .septicfit-packaging .subheading {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .septicfit-packaging h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
  }

  .septicfit-packaging p {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
  }

  .septicfit-packaging .image-block {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }

  .septicfit-packaging .image-block img {
    width: var(--pail-width, 600px);
    height: auto;
    display: block;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .septicfit-packaging {
      flex-direction: column;
      text-align: center;
      padding: 60px 20px;
    }

    .septicfit-packaging .text-block {
      padding-right: 0;
      max-width: 100%;
    }

    .septicfit-packaging .image-block {
      padding-left: 0;
      margin-top: 40px;
    }

    .septicfit-packaging .image-block img {
      width: 100%;
      max-width: 400px;
    }
  }
.septicfit-section {
    padding: 60px 20px;
    text-align: center;
  }

  .septicfit-section h2 {
    margin-bottom: 20px;
  }

  .septicfit-section p {
    max-width: 700px;
    margin: 0 auto 20px auto;
  }

  .septicfit-section img.main-image {
    max-width: 200px;
    margin: 30px auto;
  }

  .septicfit-section .features-list {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    max-width: 600px;
    text-align: left;
  }

  .septicfit-section .features-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
  }

  .septicfit-section .features-list li::before {
    content: "✔";
    color: #00aa00;
    position: absolute;
    left: 0;
  }

  .septicfit-section .badge-image {
    max-width: 150px;
    margin-top: 20px;
  }
.why-septicfit {
    padding: 72px 20px;
    text-align: center;
  }

  .why-septicfit .wrap {
    max-width: 1160px;
    margin: 0 auto;
  }

  /* Title */
  .why-septicfit h2 {
    margin: 0 auto 36px auto;      /* center */
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .2px;
    line-height: 1.2;
    max-width: {{ section.settings.heading_max_width }}px; /* forces multi-line */
  }

  /* 2-column shell */
  .why-septicfit .content-wrapper {
    display: grid;
    grid-template-columns: 360px 1fr; /* left fixed, right flexible */
    align-items: start;
    gap: 48px;
    text-align: left;
  }

  /* LEFT COLUMN */
  .why-septicfit .left-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why-septicfit .left-column .main-visual {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 16px;
  }

  .why-septicfit .left-column .main-visual img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* White label card */
  .why-septicfit .label-box {
    background: #ffffff;
    color: #1a3b5d;
    padding: 14px 22px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    margin: 6px auto 18px;
    box-shadow: 0 8px 26px rgba(0,0,0,.08);
    display: inline-block;
  }

  /* Badge — renamed & reset so no theme styles leak in */
  .why-septicfit .ws-badge {
    line-height: 0;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
  }
  .why-septicfit .ws-badge img {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  /* RIGHT COLUMN – feature list */
  .why-septicfit .right-column {
    max-width: 680px;
  }

  .why-septicfit .feature-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: start;
    gap: 14px;
    padding: 12px 0;
  }

  .why-septicfit .feature-item + .feature-item {
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .why-septicfit .feature-icon img {
    width: 26px;
    height: 26px;
    margin-top: 4px;
    display: block;
  }

  .why-septicfit .feature-text .title {
    font-weight: 800;
    margin: 0 0 6px 0;
    letter-spacing: .2px;
    line-height: 1.3;
  }

  .why-septicfit .feature-text .desc {
    margin: 0;
    opacity: .9;
    line-height: 1.6;
    letter-spacing: .15px;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .why-septicfit { padding: 56px 18px; }
    .why-septicfit h2 { max-width: 90vw; } /* ensures wrap on small screens */
    .why-septicfit .content-wrapper {
      grid-template-columns: 1fr;
      gap: 28px;
      text-align: center;
    }
    .why-septicfit .right-column { margin-inline: auto; text-align: left; }
  }

/* CSS from block stylesheet tags */
.share-product-wrapper {
    padding: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
  }

  .share-product-title {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .share-product-title svg {
    margin-left: 8px;
  }

  .share-buttons {
    display: flex;
    gap: 12px;
  }

  .share-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #1a73e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a73e8;
    transition: background 0.2s;
    text-decoration: none;
  }

  .share-icon svg {
    fill: white;
    width: 20px;
    height: 20px;
  }