/** Shopify CDN: Minification failed

Line 684:21 Expected ":"

**/
.f10-paragraph p, .f10-paragraph div {
  line-height: 1.3;
}

@media (max-width: 750px) {
  .f10-desktop-only {
    display: none;
  }
}

@media (min-width: 750px) {
  .f10-mobile-only {
    display: none;
  }
}

@media (min-width: 750px) {
  .f10-image-banner-width .banner-content {
    max-width: 140rem;
    margin: auto;
    padding-inline: 5rem !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Banner section */
@media (max-width: 767px) {
  .f10-image-banner__section .banner-content {
    padding-block: 60px 40px !important; 
  }

  .f10-image-banner__section .banner-content-wrapper {
    display: flex;
    flex-direction: column;
    height: stretch;
  }
}

.f10-image-banner__section .banner-html {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: auto;
}

@media (min-width: 768px) {
  .f10-image-banner__section .banner-heading.f10-desktop-only h3 {
    width: max-content;
    margin-block: 52px 0;
    padding: 8px;
    border-radius: 30px;
    border: 2px solid black;

    font-size: 18px;
  }

  .f10-image-banner__section .banner-content-wrapper {
    position: relative;

    flex-direction: column;
    align-content: center;

    height: 100%;
    display: grid;
  }
  .f10-image-banner__section .banner-content-wrapper .banner-heading,
  .f10-image-banner__section .banner-content-wrapper .banner-text
   {
    max-width: 480px;
  }
  
  .f10-image-banner__section .banner-html {
    position: absolute;
    bottom: 2rem;
    right: 0;
  }
}

/* f10 Bento Grid Layout — desktop only */
.f10-image-layout .custom-video-main p {
    color: #000000;
    -webkit-text-fill-color: unset;
}

.f10-image-layout .new-common-img-layout .img-video-container .image-element__wrap img {
  border-radius: 0;
}

/* Grid container: 2 columns 4 rows */
@media (min-width: 750px) {
    .f10-image-layout {
        padding: 0 5rem;
        margin: auto;
        max-width: 140rem;
    }

  .f10-image-layout .common-small--hide.pc-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }

  .f10-image-layout .common-small--hide .item div {
    height: 100%;
    font-weight: 500;
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
    color: white;
  }

  .f10-image-layout .common-small--hide .item .common-title {
    padding: 1.8rem 2.3rem;
  }
  /* Item cell wrappers must not interfere with grid */
  .f10-image-layout .common-small--hide.pc-layout > div {
    display: contents;
  }
   
  /* Columns */

  .f10-image-layout .item-1, .f10-image-layout .item-4, .f10-image-layout .item-5 {
    grid-column: 1 / 2;
  }
  
  .f10-image-layout .item-2, .f10-image-layout .item-3, .f10-image-layout .item-6 {
    grid-row: 2 / 3;
  }

  /* === Rows === */

  .f10-image-layout .item-1 {
    grid-row: 1 / 3;
  }

  .f10-image-layout .item-2 {
    grid-row: 1 / 2;
  }

  .f10-image-layout .item-3 {
    grid-row: 2 / 3;
  }

  .f10-image-layout .item-4 {
    grid-row: 3 / 4;
  }

  .f10-image-layout .item-5 {
    grid-row: 4 / 5;
  }

  /* item-6: Carpet safe */
  .f10-image-layout .item-6 {
    grid-row: 3 / 5;
  }

  /* === Force items to respect grid cell boundaries === */
  .f10-image-layout .item {
    overflow: hidden;
    min-height: 0;
    min-width: 0;
    border-radius: 4px;
  }
  .f10-image-layout .item-4 .custom_html {
    display: flex;
    align-items: center;
  }
  /* === Image fill — all items must cover their grid cell === */
  .f10-image-layout .item .img-video-container,
  .f10-image-layout .item .image,
  .f10-image-layout .item .image-element__wrap,
  .f10-image-layout .item img {
    height: 100%;
    min-height: 0;
  }

  .f10-image-layout .item img {
    object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .f10-image-layout .common-small--hide .item div {
    font-size: 2.4rem !important;
  }
}

/* ===== Mobile Swiper Styles ===== */
@media only screen and (max-width: 850px) {
    .f10-image-layout {
        padding: 0 2rem;
    }
    .f10-image-layout .custom-video-section {
        padding-bottom: 100px;
    }

    .f10-image-layout .new-common-img-layout .img-video-container .image-element__wrap img {
        border-radius: 0;
    }

    /* Slide: make it relative so text overlay works */
    .f10-image-layout .swiper-slide.new-img-item {
        position: relative;
    }

    /* Text overlay on top of image */
    .f10-image-layout .common-title {
        font-size: 2rem !important;
        color: white !important;
        font-weight: 500;
    }

    .f10-image-layout .swiper-slide .text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;

        width: 100%;
        padding: 24px 16px;

        text-align: center;
    }

    /* Bottom control bar: below the image */
    .f10-image-layout .bottom-btn-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 24px 16px;
        background: transparent;
    }

    .f10-image-layout .bottom-btn-container .swiper-pagination {
        position: static !important;
        display: flex;
        align-items: center;
        gap: 6px;
        background: #7A7A7A66;
        border-radius: 50px;
        height: 48px;
        padding: 0 12px;
        width: auto !important;
    }
    .f10-image-layout .bottom-btn-container .swiper-btn {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        background: #7A7A7A66;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .f10-image-layout .bottom-btn-container svg {
        width: 48px;
        height: 48px;
    }
    .f10-image-layout .bottom-btn-container svg path {
        fill: #ffffff;
    }

    .f10-image-layout .bottom-btn-container .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 6px;
        border-radius: 50px;
        background: #999999;
        position: relative;
        opacity: 1;
        overflow: hidden;
    }

    .f10-image-layout .bottom-btn-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 48px;
        background: rgba(255, 255, 255, 1);
    }
}

