.home-2026-intro {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-go-to {
  padding-top: 180px;
  padding-bottom: 180px;
}
.home-hypo,
.home-shock-weekly {
  padding-bottom: 180px;
}

.tu-secondary-heading {
  font-weight: 500;
  font-size: 46px;
}

.container.-wide {
  max-width: 1300px;
}
.pxblock--text-with-callout {
  position: relative;
}

.pxblock--text-with-callout .container .columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .pxblock--text-with-callout .container .columns {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .pxblock--text-with-callout.graphic-and-callout .container .columns {
    justify-content: space-between;
  }

  .pxblock--text-with-callout.has-badge-layout .container .columns {
    align-items: center;
    justify-content: space-between;
  }

  /* .pxblock--text-with-callout.has-badge-layout .container .main-content {
    flex: 1 1 auto;
  } */

  /* .pxblock--text-with-callout.has-badge-layout .container .graphic {
    flex: 0 0 auto;
  }

  .pxblock--text-with-callout.has-badge-layout .container .pdp-badge {
    flex: 0 0 auto;
  } */

  .pxblock--text-with-callout.layout--right .container .columns {
    flex-direction: row-reverse;
  }
}

.pxblock--text-with-callout .container .main-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .pxblock--text-with-callout .container .main-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pxblock--text-with-callout .container .main-content .graphic {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 768px) {
  .pxblock--text-with-callout .container .main-content .graphic {
    flex: 0 0 var(--graphic-width, 168px);
    width: var(--graphic-width, 168px);
  }
}

.pxblock--text-with-callout.graphic--free-width
  .container
  .main-content
  .graphic {
  left: 0;
  position: static;
}

.pxblock--text-with-callout .container .main-content .graphic img {
  width: 100%;
  height: auto;
  display: block;
}

.pxblock--text-with-callout .container .main-content .text {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.pxblock--text-with-callout.has-graphic-column .container .main-content,
.pxblock--text-with-callout.has-graphic-column .container .graphic-column {
  flex: 1 1 0;
}

@media (min-width: 768px) {
  .pxblock--text-with-callout .container .main-content {
    flex: 0 0 var(--main-content-width, var(--text-col-width, auto));
    width: var(--main-content-width, var(--text-col-width, auto));
    max-width: var(--main-content-width, var(--text-col-width, none));
  }

  .pxblock--text-with-callout.has-graphic-column .container .graphic-column {
    flex: 0 0 var(--graphic-col-width, auto);
    width: var(--graphic-col-width, auto);
  }
}

.pxblock--text-with-callout .container .graphic-column img {
  width: 100%;
  height: auto;
  display: block;
}

.pxblock--text-with-callout .container .callout {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .pxblock--text-with-callout .container .callout {
    width: var(--callout-width, 40%);
  }
}

.pxblock--text-with-callout .container .callout__inner {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  padding: 30px;
}

.pxblock--text-with-callout .container .callout__inner p {
  line-height: 22px;
}

.pxblock--text-with-callout .container .callout__inner h2 {
  margin-top: 0;
}

.pxblock--text-with-callout .container .callout__inner .btn {
  margin-top: 20px;
  display: inline-block;
}

@media (min-width: 1360px) {
  .pxblock--text-with-callout.has-inline-graphic
    .container
    .main-content
    .text
    > * {
    position: relative;
    left: -60px;
    width: calc(100% + 60px);
  }

  .pxblock--text-with-callout.has-inline-graphic
    .container
    .main-content
    .graphic {
    left: -60px;
    position: relative;
  }
}

/* Badge */

.pdp-badge {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  font-family: acumin-pro, sans-serif;
}

.pdp-badge__heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  color: #fff;
  font-family: acumin-pro-extra-condensed, sans-serif;
}

.pdp-badge__top {
  border-radius: 20px;
  padding: 30px 20px 50px;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 3;
}

.pdp-badge__top:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 30px;
  height: 30px;
}

.pdp-badge__top.-orange {
  background-color: #eb8632;
}

.pdp-badge__top.-orange:after {
  background-color: #eb8632;
}

.pdp-badge__top.-pink {
  background-color: #df1995;
}

.pdp-badge__top.-pink:after {
  background-color: #df1995;
}

.pdp-badge__top.-green {
  background-color: #00a239;
}

.pdp-badge__top.-green:after {
  background-color: #00a239;
}

.pdp-badge__top.-red {
  background-color: #e1251b;
}

.pdp-badge__top.-red:after {
  background-color: #e1251b;
}

.pdp-badge__top.-blue {
  background-color: #114377;
}

.pdp-badge__top.-blue:after {
  background-color: #114377;
}

.pdp-badge__top:before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 30px;
  height: 30px;

  border-top-right-radius: 20px;
  background: #fff;
  z-index: 3;
}

.pdp-badge__content {
  padding: 70px 24px 30px 20px;
  color: #003a70;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  margin-top: -30px;
}

.pdp-badge__content ul li {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.222" height="13.731" viewBox="0 0 19.222 13.731"><path id="Icon_fa-solid-check" data-name="Icon fa-solid-check" d="M18.815,7.154a1.375,1.375,0,0,1,0,1.943L7.832,20.08a1.375,1.375,0,0,1-1.943,0L.4,14.589A1.374,1.374,0,1,1,2.34,12.645l4.522,4.518L16.875,7.154a1.375,1.375,0,0,1,1.943,0Z" transform="translate(0.005 -6.752)" fill="%23eb8633"/></svg>');
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left 8px;
}

.pdp-badge__content ul li:not(:last-child) {
  margin-bottom: 6px;
}

