/** Shopify CDN: Minification failed

Line 98:14 Expected identifier but found whitespace
Line 98:15 Unexpected "65%"

**/
body {
  background-color: #f1efe0;
}

.page-container {
  max-width: 1920px;
  margin: 0 auto;
  background-color: white;
}

.shopify-section {
  overflow-x: clip;
}

/* ========== Homepage Hero ========== */
section.homepage__hero--custom {
  .home-carousel__bg {
    object-position: top;
  }
  
  .home-carousel__content {
    position: absolute;
    bottom: 10%;
    margin: 0;
    
    @media screen and (min-width: 1000px) {
      bottom: unset;
      left: 5%;
      top: 50%;
      transform: translate(0, -50%) !important;
      text-align: left;
    }
  }
  
  .home-carousel__title {
    margin: 0;
  }
  
  .section__title-text {
    line-height: 85%;
    font-family: 'Jubel-Regular';
    font-size: 3.5rem;
    max-width: 450px;

    @media screen and (min-width: 1000px) {
      font-size: 8rem;
      max-width: unset;
    }
  }
  
  .home-carousel__text {
    max-width: 275px;
    font-size: 16px;
    font-weight: 600;

    @media screen and (min-width: 700px) {
      max-width: 450px;
    }
    
     @media screen and (min-width: 1000px) {
      margin: 0 !important;
      max-width: unset;
      font-size: 1.7rem;
    }
  }
  
  .home-carousel__btn__wrapper {
    margin-top: 20px;
    
    @media screen and (min-width: 1000px) {
      justify-content: flex-start;
    }
  }
  
  .home-carousel__btn {
    background-color: #fab228;
    color: #333333;
    border-radius: 4px;
    font-size: 13px;

    &:hover {
      background-color: white;
      color: black;
    }
  }
}

/* ========== Homepage Secondary Blocks ========== */
section.homepage__secondary-blocks--custom {

  .image-grid__content {
    max-width: 65%

    @media screen and (min-width: 1200px) {
      position: relative;
      bottom: 6px;
    }
  }

  .image-grid__bg {
    object-position: right;
    transform: none !important;
    border-radius: 8px;
  }

  .image-grid__title {
    font-size: 2.5rem;
    line-height: 1;
  }

  .image-grid__desc {
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 600;

    @media screen and (min-width: 1000px) {
      font-size: 1.1rem;
    }
  }

  .c-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    border-radius: 4px;
  }

  .container {
    max-width: 1200px;
  }
}

/* ========== Homepage Secondary Heros ========== */
section.homepage__zero-leaks--custom,
section.homepage__zero-rash--custom,
section.homepage__zero-guilt--custom,
section.pdp__redyper--custom {
  .home-carousel__content {
    position: absolute;
    bottom: 5%;
    margin: 0;
    text-align: left;
    max-width: 82%;
    
    @media screen and (min-width: 1000px) {
      bottom: unset;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      max-width: 450px;
    }
  }
  
  .home-carousel__title {
    margin: 0;
  }
  
  .section__title-text {
    line-height: 85%;
  }
  
  .home-carousel__text {
    font-size: 16px;
    margin: 0 !important;
    line-height: 1.2;
  }
  
  .home-carousel__btn__wrapper {
    margin-top: 20px;
    justify-content: flex-start;
  }
  
  .home-carousel__btn {
    background-color: #fab228;
    color: #333333;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;

    &:hover {
      background-color: white;
      color: black;
    }
  }
}

/* ========== Homepage Zero Leaks ========== */
section.homepage__zero-leaks--custom {
  .container--large {
    max-width: 1000px;
  }
  
  .section__title-text {
    line-height: 85%;
    color: white !important;
    font-size: 4.5rem;
    
    @media screen and (min-width: 1000px) {
      font-size: 6rem;
    }
  }
  .image-with-text__text {
    line-height: 1.2;
    color: white !important;
  }
  .image-with-text__media-img--crop {
    object-fit: contain;
    padding: 40px 40px 0;
    @media screen and (min-width: 1000px) {
      max-width: 500px;
    }
  }
  .image-with-text__btn {
    background-color: #fab228;
    border-radius: 4px;
    border: none;
    color: black;
    box-shadow: none;
    width: 100%;
  }
  .image-with-text__box {
    @media screen and (min-width: 1000px) {
      left: 15%;
      max-width: 360px;
      padding: 0;
    }
  }
  .o-layout {
    flex-direction: row-reverse;
  }
}