/* 2 in 1 Section */
.f10-2-in-1__section h2 {
  text-align: center;
}

.f10-2-in-1__section .image-element__wrap img {
  width: 100%;
}

@media (max-width: 749px) {
  .f10-2-in-1__section .pfi-inner {
    border-radius: 16px;
    overflow: hidden;
  }

  .f10-2-in-1__section .content {
    background: rgba(235, 235, 235, 1);
    padding: 2.4rem 1.6rem;
  }

  .f10-2-in-1__section .common-title {
    margin-bottom: 1.2rem;
    font-size: 18px;
    color: #9E8972;
    font-weight: 500;
  }
}

@media (min-width: 750px) {
    .f10-2-in-1__section h2 {
      margin-bottom: 7.8rem;
    }

    .f10-2-in-1__section .pfi-inner {
      position: relative;
    }
    .f10-2-in-1__section .content {
      position: absolute;
      top: 50%;
      left: 8%;
      transform: translateY(-50%);

      max-width: 490px;
    }

    .f10-2-in-1__section .common-title {
      border-bottom: 4px solid black;
      padding-right: 9px;
      margin-bottom: 2.2rem;
      width: max-content;
      font-size: 22px;
      font-weight: 600;
    }
}

/* Extra Special Section */
.fp10-extra-special__section h2 {
  text-align: center;
}

.fp10-extra-special__section * {
  color: white;
}

.fp10-extra-special__section .common-header .common-banner-title {
  color: black;
}

.fp10-extra-special__section .text-container {
  display: flex;
  justify-content: center;
}

.fp10-extra-special__section .text-container .item .common-title {
  font-size: 1.8rem;
}

.fp10-extra-special__section .pfi-inner {
  position: relative;
}

.fp10-extra-special__section .content {
  position: absolute;
  top: 0;
  left: 0;

  padding: 8rem 2rem 0;
  max-width: 530px;
}

.fp10-extra-special__section .common-banner-title {
  margin-bottom: 4.5rem;
  
  font-size: 2.6rem;
  font-weight: 600;
}
@media (max-width: 750px) {
  .fp10-extra-special__section * {
    color: white;
  }
  .fp10-extra-special__section .pfi-inner .common-pc--hide .common-title {
    display: none;
  }
}

@media (min-width: 750px) {
  .fp10-extra-special__section * {
    color: black;
    text-align: left;
  }
  .fp10-extra-special__section h2 {
    margin-bottom: 7.8rem;
  }

  .fp10-extra-special__section .featured-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .fp10-extra-special__section .content {
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
  }

  .fp10-extra-special__section .common-banner-title {
    margin-bottom: 8rem;
    font-size: 4rem;
  }

  .fp10-extra-special__section .item {
    padding: 0 12px;
    width: max-content;
    font-size: 22px;
    font-weight: 600;
    color: #C1C1C1;

    cursor: pointer;
  }

  .fp10-extra-special__section .item .big {
    color: #C1C1C1;

    cursor: pointer;
  }

  .fp10-extra-special__section .text-container {
    margin-top: 4.2rem;
  }

  .fp10-extra-special__section .item.active .big {
    border-bottom: 4px solid black;
    color: black;
  }
}

/* Slider with border Section */
.f10-slider-two-column__section .top-html {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 2.4rem;
  min-height: 65px;
}