.pdp-badge.-orange .pdp-badge__content ul li {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.222" height="13.731" viewBox="0 0 19.222 13.731"><path id="Icon_fa-solid-check" data-name="Icon fa-solid-check" d="M18.815,7.154a1.375,1.375,0,0,1,0,1.943L7.832,20.08a1.375,1.375,0,0,1-1.943,0L.4,14.589A1.374,1.374,0,1,1,2.34,12.645l4.522,4.518L16.875,7.154a1.375,1.375,0,0,1,1.943,0Z" transform="translate(0.005 -6.752)" fill="%23eb8633"/></svg>');
}

.pdp-badge.-green .pdp-badge__content ul li {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.222" height="13.731" viewBox="0 0 19.222 13.731"><path id="Icon_fa-solid-check" data-name="Icon fa-solid-check" d="M18.815,7.154a1.375,1.375,0,0,1,0,1.943L7.832,20.08a1.375,1.375,0,0,1-1.943,0L.4,14.589A1.374,1.374,0,1,1,2.34,12.645l4.522,4.518L16.875,7.154a1.375,1.375,0,0,1,1.943,0Z" transform="translate(0.005 -6.752)" fill="%2300A239"/></svg>');
}

.pdp-badge.-pink .pdp-badge__content ul li {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.222" height="13.731" viewBox="0 0 19.222 13.731"><path id="Icon_fa-solid-check" data-name="Icon fa-solid-check" d="M18.815,7.154a1.375,1.375,0,0,1,0,1.943L7.832,20.08a1.375,1.375,0,0,1-1.943,0L.4,14.589A1.374,1.374,0,1,1,2.34,12.645l4.522,4.518L16.875,7.154a1.375,1.375,0,0,1,1.943,0Z" transform="translate(0.005 -6.752)" fill="%23DF1995"/></svg>');
}

.pdp-badge.-red .pdp-badge__content ul li {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.222" height="13.731" viewBox="0 0 19.222 13.731"><path id="Icon_fa-solid-check" data-name="Icon fa-solid-check" d="M18.815,7.154a1.375,1.375,0,0,1,0,1.943L7.832,20.08a1.375,1.375,0,0,1-1.943,0L.4,14.589A1.374,1.374,0,1,1,2.34,12.645l4.522,4.518L16.875,7.154a1.375,1.375,0,0,1,1.943,0Z" transform="translate(0.005 -6.752)" fill="%23E1251B"/></svg>');
}

.pdp-badge.-blue .pdp-badge__content ul li {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.222" height="13.731" viewBox="0 0 19.222 13.731"><path id="Icon_fa-solid-check" data-name="Icon fa-solid-check" d="M18.815,7.154a1.375,1.375,0,0,1,0,1.943L7.832,20.08a1.375,1.375,0,0,1-1.943,0L.4,14.589A1.374,1.374,0,1,1,2.34,12.645l4.522,4.518L16.875,7.154a1.375,1.375,0,0,1,1.943,0Z" transform="translate(0.005 -6.752)" fill="%23114377"/></svg>');
}

.pdp-badge__icon {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: 80px;
}

/* Background color variants */
.pxblock--text-with-callout:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -4px;
  width: 100%;
  height: 8vw;
  background-size: 104% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.pxblock--text-with-callout.bg--dark-blue {
  background-color: #003a70;
  color: #fff;
}

.pxblock--text-with-callout.bg--light-blue {
  background-color: #309ade;
  color: #fff;
}
.pxblock--text-with-callout.bg--light-blue:before {
  background-image: url(poolife-home-feature-wave-light-blue.svg);
}

.pxblock--text-with-callout.bg--dark-blue:before {
  background-image: url(poolife-home-feature-wave-light-blue-dark-blue.svg);
}

.pxblock--text-with-callout.bg--dark-blue:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-bottom: -4px;
  width: 100%;
  height: 8vw;
  background-size: 104% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(poolife-home-feature-wave-dark-blue.svg);
}

.pxblock--text-with-callout.bg--dark-blue h1,
.pxblock--text-with-callout.bg--dark-blue h2,
.pxblock--text-with-callout.bg--dark-blue h3,
.pxblock--text-with-callout.bg--dark-blue h4,
.pxblock--text-with-callout.bg--dark-blue h5,
.pxblock--text-with-callout.bg--dark-blue h6,
.pxblock--text-with-callout.bg--dark-blue p,
.pxblock--text-with-callout.bg--dark-blue a,
.pxblock--text-with-callout.bg--light-blue h1,
.pxblock--text-with-callout.bg--light-blue h2,
.pxblock--text-with-callout.bg--light-blue h3,
.pxblock--text-with-callout.bg--light-blue h4,
.pxblock--text-with-callout.bg--light-blue h5,
.pxblock--text-with-callout.bg--light-blue h6,
.pxblock--text-with-callout.bg--light-blue p,
.pxblock--text-with-callout.bg--light-blue a {
  color: #fff;
}

@media (max-width: 768px) {
  .pxblock--card-grid .block-header p {
    line-height: 22px;
  }
  .pxblock--text-with-callout .container .callout__inner {
    padding: 25px;
  }
  .container.-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .graphic {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .tu-secondary-heading {
    font-size: 36px;
    line-height: 1;
  }
  .home-2026-intro .columns {
    position: relative !important;
  }

  .home-shock-weekly {
    text-align: center;
  }

  .home-shock-weekly .graphic {
    order: -1;
    text-align: center;
  }

  .home-2026-intro .graphic {
    position: absolute !important;
    width: 75px !important;
    right: 0 !important;
    top: -60px !important;
  }
  .home-hypo,
  .home-shock-weekly {
    padding-bottom: 60px;
  }

  .home-go-to {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-go-to .graphic img {
    width: auto !important;
  }
  .home-go-to .graphic {
    max-width: 70%;
    text-align: right;
  }
}

.home-products-callout .center-col {
  order: -1;
}