/* ========== Homepage Zero Rash ========== */
section.homepage__zero-rash--custom {
  
  .home-carousel__item-wrapper--full-screen {
    max-height: 750px;
  }
  
  .section__title-text {
    @media screen and (min-width: 1000px) {
      font-size: 6rem;
      max-width: 350px;
    }
  }

  .home-carousel__text {
    font-size: 16px !important;
    line-height: 1.2 !important;
    max-width: 350px;
  }
  
  .home-carousel__content {
    padding: 0 !important;
    position: absolute;
    left: 24px;
    bottom: 48px;
    
    @media screen and (min-width: 1000px) {
      left: 15%;
      bottom: unset;
      top: 50%;
      transform: translate(0, -50%) !important;
    }
  }
  
}

/* ========== Homepage Zero Guilt ========== */
section.homepage__zero-guilt--custom {
  .home-carousel__item-wrapper--full-screen {
    max-height: 900px;
  }
  
  .section__title-text {
    font-size: 3rem;
    @media screen and (min-width: 1000px) {
      font-size: 6rem;
    }

  }
  .home-carousel__content {
    
    @media screen and (min-width: 1000px) {
      padding: 0 !important;
      position: absolute;
      right: unset;
      bottom: unset;
      left: 15%;
      top: 50%;
      transform: translate(0, -50%) !important;
    }
  }
}

/* ========== Homepage Instagram ========== */
section.homepage__insta-feed--custom {
  font-size: 2rem;
}