.f10-slider-two-column__section .content *, .f10-slider-two-column-v2__section * {
  text-align: center;
}

.f10-slider-two-column__section .image-element__wrap img {
  width: 100%;
  border-radius: 16px;
}

@media (max-width: 750px) {
  .f10-slider-two-column__section .content {
    position: relative;

    margin-top: 4rem;
    padding-top: 2.2rem;
  }

  .f10-slider-two-column__section .common-title {
    display: none;
  }

  .f10-slider-two-column__section .swiper-slide .content::before, .f10-slider-two-column-v2__section .common-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
  }

  .f10-slider-two-column__section .swiper-slide .content::before {
    top: 0;
    background: linear-gradient(
      to right,
      #9E8972 0 70%,
      #66666633 70% 100%
    );
  }

  .f10-slider-two-column__section .swiper-slide:nth-child(2) .content::before {
    top: 0;
    left: 0;
    background: linear-gradient(
      to right,
      #66666633 0 30%,
      #9E8972 30% 100%
    );
  }

    .f10-slider-two-column-v2__section .common-title::before {
    bottom: 0;
    background: linear-gradient(
      to right,
      #9E8972 0 90%,
      #66666633 80% 100%
    );
  }

  .f10-slider-two-column-v2__section .swiper-slide:nth-child(2) .common-title::before {
    bottom: 0;
    background: linear-gradient(
      to right,
      #66666633 0 10%,
      #9E8972 10% 100%
    );
  }
}

@media (min-width: 750px) {
  .f10-slider-two-column__section .content *, .f10-slider-two-column-v2__section .content * {
    text-align: left;
  }

  .f10-slider-two-column__section .top-html {
    display: none;
  }
  
  .f10-slider-two-column__section .content, .f10-slider-two-column-v2__section .content {
    margin-top: 4rem;
  }

  .f10-slider-two-column__section .common-title, .f10-slider-two-column-v2__section .common-title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    font-weight: bold;
  }

  .f10-slider-two-column__section .common-banner-title {
    text-align: center;
    margin-bottom: 8rem;
  }
}

/* Version 2 */

@media (max-width: 750px) {
  .f10-slider-two-column-v2__section .common-title {
    color: #9E8472;
  }

  .f10-slider-two-column-v2__section .common-title {
    position: relative;

    margin-block: 4rem 2rem;
    padding-bottom: 1rem;
  }

  .f10-slider-two-column-v2__section .content {
    margin-bottom: 2rem;
  }
}

@media (min-width: 750px) {
  .f10-slider-two-column-v2__section .common-banner-title {
    margin-bottom: 8rem;
  }
  .f10-slider-two-column-v2__section .image-element__wrap img {
    width: 100%;
  }
}


/* Smart Pathfinder Section */
.f10-smart-pathfinder__section * {
    color: white;
}
@media (max-width: 767px) {
  .f10-smart-pathfinder__section .banner-content {
    padding-block: 90px 70px !important; 
  }
  
  .f10-smart-pathfinder__section .banner-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: stretch;
  }
}

@media (min-width: 750px) {
    .f10-smart-pathfinder__section * {
        color: black;
    }
    .f10-smart-pathfinder__section .banner-content {
      justify-content: end;
    }
}


/* THE POWER section */
.f10-the-power-mobile__section + .page-width .static_bottomhtml {
    background: #DBD3C9;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 2rem 3rem;

    /* font-size: 1.4rem; */
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
    .f10-the-power-mobile__section, .f10-the-power-mobile__section + .page-width .static_bottomhtml {
        display: none;
    }
}

.f10-the-power-mobile__section .image-banner-inner {
    border-radius: 10px;
}

.f10-the-power-desktop__section .common-banner-title {
    padding-bottom: 3.5rem; 

    font-size: 4rem;
    font-weight: 600;
}

.f10-the-power-desktop__section  .common-wrapper {
    max-width: 650px;
}

/* HAVE IT YOUR WAY section */
.f10-have-it-your-way__section .rich-text__text {
    padding-bottom: 1.4rem !important;
    
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1024px) {
    .f10-have-it-your-way__section {
        background: rgba(247, 247, 247, 1);
    }

    .f10-have-it-your-way__section .rich-text__text {
        padding-bottom: 8rem !important;
    }
}

/* STEPS section */
.f10-steps-mobile__section .pfi-inner {
    margin: 0 1rem 2rem 2rem;
    background: #F7F7F7;
    border-radius: 1rem;
}

.f10-steps-mobile__section  .peragraph-content {
    padding: 1rem 1rem 3.2rem;
    min-height: 145px;

    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.4rem;
}

