/* Complete 834px homepage composition — Figma node 9178:23718. */
@media (min-width: 600px) and (max-width: 980px) {
  .home .top-bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
  }

  /* Hide promo bar once sticky header is active — header sits flush at top. */
  .home .top-bar.fixed {
    display: none !important;
  }

  .home .top-bar .topbarBox {
    display: none !important;
  }

  .home .top-bar .topbarBox:nth-of-type(2) {
    position: static;
    display: flex !important;
    width: auto;
    opacity: 1;
    transform: none;
  }

  .home header#masthead:not(.fixed),
  .home header#masthead.fixed {
    height: 56px;
  }

  .home header#masthead:not(.fixed) {
    position: relative;
    top: auto !important;
  }

  .home header#masthead.fixed {
    top: 0 !important;
    padding: 0 !important;
  }

  .home header#masthead .container {
    height: 56px;
    padding: 8px 24px;
    box-sizing: border-box;
  }

  .home header#masthead .reviewWidget {
    display: none !important;
  }

  /* Desktop Shop By bar — Figma tablet uses hamburger drawer only. */
  .header-bottom,
  .home .header-bottom {
    display: none !important;
  }

  .desktopCollectionCopy,
  .desktopChooseEyebrow,
  .desktopFloorFinderText,
  .fittingService__titleDesktop {
    display: none !important;
  }

  .mobileCollectionCopy,
  .mobileChooseEyebrow,
  .mobileFloorFinderText,
  .fittingService__titleMobile {
    display: inline;
  }

  .specialOffersSec,
  .specialOffersSec .productList {
    margin-inline: 0 !important;
  }

  /* Hero and category rail. */
  .heroBannerSliderSec,
  .heroBannerSliderSec > .swiper,
  .heroBannerSliderSec .swiper-wrapper,
  .heroBannerSliderSec .swiper-slide {
    width: 100%;
    height: 624px;
  }

  .heroBannerSliderSec {
    position: relative;
    overflow: hidden;
    background: #18a882;
  }

  .heroBannerSliderSec .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .heroBannerSliderSec .mobileHeroContent {
    position: absolute;
    top: 60px;
    left: 50%;
    display: block;
    width: 100%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .heroBannerSliderSec .mobileHeroReview {
    display: flex;
    width: max-content;
    min-height: 40px;
    margin: 0 auto;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(180, 180, 179, 0.4);
    border-radius: 28px;
    background: #fff;
    box-sizing: border-box;
  }

  .heroBannerSliderSec .mobileHeroReview img:first-child {
    width: 24px;
    height: 24px;
  }

  .heroBannerSliderSec .mobileHeroReview img:nth-child(2) {
    width: 78px;
    height: 12px;
  }

  .heroBannerSliderSec .mobileHeroReview span {
    padding-left: 8px;
    border-left: 1px solid rgba(180, 180, 179, 0.4);
    color: rgba(54, 54, 53, 0.5);
    font: 400 14px/24px Lato, sans-serif;
    text-decoration: underline;
  }

  .heroBannerSliderSec .sliderContentWrap,
  .heroBannerSliderSec .sliderContentWrap.has-long-content {
    position: absolute;
    top: 132px !important;
    left: 50%;
    display: flex;
    width: 332px;
    max-width: calc(100% - 48px);
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    transform: translateX(-50%);
    z-index: 4;
  }

  .heroBannerSliderSec .sliderContentWrap::before {
    display: none;
  }

  .heroBannerSliderSec .sliderContentWrap h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.22px;
    text-align: center;
  }

  .heroBannerSliderSec .sliderContentWrap p {
    margin: 0;
    color: #e6f4ef;
    font: 400 16px/24px Lato, sans-serif;
  }

  .heroBannerSliderSec .btnFrostedMint {
    min-height: 54px;
    padding: 15px 20px;
    border-radius: 20px;
  }

  .heroBannerSliderSec .swiper-button-prev,
  .heroBannerSliderSec .swiper-button-next {
    top: 244px !important;
    width: 36px;
    height: 32px;
    margin: 0;
  }

  .heroBannerSliderSec .swiper-button-prev {
    left: calc(50% - 164px);
  }

  .heroBannerSliderSec .swiper-button-next {
    right: calc(50% - 164px);
  }

  .heroBannerSliderSec .swiper-horizontal > .swiper-pagination-bullets,
  .heroBannerSliderSec .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 256px !important;
    bottom: auto !important;
    left: 50% !important;
    width: 176px;
    transform: translateX(-50%);
  }

  .heroBannerSliderSec .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    margin: 0 3px !important;
    border-radius: 10px;
    background: #d5d1c9;
  }

  .heroBannerSliderSec .swiper-pagination-bullet-active {
    width: 72px;
  }

  .findPerfectFloorSec {
    position: relative;
    z-index: 6;
    display: flex;
    width: 100%;
    height: 120px;
    min-height: 120px;
    margin: -120px 0 0;
    padding: 0 16px 30px;
    align-items: flex-end;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    background: transparent;
    box-sizing: border-box;
    scroll-padding-inline: 16px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .findPerfectFloorSec::-webkit-scrollbar {
    display: none;
  }

  .findPerfectFloorSec .colorBoxWrap {
    display: flex;
    width: max-content;
    min-width: max-content;
    gap: 8px;
    padding-right: 16px;
  }

  .findPerfectFloorSec .colorBoxWrap .box,
  .findPerfectFloorSec .colorBoxWrap .box a {
    width: auto;
    height: 88px;
    min-height: 88px;
  }

  .findPerfectFloorSec .colorBoxWrap .box {
    flex: 0 0 auto;
    padding: 0;
    border-radius: 16px;
    background: #e6f4ef;
    scroll-snap-align: start;
  }

  .findPerfectFloorSec .colorBoxWrap .box a {
    display: flex;
    padding: 28px 16px;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-sizing: border-box;
  }

  .findPerfectFloorSec .colorBoxWrap .box figure,
  .findPerfectFloorSec .colorBoxWrap .box h4 {
    margin: 0;
    flex: 0 0 auto;
  }

  .findPerfectFloorSec .colorBoxWrap .box figure img,
  .findPerfectFloorSec .colorBoxWrap .box:first-child figure img {
    width: 32px;
    height: 32px;
    padding: 0;
    object-fit: contain;
  }

  .findPerfectFloorSec .colorBoxWrap .box h4 {
    color: #363635;
    font: 700 16px/24px Lato, sans-serif;
    letter-spacing: 0.2px;
    white-space: nowrap;
  }

  .findPerfectFloorSec .colorBoxWrap .rytarow,
  .findPerfectFloorSec .colorBoxWrap .rytarow svg {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  /* Google reviews. */
  .testimonialSliderSec {
    width: 100%;
    height: 676px;
    min-height: 676px;
    padding: 60px 20px;
    justify-content: flex-end;
    gap: 44px;
    overflow: hidden;
  }

  .testimonialSliderSec > .singleTitle {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.12px;
    text-transform: capitalize;
  }

  .figmaReviews,
  .figmaReviewsSwiper {
    width: 100%;
    height: 495px;
  }

  .figmaReviewsSwiper {
    padding-bottom: 48px;
    overflow: visible;
  }

  .figmaReviewsSwiper .swiper-wrapper,
  .figmaReviewsSwiper .swiper-slide {
    height: 447px;
    min-height: 447px;
  }

  .figmaReviewsSwiper .swiper-slide {
    opacity: 1;
  }

  .figmaReviewCard,
  .figmaReviewsSwiper .swiper-slide-active .figmaReviewCard {
    width: 100%;
    height: 447px;
    padding: 32px 16px;
    border-radius: 10px;
    background: rgba(54, 54, 53, 0.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .figmaReviewCard__header {
    margin-bottom: 24px;
  }

  .figmaReviewCard > p,
  .figmaReviewsSwiper .swiper-slide-active .figmaReviewCard > p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.52px;
    -webkit-line-clamp: 15;
  }

  /* Brand banner and product rails — height comes from brand-banner.css. */
  .rollingBrandBanner {
    width: 100%;
  }

  .bestsellersSec:not(.ecoCollectionSec) {
    height: 642px;
    min-height: 642px;
    padding: 60px 24px;
    overflow: hidden;
  }

  .bestsellersSec:not(.ecoCollectionSec) .heading {
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin: 0 0 32px;
    padding: 0;
  }

  .bestsellersSec:not(.ecoCollectionSec) .bestsellersEyebrow {
    display: none !important;
  }

  .bestsellersSec .heading .left {
    gap: 8px;
  }

  .bestsellersSec .heading h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.12px;
  }

  .bestsellersSec .heading p {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
  }

  .bestsellersSec:not(.ecoCollectionSec) .heading .btnLinkWrap,
  .bestsellersSec:not(.ecoCollectionSec) .btnLinkWrap.onlymobileView {
    display: none !important;
  }

  .bestsellersSec .productList,
  .bestsellersSec .bestsellerSwiper {
    width: 100%;
    height: 442px;
  }

  .bestsellersSec .productList {
    margin: 0 !important;
    padding: 0 !important;
  }

  .bestsellersSec .bestsellerSwiper {
    padding: 0 0 54px !important;
    overflow: visible;
    touch-action: pan-y;
  }

  .bestsellersSec .bestsellerSwiper .swiper-wrapper,
  .bestsellersSec .bestseller-card {
    height: 388px;
    min-height: 388px;
  }

  .bestsellersSec .bestseller-card {
    width: 220px !important;
    border-radius: 20px;
  }

  .bestsellersSec .bestsellerSwiper .product-card,
  .bestsellersSec .bestsellerSwiper .swiper-slide-active .product-card,
  .bestsellersSec .bestsellerSwiper .product-card:hover {
    position: relative;
    display: flex;
    width: 220px;
    max-width: 220px;
    height: 388px;
    min-height: 388px;
    margin: 0 !important;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-radius: 20px;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box;
  }

  .bestsellersSec .product-thumb {
    width: 200px;
    height: 250px;
    flex: 0 0 250px;
    border-radius: 20px;
  }

  .bestsellersSec .title-box {
    position: static;
    display: flex;
    width: 200px;
    height: 30px;
    min-height: 30px;
    margin: 12px 0 0;
    padding: 0;
    flex: 0 0 30px;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
  }

  .bestsellersSec .product-brand {
    position: static;
    display: block;
    width: 100%;
    height: 10px;
    margin: 0 !important;
    color: #30a67f !important;
    font: 400 12px/10px Lato, sans-serif !important;
    letter-spacing: 0.12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bestsellersSec .product-title,
  .bestsellersSec .product-title a {
    position: static;
    display: block;
    width: 100%;
    height: 20px;
    min-height: 20px;
    margin: 0;
    overflow: hidden;
    color: #363635;
    font: 400 16px/20px "Noto Sans", sans-serif;
    letter-spacing: 0.64px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bestsellersSec .price-line {
    position: static;
    display: flex;
    width: 200px;
    height: 16px;
    min-height: 16px;
    margin: 16px 0 0;
    flex: 0 0 16px;
    align-items: baseline;
    gap: 8px;
    line-height: 16px;
  }

  .bestsellersSec .price-line a {
    display: inline-flex;
    align-items: baseline;
    color: #363635;
    font: 700 22px/16px "Noto Sans", sans-serif;
    letter-spacing: 0.22px;
    text-decoration: none;
    white-space: nowrap;
  }

  .bestsellersSec .price-line .price-decimal,
  .bestsellersSec .price-line .sqm {
    top: -0.35em;
    font-size: 14px;
    line-height: 1;
  }

  .bestsellersSec .bestseller-regular-price {
    display: inline-flex !important;
    color: #444441;
    font: 400 14px/16px Lato, sans-serif;
    letter-spacing: 0.2px;
    opacity: 0.6;
    white-space: nowrap;
  }

  .bestsellersSec .swatches {
    width: 200px;
    height: 28px;
    min-height: 28px;
    margin: 16px 0 0;
  }

  .bestsellersSec .product-swatches {
    display: flex;
    min-height: 28px;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
  }

  .bestsellersSec .product-swatches .swatch,
  .bestsellersSec .product-swatches .swatch a,
  .bestsellersSec .product-swatches .swatch img {
    display: block;
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 50%;
  }

  .bestsellersSec .more-swatches,
  .bestsellersSec .more-swatches a {
    margin: 0;
    color: rgba(68, 68, 65, 0.6);
    font: 400 12px/20px Lato, sans-serif;
    white-space: nowrap;
  }

  .bestsellersSec .swiper-pagination {
    position: absolute !important;
    bottom: 0 !important;
    display: flex;
    height: 22px;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
  }

  /* Why customers choose W2W. */
  .chooseUsBecauseSec,
  .chooseUsBecauseSec .choosebg {
    width: 100%;
    height: 782px;
    min-height: 782px;
  }

  .chooseUsBecauseSec .choosebg {
    padding: 60px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    overflow: hidden;
  }

  .chooseUsBecauseSec .chooseUsHeading {
    width: 100%;
    flex: 0 0 auto;
    gap: 12px;
  }

  .chooseUsBecauseSec .chooseUsHeading > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .chooseUsBecauseSec .chooseUsHeading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .chooseUsBecauseSec .chooseUsHeading h2 br {
    display: none;
  }

  .chooseUsBecauseSec .boxWrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .chooseUsBecauseSec .boxWrap .box {
    width: 100%;
    min-height: 0;
    padding: 8px 12px;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 26px;
  }

  .chooseUsBecauseSec .boxWrap .box:nth-child(n + 2)::before {
    top: -14px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: none;
  }

  .chooseUsBecauseSec .boxWrap .box figure,
  .chooseUsBecauseSec .boxWrap .box figure img,
  .chooseUsBecauseSec .boxWrap .box figure svg {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .chooseUsBecauseSec .boxWrap .box h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .chooseUsBecauseSec .boxWrap .box p {
    font-size: 20px;
    line-height: 28px;
  }

  /* Carpet finder. */
  .floorFinderSection {
    width: 100%;
    height: 532px;
  }

  .floorFinderSection__image {
    object-position: center;
  }

  .floorFinderSection__content {
    top: 50%;
    width: 100%;
    max-width: calc(100% - 48px);
    gap: 24px;
    transform: translate(-50%, -50%);
  }

  .floorFinderSection__content h2,
  .floorFinderSection__content p {
    margin: 0;
  }

  .floorFinderSection__content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .floorFinderSection__content p {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
  }

  .floorFinderActions .floorFinderBtn--light {
    display: none;
  }

  .floorFinderBtn {
    min-height: 62px;
    padding: 19px 20px;
    color: #1f8462;
    font-size: 18px;
    line-height: 24px;
    background: #e6f4ef;
  }

  /* Heritage. */
  .heritageStrip {
    width: 100%;
    height: 559.37px;
    min-height: 559.37px;
    padding: 60px 20px;
    flex-direction: column;
    gap: 56px;
    overflow: hidden;
  }

  .heritageStrip__identity {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .heritageStrip__logo {
    width: 166px;
    height: 76.37px;
    flex: 0 0 166px;
  }

  .heritageStrip__trust {
    width: auto;
    flex-direction: row;
    gap: 16px;
  }

  .heritageStrip__story {
    width: 100%;
    flex: 0 0 auto;
    /* Visually matches Figma's 32px trimmed-text spacing in browser layout. */
    gap: 18px;
  }

  .heritageStrip__story h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .heritageStrip__story h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .heritageStrip__story > p {
    font-size: 22px;
    line-height: 32px;
  }

  .heritageStrip__cta {
    width: 100%;
    min-height: 64px;
  }

  /* Special offers. */
  .figmaSpecialOffers {
    width: 100%;
    height: 743px;
    min-height: 743px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .figmaSpecialOffers .heading {
    width: 100%;
    height: 52px;
    min-height: 52px;
    margin: 0 0 32px;
    padding: 0;
  }

  .figmaSpecialOffers .heading .left {
    width: 100%;
    gap: 0;
  }

  .figmaSpecialOffers .heading h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .figmaSpecialOffers .heading p {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
  }

  .figmaSpecialOffers .productList,
  .figmaSpecialOffers .mySpecialSwiper {
    width: 100%;
    height: 551px;
    margin: 0 !important;
    padding-inline: 0 !important;
  }

  .figmaSpecialOffers .mySpecialSwiper {
    padding-bottom: 66px !important;
    overflow: visible;
    touch-action: pan-y;
  }

  .figmaSpecialOffers .mySpecialSwiper .swiper-slide {
    width: 220px !important;
    height: 485px;
    min-height: 485px;
  }

  .figmaSpecialOffers .mySpecialSwiper .swiper-slide-active .product-card,
  .figmaSpecialOffers .mySpecialSwiper .product-card:hover {
    background: transparent !important;
    box-shadow: none !important;
  }

  .figmaSpecialOffers .title-box {
    display: block;
    height: 36px;
    overflow: visible;
  }

  .figmaSpecialOffers .product-brand {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    line-height: 10px !important;
  }

  .figmaSpecialOffers .product-title,
  .figmaSpecialOffers .product-title a {
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .figmaSpecialOffers .ShorDescription {
    height: 72px;
    color: #363635;
    font: 400 14px/24px Lato, sans-serif;
    letter-spacing: 0.2px;
  }

  .figmaSpecialOffers .ShorDescription p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .figmaSpecialOffers .ShorDescription strong,
  .figmaSpecialOffers .ShorDescription b {
    font-weight: 700;
  }

  .figmaSpecialOffers .loop-action-box .btn-add-to-cart {
    border-radius: 32px;
  }

  .figmaSpecialOffers .swiper-button-prev,
  .figmaSpecialOffers .swiper-button-next {
    display: none !important;
  }

  .figmaSpecialOffers .btnLinkWrap.onlymobileView {
    display: none !important;
  }

  /* Professional fitting. */
  .fittingService {
    width: 100%;
    height: 1104.08px;
    min-height: 1104.08px;
    padding: 60px 20px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .fittingService__heading {
    display: contents;
  }

  .fittingService__locations--map {
    display: none !important;
  }

  .fittingService__locations--content {
    display: grid;
  }

  .fittingService__mapKey {
    display: contents;
  }

  .fittingService__content {
    width: 100%;
    height: 526px;
    min-height: 0;
    padding: 0;
    gap: 52px;
  }

  .fittingService__stack {
    gap: 24px;
  }

  .fittingService__icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    flex: 0 0 64px;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .fittingService__icon img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }

  .fittingService__content h2 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .fittingService__copy {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.52px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .fittingService__copy p {
    margin-bottom: 16px;
  }

  .fittingService__locations {
    width: 235px;
    margin: 0;
    grid-template-columns: 92px 99px;
    gap: 12px 44px;
  }

  .fittingService__cta {
    width: 100%;
    height: 62px;
    min-height: 62px;
    text-transform: none;
  }

  .fittingService__mapPanel {
    width: 100%;
    max-width: none;
    height: 414.08px;
    margin-top: 44px;
    overflow: hidden;
    aspect-ratio: auto;
  }

  .fittingService__mapStage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .fittingService__mapFlat--desktop {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 1;
  }

  .fittingService__map {
    display: none !important;
  }

  .fittingService__mapLabels {
    display: block;
  }

  .fittingService__legend {
    top: auto;
    bottom: 2%;
    right: 2%;
    left: auto;
    gap: 6px;
    font-size: 10px;
    line-height: 10px;
    transform: none;
  }

  .fittingService__legend > span {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  /* Eco collection. */
  .ecoCollectionSec {
    width: 100%;
    height: 760px;
    min-height: 760px;
    padding: 70px 24px 60px;
    overflow: hidden;
  }

  .ecoCollectionSec .heading {
    width: 100%;
    height: 52px;
    min-height: 52px;
    flex: 0 0 52px;
    margin: 0 0 32px;
    padding: 0;
  }

  .ecoCollectionSec .heading .left {
    width: 100%;
    gap: 0;
  }

  .ecoCollectionSec .heading h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.12px;
  }

  .ecoCollectionSec .heading p {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
  }

  .ecoCollectionSec .heading .btnLinkWrap {
    display: none !important;
  }

  .ecoCollectionSec .productList,
  .ecoCollectionSec .bestsellerSwipereco {
    width: 100%;
    height: 442px;
    margin: 0 !important;
    padding-inline: 0 !important;
  }

  .ecoCollectionSec .bestsellerSwipereco {
    padding-bottom: 54px !important;
    overflow: visible;
    touch-action: pan-y;
  }

  .ecoCollectionSec .bestsellerSwipereco .swiper-wrapper,
  .ecoCollectionSec .bestsellerSwipereco .bestseller-card {
    height: 388px;
    min-height: 388px;
  }

  .ecoCollectionSec .bestsellerSwipereco .bestseller-card {
    width: 220px !important;
  }

  .ecoCollectionSec .bestsellerSwipereco .swiper-slide-active .product-card,
  .ecoCollectionSec .bestsellerSwipereco .product-card:hover {
    background: transparent !important;
    box-shadow: none !important;
  }

  .ecoCollectionSec .swiper-button-prev,
  .ecoCollectionSec .swiper-button-next {
    display: none !important;
  }

  .ecoCollectionSec .btnLinkWrap.onlymobileView {
    display: flex !important;
    width: 100%;
    height: 72px;
    margin: 32px 0 0;
  }

  .ecoCollectionSec .btnLinkWrap.onlymobileView a {
    width: 100%;
    height: 72px;
    border: 0;
    border-radius: 10px;
    color: #30a67f;
    font: 600 20px/20px "Noto Sans", sans-serif;
    background: #e6f4ef;
    box-shadow: none;
  }

  /* FAQ. */
  .faqSec {
    width: 100%;
    min-height: 1017.6px;
    padding: 30px 20px 60px;
    background: #f5fbf9;
  }

  .faqSec .singleTitle {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.12px;
  }

  .faqSec .accordion-item,
  .faqSec .accordion-item.open {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(48, 166, 127, 0.55);
    background: transparent;
  }

  .faqSec .accordion-item:not(.open):hover {
    background: transparent;
  }

  .faqSec .accordion-header,
  .faqSec .accordion-header.active {
    min-height: 64px;
    color: #1f8462;
    font: 700 18px/25px Lato, sans-serif;
    letter-spacing: 0.432px;
  }

  .faqSec .accordion-header.active {
    min-height: 40px;
    color: #000;
  }

  .faqSec .accordion-header .icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .faqSec .accordion-content {
    margin-top: 22px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.52px;
  }

  .faqSec .accordion-content p,
  .faqSec .accordion-content ul,
  .faqSec .accordion-content ol {
    margin-bottom: 30px;
  }

  .faqSec .accordion-content ul,
  .faqSec .accordion-content ol {
    padding-left: 24px;
  }

  .faqSec .faqReadMore {
    margin-top: 32px;
    width: auto;
    max-width: none;
    height: auto;
    padding: 18px 32px;
    border: 1px solid #30a67f;
    color: #30a67f;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.22px;
    background: transparent;
  }

  /* Customer service. */
  .customerCareCta {
    width: 100%;
    height: 480px;
    min-height: 480px;
    padding: 60px 28px;
    align-items: flex-start;
    justify-content: center;
    gap: 56px;
    overflow: hidden;
  }

  .customerCareCta__heading {
    width: 100%;
    flex: 0 0 auto;
    gap: 24px;
  }

  .customerCareCta__eyebrow {
    font-size: 16px;
    line-height: 12px;
  }

  .customerCareCta__heading h2 {
    width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .customerCareCta__content {
    width: 100%;
    flex: 0 0 auto;
    gap: 56px;
  }

  .customerCareCta__content p {
    font-size: 22px;
    line-height: 36px;
  }

  .customerCareCta__content a {
    width: 100%;
    height: 62px;
    min-height: 62px;
    font-size: 20px;
  }
}