/* ========== PDP Main ========== */
section.pdp__main--custom {
  .product-single {
    overflow-x: clip;

    @media(min-width: 1000px) {
      padding-bottom: 32px;
    }
  }
  
  .product-single__box__block {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .product-single__box__block:first-of-type {
    margin-top: 0;
  }
  
  .product-single__title {
    font-size: 2.9rem !important;
    line-height: 1 !important; 
    margin: 0;
    padding: 0;
    width: 65%;
  }
  
  .pdp-description {
    line-height: 1.3;
    width: 80%;
  }

  .metafield-multi_line_text_field {
    display: block;
    line-height: 1.3;
  }

  .product-form__swatch__item--button input[type=radio]:checked+label {
    border-color: #FAB228 !important;
  }
  
  .group-container--selected .skio-radio__container svg {
    color: #FAB228 !important;
  }

  .product-single__content .product-single__secondary-blocks {
    display: none;
  
    @media only screen and (min-width: 980px) {
      padding-left: 96px;
      display: block;
    }
  }
  
  .product-single__box__block--sticky_atc {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    padding: 20px 16px;
    background-color: black;
    z-index: 999;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  
    &.active {
      transform: translateY(100%);
    }
  
    @media screen and (min-width: 980px) {
      display: none;
    }
  }

  .product-single__secondary-blocks {
    & .product-single__box__block {
      margin-top: 0;
      margin-bottom: 0;
      
      & img {
        margin: 0;
      }
    }
  }

  .accordion-content-inner li {
    line-height: 24px;
  }

  .c-btn--primary {
    border-radius: 8px;
    margin-bottom: 16px;
  }

  .product-form__img {
    padding-top: 12px;
  }

  .product-single__box__block--variant_picker,
  .product-single__box__block--spacer {
    padding-right: 0;

    @media screen & (min-width: 1200px) {
      padding-right: 20%;
    }
  }

  .changes-per-day__text {
    border: 1px solid #FAB228;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px rgba(36, 36, 36, 0.2);
    width: fit-content;
    padding: 8px 12px;
    margin-top: 9px;
    font-weight: 700;
  }

  .changes-per-day {
    legend {
      font-size: 12px;
    }
  }
}

/* ========== PDP Feature Icons ========== */
section.pdp__feature-icons--custom {
  @media only screen and (min-width: 980px) {
    display: none;
   }
}

/* ========== PDP Accordion ========== */
section.pdp__accordion--custom,
section.redyper__accordion--custom {
  .accordion-section {
    padding-top: 0;
  }
  .faq__accordion accordion-group details {
    border-bottom: 0 none;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
  }
  .faq__accordion accordion-group details:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
  accordion-group summary {
    line-height: 1.5;
  }
  accordion-group summary > span {
    font-size: 14px !important;
    font-weight: 500;
  }
  .metafield-rich_text_field {
    line-height: 21px;
  }
  .metafield-rich_text_field > ul {
    list-style-position: outside;
    margin-left: 2rem;
  }
  .faq__accordion accordion-group summary:hover {
    background-color: transparent;
  }
  .faq__accordion__item-wrap {
    line-height: 21px;
  }
}

.template-product section.pdp__accordion--custom {
  @media screen and (min-width: 980px) {
    display: none;
  }
}

div.pdp__accordion--custom {
  margin-top: 32px !important;
  
  .accordion-item {
    border-bottom: 1px solid #e0e0e0;
  }
  .accordion-item:first-child {
    border-top: 1px solid #e0e0e0 !important;
  }
  .accordion-content-inner, 
  .accordion-content-inner li {
    line-height: 21px;
  }
  .accordion-wrapper {
    border-top: none;
  }
}

/* ========== PDP Big Numbers ========== */
section.pdp__big-numbers--custom {
  @media screen and (max-width: 766px) {
    .multi-column__item {
      flex: 0 0 90%;
      margin: 0 auto;
    }
  }
  .grid-layout {
    margin-bottom: 0 !important;
  }
  .section--multi-column {
    padding: 30px 0;
    @media screen and (min-width: 980px) {
      padding: 57px 0;
    }
  }
  .multi-column__item {
    margin-bottom: 64px;
  }
  .multi-column__title {
    font-weight: 800;
    font-size: 1.4rem;
    
  }
  .multi-column__desc {
    margin-top: 16px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
  }
}

/* ========== PDP Landfill Chart ========== */
section.pdp__landfill-chart--custom {

  .image-with-text__item .image-with-text__text {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  
  .container {
    padding: 14px 30px;
  }
  
  @media (max-width: 61.24em) {
    .image-with-text__item .image-with-text__box {
      margin-top: 0px;
    }
  }
  
  .image-with-text__btn {
    width: 100%;
    border-radius: 8px;
  }
  
  .image-with-text__box {
    max-width: 474px;
  }
  
  .image-with-text__media-img--crop {
    object-fit: contain;
    padding: 32px 32px 0;

    @media screen and (min-width: 1200px) {
      padding: 72px 72px 72px 0;
      position: relative;
      right: 64px;
    }
  }

  .image-with-text__item-bg {
    background-position: top;
    background-size: cover;

    @media screen and (min-width: 1200px) {
      background-position: center;
    }
  }

  .image-with-text__box {
    padding-left: 0;
    padding-right: 0;
    @media screen and (min-width: 1000px) {
      max-width: 350px;
      left: 20%;
    }
  }
  
  .section__title-text {
    line-height: 1;
    font-size: 2.9rem;
  }
  
  .image-with-text__text {
    line-height: 1.2;
  }
  
  img {
    transform: scale(1) !important;
  }
  
}

/* ========== PDP REDYPER ========== */
section.pdp__redyper--custom {  
  .container--large {
    max-width: 1000px;

    @media(min-width: 1000px) {
      padding: 75px 0;
    }
  }
  
  .section__title-text {
    line-height: 1;
    color: black !important;
    font-size: 2.5rem;
    
    @media screen and (min-width: 1000px) {
      font-size: 3.5rem;
    }
  }
  
  .image-with-text__text {
    line-height: 1.2;
    color: black !important;
  }

  .o-ratio {
    max-height: 400px;
  }
  
  .image-with-text__media-img--crop {
    object-fit: contain;
    padding: 80px 40px 0;
    max-width: 400px;

    @media(min-width: 980px) {
      padding: 0;
    }
  }

  .image-with-text__box {
    margin-top: 0;
    padding-top: 0;
  }
  
  .image-with-text__btn {
    background-color: #fab228;
    border-radius: 4px;
    border: none;
    color: black;
    box-shadow: none;

    @media(min-width: 980px) {
      width: 100%;  
    }
  }
  
  .image-with-text__box {
    @media screen and (min-width: 1000px) {
      left: 15%;
      max-width: 360px;
      padding: 0;
    }
  }
}

/* ========== PDP Why Us? ========== */
section.pdp__why-us--custom {
  background-image: url("/cdn/shop/files/pdp_why-us_mobile.jpg?v=1745329498");
  background-size: cover;
  background-position: top;
  
  @media screen and (min-width: 980px) {
    background-image: url("/cdn/shop/files/Why_Us_Background_1.jpg?v=1745449255");
    background-position: center;
    background-size: 150%;
  }
  
  .section__title-text {
    font-size: 5rem;
  }
  
  @media screen and (min-width: 980px) {    
    .multi-column__item,
    .section__title-text {
      position: relative;
      right: 200px;
    }
  }
}

/* ========== PDP Product Recommendations ========== */
section.pdp__recommendations--custom {
  
  img {
    border-radius: 4px;
  }
  
  .section__title-text {
    font-size: 2.9rem;
    line-height: 1;
    max-width: 280px;
    margin: 0 auto;
    
    @media screen and (min-width: 1000px) {
      max-width: unset;
    }
  }

  .multi-column__title {
    font-weight: 700;
  }
}

/* ========== PDP Nobody Compares Charts ========== */
.section__nobody-compares--custom {
  .section__title {
    z-index: 10;
  }
  
  .section__title-text {
    font-size: 2.9rem;

    @media screen and (min-width: 1000px) {
      font-size: 5rem;
    }
  }
}

/* ========== REDYPER Main ========== */
section.redyper__main--custom {
  
  .product-single__box__heading {
    font-family: 'JUBEL-REGULAR' !important;
    font-size: 3.5rem !important;
    line-height: 1;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
    @media screen and (min-width: 1000px) {
      font-size: 5rem !important;
    }
  }

  .product-single__box__text.rte > p {
    line-height: 1.3;
  }
  
  .rte p:last-child {
    font-size: 16px;
    margin-top: 8px;
  }
  
  .media-gallery__item {
    border: 0px;
  }
  
  @media (max-width: 47.9275em) {
    .product-form__spacer--bottom-large {
      margin-bottom: 4px;
      padding-top: 4px;
    }
  }
  
  @media (max-width: 47.9275em) {
    .product-single__media {
      margin-bottom: 3px;
    }
  }
}

/* ========== REDYPER How It Works ========== */
section.redyper__how-it-works--custom {
  .multi-column__title {
    font-size: 18px;
    line-height: 135%;
    font-weight: 700;
    letter-spacing: -0.02px;
    -webkit-font-smoothing: antialiased;
  }
  
  .multi-column__desc {
    margin-top: 16px;
  }
  
  .multi-column__desc,
  .multi-column__desc .rte a {
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0px;
  }
  
  .multi-column__text {
    margin-top: 32px;
    max-width: 300px;
    @media screen and (min-width: 1200px) {
      max-width: 300px;
    }
  }
}

/* ========== REDYPER Change The World ========== */
section.redyper__change-the-world--custom {
  .section__title-text {
    line-height: 1;
    font-size: 2.9rem;
  }
  
  .image-with-text__text {
    line-height: 1.2;
  }
  
  .image-with-text__media-img--crop {
    object-fit: contain;
    padding: 40px 40px 0;
  }
  
  .image-with-text__box {
    max-width: 550px;
  }
  
  @media (min-width: 1200px) {
    .section__title-text {
      font-size: 3.5rem;
    }
    .image-with-text__text {
      font-size: 20px;
    }
  }
}

/* ========== REDYPER Decompose Truck ========== */
section.redyper__decompose-truck--custom {
  .section__title-text {
    line-height: 1;
    color: #f1efe0 !important;
    font-size: 2.9rem;
  }
  
  .image-with-text__text {
    color: #f1efe0 !important;
    line-height: 1.2;
  }
  
  .image-with-text__media-img--crop {
    object-fit: contain;
    padding: 60px 60px 0;
  }
  
  .image-with-text__box {
    max-width: 500px;
  }

  .image-with-text__item-bg {
    background-image: url('/cdn/shop/files/redyper_truck-bg_mobile.jpg?v=1745440011');
    background-position: top;
    background-size: cover;
  }
  
  @media (min-width: 1200px) {
    .section__title-text {
      font-size: 3.5rem;
    }
    .image-with-text__text {
      font-size: 20px;
    }
    .image-with-text__item-bg {
      background-image: url(/cdn/shop/files/redyper_truck-bg_desktop.jpg?v=1745428247);
      background-position: center;
      background-size: cover;
    }
  }
}

/* ========== REDYPER 15 Million ========== */
section.redyper__15-million--custom {
  .section__title-text {
    line-height: 1;
    font-size: 2.9rem;
  }
  
  .image-with-text__text {
    line-height: 1.2;
  }
  
  .image-with-text__media-img--crop {
    object-fit: contain;
    padding: 45px 75px 45px 0;
  }
  
  .image-with-text__box {
    max-width: 500px;
  }
  
  @media (min-width: 1200px) {
    .section__title-text {
      font-size: 3.5rem;
    }
    .image-with-text__text {
      font-size: 20px;
    }
  }
}


/* ========== Testimonials ========== */
section.homepage__testimonials--custom,
section.pdp__testimonials--custom,
section.redyper__testimonials--custom {

  .home-carousel__bg {
    object-fit: contain;
    object-position: bottom left;
    height: fit-content;
    transform: none !important;

    @media screen and (min-width: 1000px) {
      height: 100%;
      object-fit: cover;
      object-position: top right;
    }
  }
  
  .home-carousel--full {
    height: auto !important;
    overflow: hidden;
  }
  
  media-carousel-pagination {
    display: none;
  }
  
  .home-carousel .media-carousel__arrow {
    display: block !important;
  }
  
  .home-carousel .media-carousel__arrow--prev {
    bottom: 250px;
    left: 16px;

    @media screen and (min-width: 500px) {
      bottom: 400px;
    }

    @media screen and (min-width: 1000px) {
      bottom: 300px;
    }

    @media screen and (min-width: 1200px) {
      bottom: 400px;
    }

    @media screen and (min-width: 1700px) {
      bottom: 600px;
    }
  }
  
  .home-carousel .media-carousel__arrow--next {
    bottom: 250px;
    right: 16px;

    @media screen and (min-width: 500px) {
      bottom: 400px;
    }

    @media screen and (min-width: 1000px) {
      bottom: 300px;
    }

    @media screen and (min-width: 1200px) {
      bottom: 400px;
    }

    @media screen and (min-width: 1700px) {
      bottom: 600px;
    }
  }
  
  .home-carousel .media-carousel__arrow {
    background-color: transparent;
    transform: scale(4);
    color: white;
  }
  
}

/* ========== Mobile Account Icon ========== */
.mobile-account-link {
  position: absolute !important;
  right: 50px !important;
  bottom: 22px !important;

  @media screen and (min-width: 768px) {
    display: none !important;
  }
}

/* ========== Footer ========== */
.footer__content {
  & button.needsclick.kl-private-reset-css-Xuajs1 {
    position: relative;
    bottom: 5px;
    right: 44px;
  }

  & input.needsclick.kl-private-reset-css-Xuajs1 {
    border: 2px solid black !important;
  }
}
.footer-container {
  & button.needsclick.go2942292331 {
    position: absolute;
    right: 0;
    bottom: 3px;
  }
}
#email_01JSJ65X6VZTB9CEAXAPBXK31B {
  box-shadow: 5px 5px 0px 0px #FCB717 !important;
  background-color: white !important;
  border: 3px solid #FCB717 !important;
}

/* ========== Disable Animation ========== */
.home-carousel__bg {
  transform: scale(1) !important;
}

/* ========== Animated Slideshow (PDP product recommendations) ========== */
.section-animated-slideshow {

  .home-carousel__item > img {
    max-width: 500px;
  }
}

/* ========== CTA Hover States ========== */
.c-btn,
button[data-target="coverage-button"] {
  border: 2px solid transparent !important;
  transition: all 0.1s ease-out !important;
}

.c-btn:hover:not(disabled),
button[data-target="coverage-button"]:hover {
  opacity: 1 !important;
  background-color: white !important;
  color: black !important;
  border: 2px solid #FAB228 !important;
}