@media (min-width: 1024px) {
    .f10-steps-desktop__section {
      background: rgba(247, 247, 247, 1);
    }

    .f10-steps-desktop__section .banner-content {
      align-items: flex-start !important;
    }

    .f10-steps-desktop__wrapper {
      display: grid;
      row-gap: 3.2rem;
    }

    .f10-steps-desktop__item {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      justify-content center;
      column-gap: 3rem;
    }

    .f10-steps-desktop__item p {
      margin: 0;
      color: rgba(0, 0, 0, 0.6);
      font-size: 14px;
    }

    .f10-steps-desktop__item .number {
      display: flex;
      align-items: center;
      justify-content: center;

      background: #68482F;
      width: 28px;
      height: 28px;
      border-radius: 50%;

      color: white;
      font-size: 2rem;
    }
}

/* Swiper button */

.f10-swiper-button .new-common-product-swiper-section .swiper-button {
  position: unset;
}

.f10-swiper-button .bottom-content .button-content {
  display: flex;
  column-gap: 8px;
}

.f10-swiper-button .bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f10-swiper-button .current {
  font-weight: bold;
}

@media (max-width: 767px) {
  /* Add space for the swiper button */
  .f10-swiper-button .swiper-container {
    padding-bottom: 1.8rem;
  }

  .f10-comparison__wrapper .swiper-button.swiper-button-prev {
    right: 65px;
  }
}

.f10-swiper-button .swiper-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(122, 122, 122, 0.4);

}

.f10-swiper-button .swiper-button-next, .f10-swiper-button .swiper-button-prev {
  top: unset;
  bottom: 0;
}

.f10-swiper-button .swiper-button-prev {
  right: unset;
  left: 0;
}

.f10-swiper-button .swiper-button-next {
  left: calc(48px + 8px);
}

.f10-swiper-button .swiper-button svg {
  display: flex;

  margin: auto;
  width: 20px;
  height: 100%;
}

.f10-swiper-button .swiper-button.swiper-button-prev svg{
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(-180deg);
}

.f10-swiper-button .swiper-button svg path {
  fill: white !important;
}

/* What's in The Box Section */
.f10-whats-in-the-box__section {
  padding-block: 9.5rem 0 !important;
}

.f10-whats-in-the-box__section h2 {
  text-align: center;
}

@media (min-width: 768px) {
  .f10-whats-in-the-box__section {
      padding-block: 23rem !important;
    }

  .f10-whats-in-the-box__section h2 {
    margin-bottom: 6rem !important;
  }
}

.f10-box__wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 13px 8px;
}

@media (min-width: 768px) {
  .f10-box__wrapper {
    grid-template-columns: repeat(3,1fr);
  }
}

.f10-box__wrapper .f10-box__item {
  position: relative;
}

.f10-box__wrapper > .f10-box__item:first-child {
  grid-column: 1 / -1;
}

.f10-whats-in-the-box__section .f10-box__item div {
  position: relative;
}

.f10-whats-in-the-box__section .f10-box__item picture {
  position: relative;
  z-index: 1;
}

.f10-whats-in-the-box__section .f10-box__item p {
  margin-block: 8px 0;
}

@media (min-width: 768px) {
  .f10-box__wrapper .f10-box__item p {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);

    width: max-content;
  }

  .f10-box__wrapper .f10-box__item p br {
    display: none;
  }
}

.f10-whats-in-the-box__section .f10-box__item div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F7F7F7;
  z-index: 0;
}

/* Spec Section */
  .f10-spec__section h2 {
    margin-bottom: 2.8rem;
  }
  
  @media (max-width: 767px) {
    .f10-spec__section img {
      display: none;
    }
  }

  .f10-spec__table {
    padding: 1rem 8px;
    background: #F4F4F4;
    border-radius: 4px;
    color: #404040;
  }
  
  .f10-spec__item {
    padding: 12px 4px;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);

    font-size: 1.4rem;
  }

  .f10-spec__item:first-child, .f10-spec__item:nth-child(4) {
    display: none;
  }

  @media (min-width: 750px) {
    .f10-spec__table {
      background: white;
      padding: 0;
    }
    
    .f10-spec__section h2 {
      margin-bottom: 8rem;
    }
    .f10-spec__table, .f10-spec__table > :nth-child(n + 7) {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

    .f10-spec__table > :nth-child(n + 7) {
      grid-column: 1 / -1;
    }

    .f10-spec__item {
      padding: 4rem 0;
    }
  }


.f10-spec__label {
  font-weight: 500;
}
@media (min-width: 768px) {
  .f10-spec__item:first-child, .f10-spec__item:nth-child(4) {
    display: block;
  }
  .f10-spec__item span {
    display: none;
  }
}