/* Complete 360px homepage composition — Figma node 9178:19055. */
.mobileHeroContent,
.mobileCollectionCopy,
.mobileChooseEyebrow,
.mobileFloorFinderText {
  display: none;
}

@media (max-width: 599px) {
  /* Prevent any section from forcing horizontal page scroll. */
  html,
  body,
  .home,
  #page,
  #content,
  .site-content {
    max-width: 100%;
    overflow-x: clip;
  }

  .home .top-bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    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) {
    position: relative;
    top: auto !important;
    left: auto;
    height: 56px;
  }

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

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

  /* Mobile search icon — Figma 9292:8416 (16px icon, 12px pad, no circle border). */
  header#masthead .SearchWrap {
    width: auto !important;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
  }

  header#masthead .header-search-form {
    display: flex;
    align-items: center;
  }

  header#masthead .w2wasp__searchbox {
    float: none;
    display: flex !important;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 12px;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: 0 !important;
    border-radius: 40px;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
  }

  header#masthead .w2wasp__searchbox svg {
    display: block;
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px;
  }

  header#masthead .rightSideMenu {
    gap: 0 !important;
    margin-left: 14px !important;
    padding: 0;
  }

  header#masthead .rightSideMenu .cart-contents {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
  }

  header#masthead .rightSideMenu .cart-contents svg {
    width: 24px;
    height: 24px;
  }

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

  /* Figma mobile shop-by banner (node 9292:8400). */
  .home .header-bottom {
    display: flex !important;
    position: relative;
    top: auto !important;
    width: 100%;
    height: 56px;
    min-height: 56px;
    padding: 0;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(48, 166, 127, 0.24);
    background: #b9e1d4;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    z-index: 998;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    touch-action: pan-x;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .home .header-bottom::-webkit-scrollbar {
    display: none;
  }

  .home .header-bottom ul {
    display: flex;
    width: max-content;
    min-width: 100%;
    height: 56px;
    margin: 0;
    padding: 0;
    gap: 0;
    list-style: none;
  }

  .home .header-bottom ul li {
    display: flex;
    flex: 0 0 auto;
    min-width: 0;
    margin: 0;
    border-left: 1px solid rgba(48, 166, 127, 0.24);
  }

  .home .header-bottom ul li:first-child {
    border-left: 0;
  }

  .home .header-bottom ul li a {
    display: flex;
    width: auto;
    min-width: 152px;
    height: 100%;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #000;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .home .header-bottom ul li a span:first-child {
    flex: 1 1 auto;
  }

  .home .header-bottom ul li.is-active {
    background: #30a67f;
  }

  .home .header-bottom ul li.is-active a {
    color: #fff;
    font-weight: 700;
  }

  .home .header-bottom ul li a:hover {
    color: #000;
    text-decoration: none;
  }

  .home .header-bottom ul li.is-active a:hover {
    color: #fff;
  }

  .home .header-bottom .shop-link-plus {
    display: flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
  }

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

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

  /* Beat legacy responsive.css shared homepage rules. */
  .chooseUsBecauseSec .homeCtaSec {
    display: none !important;
  }

  .chooseUsBecauseSec h2,
  .chooseUsBecauseSec .boxWrap .box h3 {
    text-align: left !important;
  }

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

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

  .specialOffersSec .swiper-slide:first-child {
    margin-left: 0 !important;
  }

  /* Hero and flooring category rail — same ACF slides as desktop, no color overlay. */
  .heroBannerSliderSec,
  .heroBannerSliderSec > .swiper,
  .heroBannerSliderSec .swiper-wrapper,
  .heroBannerSliderSec .swiper-slide {
    width: 100%;
    height: 620px !important;
  }

  .heroBannerSliderSec {
    position: relative;
    overflow: hidden;
    background: transparent;
  }

  .heroBannerSliderSec .swiper-slide,
  .heroBannerSliderSec .swiper-slide[data-swiper-slide-index="0"],
  .heroBannerSliderSec .swiper-slide[data-swiper-slide-index="1"] {
    background-image: var(--hero-bg-mobile, var(--hero-bg-desktop));
    background-color: transparent !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .heroBannerSliderSec .sliderContentWrap,
  .heroBannerSliderSec .swiper-slide[data-swiper-slide-index="0"] .sliderContentWrap,
  .heroBannerSliderSec .swiper-slide[data-swiper-slide-index="1"] .sliderContentWrap {
    display: flex !important;
    position: absolute;
    top: 102px;
    left: 50%;
    width: calc(100% - 28px);
    max-width: 332px;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    transform: translateX(-50%);
    z-index: 5;
  }

  .heroBannerSliderSec .sliderContentWrap.has-long-content {
    top: 90px;
  }

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

  .heroBannerSliderSec h2 {
    width: 100%;
    max-width: 302px;
    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-transform: capitalize;
  }

  .heroBannerSliderSec .sliderContentWrap p {
    width: 100%;
    max-width: 302px;
    margin: 0;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .heroBannerSliderSec .btnFrostedMint {
    margin-top: 8px;
    height: 40px;
    padding: 0 20px;
    border-radius: 24px;
    background: #e6f4ef;
  }

  .heroBannerSliderSec .btnFrostedMint .label,
  .heroBannerSliderSec .btnFrostedMint:hover .label {
    padding: 0;
    color: #1f8462;
    font-size: 14px;
    line-height: 24px;
  }

  .mobileHeroContent {
    position: absolute;
    top: 48px;
    left: 14px;
    display: flex;
    width: calc(100% - 28px);
    flex-direction: column;
    align-items: center;
    z-index: 5;
    pointer-events: none;
  }

  .mobileHeroReview {
    display: flex;
    height: 42px;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border: 0.5px solid rgba(180, 180, 179, 0.4);
    border-radius: 28px;
    background: #fff;
    box-sizing: border-box;
  }

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

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

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

  .mobileHeroContent h1 {
    display: none;
  }

  /* Hero nav — Figma 9292:8473 (arrows + one-line pill dots). */
  .heroBannerSliderSec .swiper-button-prev,
  .heroBannerSliderSec .swiper-button-next {
    top: 277px !important;
    width: 36px !important;
    height: 32px !important;
    margin: 0 !important;
    border-radius: 16px;
    background-color: rgba(54, 54, 53, 0.24);
    z-index: 6;
  }

  .heroBannerSliderSec .swiper-button-prev {
    left: 24px !important;
  }

  .heroBannerSliderSec .swiper-button-next {
    right: 24px !important;
  }

  .heroBannerSliderSec .swiper-button-prev::after,
  .heroBannerSliderSec .swiper-button-next::after {
    font-size: 16px !important;
  }

  .heroBannerSliderSec .swiper-horizontal > .swiper-pagination-bullets,
  .heroBannerSliderSec .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 281px !important;
    bottom: auto !important;
    left: 50% !important;
    width: max-content !important;
    max-width: calc(100% - 160px) !important;
    height: 8px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    transform: translateX(-50%) !important;
    z-index: 6;
    white-space: nowrap;
  }

  .heroBannerSliderSec .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .heroBannerSliderSec .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
  .heroBannerSliderSec .swiper-pagination-bullet {
    flex: 0 0 auto !important;
    width: 20px !important;
    height: 8px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background-color: #d5d1c9 !important;
    opacity: 1 !important;
  }

  /* Active pill — Figma 9292:8477 (72×8 track, 36px fill). */
  .heroBannerSliderSec .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
  .heroBannerSliderSec .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active,
  .heroBannerSliderSec .swiper-pagination-bullet.swiper-pagination-bullet-active {
    flex: 0 0 72px !important;
    width: 72px !important;
    min-width: 72px !important;
    background-color: #d5d1c9 !important;
  }

  .heroBannerSliderSec .swiper-pagination-bullet-active::before {
    background-color: #37856a !important;
  }

  .heroBannerSliderSec .controls {
    display: none !important;
  }

  /* Figma mobile category cards (node 9292:8487). */
  .findPerfectFloorSec {
    position: relative;
    min-height: 108px;
    height: 108px;
    margin-top: -108px;
    padding: 0 0 30px;
    overflow: hidden;
    z-index: 8;
    box-sizing: border-box;
  }

  .findPerfectFloorSec .colorBoxWrap {
    display: flex;
    width: 100%;
    padding: 0 16px;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    touch-action: pan-x;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

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

  .findPerfectFloorSec .colorBoxWrap .box {
    display: block;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #e6f4ef;
  }

  .findPerfectFloorSec .colorBoxWrap .box a,
  .findPerfectFloorSec .colorBoxWrap .box a.link-box {
    display: grid !important;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    width: auto;
    min-width: max-content;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 12px 16px;
    flex-direction: unset !important;
    align-items: center;
    justify-content: center;
    justify-items: start;
    column-gap: 4px;
    row-gap: 10px;
    line-height: normal;
    box-sizing: border-box;
  }

  .findPerfectFloorSec .colorBoxWrap .box figure {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

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

  .findPerfectFloorSec .colorBoxWrap .box h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: #363635;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: none;
    white-space: nowrap;
  }

  .findPerfectFloorSec .colorBoxWrap .rytarow {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex !important;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    flex: none;
    align-items: center;
    justify-content: center;
    justify-self: center;
    line-height: 0;
  }

  .findPerfectFloorSec .colorBoxWrap .rytarow svg {
    width: 20px;
    height: 20px;
  }

  /* Google reviews — active card centered with side peeks. */
  .testimonialSliderSec {
    height: 676px;
    min-height: 676px;
    padding: 60px 0;
    justify-content: flex-start;
    gap: 44px;
    overflow: hidden;
  }

  .testimonialSliderSec > .singleTitle {
    padding: 0 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.12px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

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

  .figmaReviewsSwiper {
    width: 100%;
    height: 495px;
    padding-bottom: 48px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .figmaReviewsSwiper .swiper-wrapper {
    align-items: stretch;
  }

  .figmaReviewsSwiper .swiper-slide {
    height: 447px;
    min-height: 447px;
    box-sizing: border-box;
  }

  .figmaReviewCard {
    padding: 32px 16px 16px;
    border-radius: 10px;
  }

  .figmaReviewCard__header {
    margin-bottom: 24px;
  }

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

  /* Brand statement — Figma node 9292:8567. */
  .rollingBrandBanner {
    display: flex;
    width: 100%;
    height: 184px;
    min-height: 184px;
    padding: 50px 16px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #30a67f;
    box-sizing: border-box;
  }

  .rollingBrandBanner p {
    width: 100%;
    max-width: 328px;
    margin: 0;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    white-space: normal;
  }

  /* Shared mobile product rails. */
  .bestsellersSec .bestsellerSwiper .swiper-slide,
  .figmaSpecialOffers .mySpecialSwiper .swiper-slide {
    width: 220px !important;
  }

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

  /* Our Bestsellers — Figma node 9292:8568. */
  .home .bestsellersSec:not(.ecoCollectionSec),
  .bestsellersSec:not(.ecoCollectionSec) {
    display: block;
    width: 100%;
    min-height: 706px;
    height: auto;
    padding: 60px 24px !important;
    overflow: visible;
    background: #fff;
    box-sizing: border-box;
  }

  .home .bestsellersSec:not(.ecoCollectionSec) > .container,
  .bestsellersSec:not(.ecoCollectionSec) > .container {
    display: flex;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0 !important;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .bestsellersSec:not(.ecoCollectionSec) .heading {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    flex: 0 0 auto;
    align-items: flex-start;
  }

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

  .bestsellersSec:not(.ecoCollectionSec) .heading .left {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .bestsellersSec:not(.ecoCollectionSec) .heading h2,
  .bestsellersSec:not(.ecoCollectionSec) .heading p {
    width: 100%;
    margin: 0;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .bestsellersSec:not(.ecoCollectionSec) .heading h2 {
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.12px;
    text-transform: capitalize;
  }

  .bestsellersSec:not(.ecoCollectionSec) .heading p,
  .bestsellersSec:not(.ecoCollectionSec) .heading .mobileCollectionCopy {
    display: block !important;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
  }

  .bestsellersSec:not(.ecoCollectionSec) .productList {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    overflow: visible;
  }

  /* Kill desktop arrow insets (bestsellers.css 42px) so cards align with title + peek to the edge. */
  .bestsellersSec:not(.ecoCollectionSec) .bestsellerSwiper,
  .bestsellersSec:not(.ecoCollectionSec) .productList .bestsellerSwiper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 !important;
    overflow: visible !important;
    touch-action: pan-y;
    box-sizing: border-box;
  }

  .bestsellersSec:not(.ecoCollectionSec) .bestsellerSwiper .swiper-wrapper,
  .bestsellersSec:not(.ecoCollectionSec) .bestseller-card {
    height: auto;
    min-height: 388px;
  }

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

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

  .bestsellersSec:not(.ecoCollectionSec) .product-thumb {
    position: relative;
    width: 200px;
    height: 250px;
    flex: 0 0 250px;
    overflow: hidden;
    border-radius: 20px;
  }

  .bestsellersSec:not(.ecoCollectionSec) .product-thumb > a,
  .bestsellersSec:not(.ecoCollectionSec) .product-thumb > a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  /* Wishlist / Compare — Figma 32px, right/top 16, gap 12. */
  .bestsellersSec:not(.ecoCollectionSec) .product-icons {
    top: 16px !important;
    right: 16px !important;
    gap: 12px !important;
    width: auto !important;
    max-width: none;
    align-items: flex-end;
  }

  .bestsellersSec:not(.ecoCollectionSec) .product-icons .wishlsbn,
  .bestsellersSec:not(.ecoCollectionSec) .product-icons .yith-add-to-wishlist-button-block,
  .bestsellersSec:not(.ecoCollectionSec) .product-icons .compare-button {
    width: auto;
    height: auto;
    max-width: none;
  }

  .bestsellersSec:not(.ecoCollectionSec)
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor,
  .bestsellersSec:not(.ecoCollectionSec)
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button,
  .bestsellersSec:not(.ecoCollectionSec) .product-thumb .product-icons a.add-to-compare,
  .bestsellersSec:not(.ecoCollectionSec) .product-thumb .product-icons a.compare {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 7px !important;
    border-radius: 20px !important;
    background: rgba(48, 166, 127, 0.8) !important;
  }

  .bestsellersSec:not(.ecoCollectionSec)
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button
    svg.yith-wcwl-icon-svg,
  .bestsellersSec:not(.ecoCollectionSec)
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button
    img,
  .bestsellersSec:not(.ecoCollectionSec) .product-thumb .product-icons a.add-to-compare img,
  .bestsellersSec:not(.ecoCollectionSec) .product-thumb .product-icons a.compare img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
  }

  /* Contents: brand/title → 16 → price → 16 → colours (Figma 9292:8579). */
  .bestsellersSec:not(.ecoCollectionSec) .title-box {
    position: static;
    display: flex;
    width: 200px;
    height: auto;
    min-height: 0;
    margin: 12px 0 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    overflow: visible;
  }

  .bestsellersSec:not(.ecoCollectionSec) .product-brand {
    position: static;
    display: block;
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
    color: #30a67f !important;
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .bestsellersSec:not(.ecoCollectionSec) .product-title {
    display: block !important;
    position: static;
    width: 100%;
    min-height: 24px;
    margin: 0;
    overflow: hidden;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .bestsellersSec:not(.ecoCollectionSec) .product-title a {
    display: block;
    position: static;
    width: 100%;
    overflow: hidden;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .bestsellersSec:not(.ecoCollectionSec) .price-line {
    display: flex !important;
    position: static;
    width: 200px;
    height: auto;
    min-height: 32px;
    margin: 12px 0 0;
    align-items: flex-end;
    gap: 8px;
    overflow: visible;
    line-height: 1;
  }

  .bestsellersSec:not(.ecoCollectionSec) .price-line a {
    display: inline-flex;
    align-items: baseline;
    overflow: visible;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.22px;
    text-decoration: none;
    white-space: nowrap;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .bestsellersSec:not(.ecoCollectionSec) .price-line .price-decimal,
  .bestsellersSec:not(.ecoCollectionSec) .price-line .sqm {
    position: relative;
    top: -0.35em;
    font-size: 14.19px;
    line-height: 1;
  }

  .bestsellersSec:not(.ecoCollectionSec) .bestseller-regular-price {
    display: inline-flex !important;
    align-items: baseline;
    overflow: visible;
    color: #444441;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    opacity: 0.6;
    white-space: nowrap;
    text-decoration: line-through;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .bestsellersSec:not(.ecoCollectionSec) .swatches {
    position: static;
    width: 200px;
    min-height: 28px;
    margin: 12px 0 0;
    overflow: visible;
  }

  .bestsellersSec:not(.ecoCollectionSec) .product-swatches {
    display: flex;
    min-height: 28px;
    margin: 0;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
  }

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

  .bestsellersSec:not(.ecoCollectionSec) .product-swatches .swatch {
    flex: 0 0 28px;
    overflow: hidden;
    border: 0;
  }

  .bestsellersSec:not(.ecoCollectionSec) .product-swatches .swatch img {
    border: 1px solid rgba(54, 54, 53, 0.25);
    object-fit: cover;
  }

  .bestsellersSec:not(.ecoCollectionSec) .more-swatches,
  .bestsellersSec:not(.ecoCollectionSec) .more-swatches a {
    margin: 0;
    color: rgba(68, 68, 65, 0.6);
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
    white-space: nowrap;
    text-decoration: none;
  }

  .bestsellersSec:not(.ecoCollectionSec) .swiper-pagination,
  .bestsellersSec.specialOffersSec:not(.ecoCollectionSec)
    .productList
    .swiper-pagination {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex;
    width: 100%;
    height: 12px;
    margin: 30px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 0;
  }

  .bestsellersSec:not(.ecoCollectionSec) .swiper-pagination .swiper-pagination-bullet,
  .bestsellersSec.specialOffersSec:not(.ecoCollectionSec)
    .productList
    .swiper-pagination
    span.swiper-pagination-bullet {
    display: block;
    width: 10px !important;
    min-width: 10px;
    height: 10px !important;
    margin: 0 !important;
    flex: 0 0 10px;
    border-radius: 50%;
    opacity: 1;
    background: #ebebea;
    transform: none !important;
  }

  .bestsellersSec:not(.ecoCollectionSec)
    .swiper-pagination
    .swiper-pagination-bullet-active,
  .bestsellersSec.specialOffersSec:not(.ecoCollectionSec)
    .productList
    .swiper-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px !important;
    min-width: 12px;
    height: 12px !important;
    flex-basis: 12px;
    background: #30a67f;
  }

  .bestsellersSec:not(.ecoCollectionSec) .btnLinkWrap.onlymobileView {
    display: flex !important;
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin: 0 !important;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
  }

  .bestsellersSec:not(.ecoCollectionSec) .btnLinkWrap.onlymobileView a {
    display: flex;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 16px 22px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 10px;
    color: #30a67f;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
    background: #e6f4ef;
    box-shadow: none;
    box-sizing: border-box;
  }

  .bestsellersSec:not(.ecoCollectionSec) .btnLinkWrap.onlymobileView svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  /* Why choose W2W — Figma node 9514:7068. */
  .chooseUsBecauseSec {
    padding: 0 !important;
  }

  .chooseUsBecauseSec,
  .chooseUsBecauseSec .choosebg {
    height: auto;
    min-height: 0;
  }

  .chooseUsBecauseSec .choosebg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 60px 24px;
    gap: 40px;
    border-radius: 0;
    background: #30a67f;
    box-sizing: border-box;
  }

  .chooseUsBecauseSec .chooseUsHeading {
    display: flex;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .chooseUsBecauseSec .chooseUsHeading > span {
    color: #e6f4ef;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .chooseUsBecauseSec .chooseUsHeading h2 {
    margin: 0 !important;
    color: #e6f4ef;
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    text-align: left;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

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

  .chooseUsBecauseSec .boxWrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0;
    /* Figma: box + 20px + divider + 20px + box → 40px between boxes. */
    gap: 40px;
  }

  .chooseUsBecauseSec .boxWrap .box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 8px 0;
    flex: 0 0 auto;
    gap: 26px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-sizing: border-box;
  }

  .chooseUsBecauseSec .boxWrap .box:nth-child(n + 2)::before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: rgba(230, 244, 239, 0.42);
    transform: none;
  }

  .chooseUsBecauseSec .boxWrap .box figure {
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
  }

  .chooseUsBecauseSec .boxWrap .box figure img,
  .chooseUsBecauseSec .boxWrap .box figure svg {
    display: block;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .chooseUsBecauseSec .boxWrap .box .cont {
    display: flex;
    width: 100% !important;
    min-width: 0;
    flex: 1 1 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .chooseUsBecauseSec .boxWrap .box h3 {
    margin: 0;
    color: #e6f4ef;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.22px;
    white-space: normal;
    text-align: left !important;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .chooseUsBecauseSec .boxWrap .box p {
    margin: 0;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 0.52px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  /* Shopping for Carpet — Figma node 9292:8824. */
  .floorFinderSection {
    width: 100%;
    height: 532px;
    margin: 0;
  }

  .floorFinderSection__media {
    height: 100%;
  }

  .floorFinderSection__image {
    content: url("../images/mobile-floor-finder.png");
    object-fit: cover;
    object-position: center;
    transform: none;
  }

  /* Figma Ellipse 216 (9292:8825) — soft dark glow behind headline + copy. */
  .floorFinderSection__media::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 294px;
    height: 439px;
    border-radius: 50%;
    background: radial-gradient(
      ellipse at center,
      #353535 0%,
      rgba(9, 54, 39, 0.7) 100%
    );
    filter: blur(100px);
    opacity: 0.6;
    transform: translate(-50%, -50%) rotate(-75deg);
    z-index: 1;
    pointer-events: none;
  }

  .floorFinderSection__content {
    top: 50%;
    left: 50%;
    display: flex;
    width: calc(100% - 48px);
    max-width: none;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
    color: #e6f4ef;
    text-align: center;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
  }

  .floorFinderSection__content h2,
  .floorFinderSection__content p {
    margin: 0;
    width: 100%;
    color: #e6f4ef;
    text-align: center;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

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

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

  .floorFinderActions {
    display: flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .floorFinderBtn--light {
    display: none !important;
  }

  .floorFinderBtn--brand {
    display: inline-flex;
    width: auto;
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 19px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(54, 54, 53, 0.5);
    border-radius: 20px;
    color: #1f8462;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    background: #e6f4ef;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
  }

  .floorFinderBtn--brand:hover {
    color: #1f8462;
    background: #e6f4ef;
    text-decoration: none;
  }

  /* Heritage and trust — Figma node 9292:8830. */
  .heritageStrip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 60px 24px;
    gap: 40px;
    overflow: visible;
    background: #444441;
    box-sizing: border-box;
  }

  .heritageStrip__identity {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
  }

  .heritageStrip__logo {
    display: block;
    width: 166px;
    height: 76.367px;
    flex: 0 0 auto;
  }

  .heritageStrip__trust {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .heritageStrip__badge {
    display: inline-flex;
    width: auto;
    min-height: 0;
    height: auto;
    padding: 10px 9px;
    align-items: center;
    gap: 7px;
    border: 1px solid #e6f4ef;
    border-radius: 8px;
    color: #30a67f;
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    background: #f5fbf9;
    box-sizing: border-box;
  }

  .heritageStrip__badge img {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .heritageStrip__story {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    border-radius: 20px;
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.06);
  }

  .heritageStrip__story h2 {
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .heritageStrip__story h2 strong {
    color: #30a67f;
    font-weight: 700;
  }

  .heritageStrip__story h3 {
    width: 100%;
    margin: 0;
    color: #e6f4ef;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .heritageStrip__story > p {
    width: 100%;
    margin: 0;
    color: #ebebea;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.52px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .heritageStrip__cta {
    display: inline-flex;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 17px 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #e6f4ef;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-transform: capitalize;
    background: #30a67f;
    box-sizing: border-box;
  }

  .heritageStrip__cta:hover {
    color: #e6f4ef;
    background: #1f8462;
    text-decoration: none;
  }

  /* Special offers — Figma node 9292:8867. */
  .home .figmaSpecialOffers,
  .figmaSpecialOffers {
    display: block;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 60px 24px !important;
    overflow: visible;
    background: #fff;
    box-sizing: border-box;
  }

  .home .figmaSpecialOffers > .container,
  .figmaSpecialOffers > .container {
    display: flex;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0 !important;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .figmaSpecialOffers .heading {
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    overflow: visible;
  }

  .figmaSpecialOffers .heading .left {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .figmaSpecialOffers .heading h2 {
    width: 100%;
    margin: 0;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.12px;
    text-transform: capitalize;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .figmaSpecialOffers .heading p {
    width: 100%;
    margin: 0;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .figmaSpecialOffers .productList {
    height: auto;
    min-height: 0;
    margin: 0 -24px 0 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    overflow: visible;
    /* Bleed past section right padding so the next card peeks to the viewport edge (Figma 9292:8867). */
    width: calc(100% + 24px);
  }

  /* Kill desktop arrow insets (special-offers.css 46px) so cards align with title. */
  .figmaSpecialOffers .mySpecialSwiper,
  .figmaSpecialOffers .productList .mySpecialSwiper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 !important;
    overflow: visible !important;
    touch-action: pan-y;
    box-sizing: border-box;
  }

  .figmaSpecialOffers .mySpecialSwiper .swiper-wrapper,
  .figmaSpecialOffers .mySpecialSwiper .swiper-slide {
    height: auto;
    min-height: 0;
  }

  .figmaSpecialOffers .mySpecialSwiper .swiper-slide {
    width: 220px !important;
    border-radius: 20px;
    overflow: visible;
  }

  .figmaSpecialOffers .mySpecialSwiper .product-card,
  .figmaSpecialOffers .mySpecialSwiper .swiper-slide-active .product-card,
  .figmaSpecialOffers .mySpecialSwiper .product-card:hover,
  .figmaSpecialOffers .mySpecialSwiper .swiper-slide:hover .product-card {
    position: relative;
    display: grid;
    width: 220px;
    max-width: 220px;
    min-height: 0;
    height: auto;
    margin: 0 !important;
    padding: 10px;
    grid-template-columns: 200px;
    grid-template-rows: auto auto auto auto auto;
    align-content: start;
    gap: 12px;
    overflow: visible !important;
    border-radius: 20px;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box;
  }

  .figmaSpecialOffers .product-thumb {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: 200px;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
  }

  .figmaSpecialOffers .product-thumb > a,
  .figmaSpecialOffers .product-thumb > a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  /* Wishlist / Compare — Figma 9292:8867 (32px, top/right 16, gap 12, 24px icons). */
  .figmaSpecialOffers .product-icons {
    top: 16px !important;
    right: 16px !important;
    gap: 12px !important;
    width: auto !important;
    max-width: none;
    align-items: flex-end;
    z-index: 5;
  }

  .figmaSpecialOffers .product-icons .wishlsbn,
  .figmaSpecialOffers .product-icons .yith-add-to-wishlist-button-block,
  .figmaSpecialOffers .product-icons .compare-button {
    width: auto;
    height: auto;
    max-width: none;
    background: transparent !important;
    overflow: visible;
  }

  .figmaSpecialOffers
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor,
  .figmaSpecialOffers
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button,
  .figmaSpecialOffers .product-thumb .product-icons a.add-to-compare,
  .figmaSpecialOffers .product-thumb .product-icons a.compare {
    display: inline-flex !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    padding: 7px !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: rgba(48, 166, 127, 0.8) !important;
    box-sizing: border-box;
  }

  .figmaSpecialOffers
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button
    svg.yith-wcwl-icon-svg,
  .figmaSpecialOffers
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button
    img,
  .figmaSpecialOffers .product-thumb .product-icons a.add-to-compare img,
  .figmaSpecialOffers .product-thumb .product-icons a.compare img,
  .figmaSpecialOffers .product-thumb .product-icons a.add-to-compare .onadd img,
  .figmaSpecialOffers .product-thumb .product-icons a.add-to-compare .onadded img {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: contain !important;
    background: transparent !important;
    border-radius: 0 !important;
    flex-shrink: 0;
  }

  .figmaSpecialOffers .product-thumb .product-icons a.add-to-compare .compare_label,
  .figmaSpecialOffers .product-thumb .product-icons a.add-to-compare .label,
  .figmaSpecialOffers .product-thumb .product-icons .yith-wcwl-add-to-wishlist-button__label,
  .figmaSpecialOffers .product-thumb .product-icons .yith-wcwl-add-to-wishlist-button span:not(.yith-wcwl-icon) {
    display: none !important;
  }

  .figmaSpecialOffers .title-box {
    position: static;
    grid-column: 1;
    grid-row: 2;
    display: flex;
    width: 200px;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    overflow: visible;
  }

  .figmaSpecialOffers .product-brand {
    position: static;
    display: block;
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
    color: #30a67f !important;
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 20px !important;
    letter-spacing: 0.12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .figmaSpecialOffers .product-title {
    position: static;
    display: block !important;
    width: 100% !important;
    min-height: 24px;
    margin: 0;
    overflow: hidden;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 0.64px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .figmaSpecialOffers .product-title a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .figmaSpecialOffers .price-line {
    position: static;
    grid-column: 1;
    grid-row: 3;
    display: inline-flex !important;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 32px;
    margin: 0;
    padding-right: 0;
    justify-self: start;
    align-self: end;
    align-items: flex-end;
    gap: 8px;
    overflow: visible;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.22px;
    white-space: nowrap;
  }

  .figmaSpecialOffers .price-line a {
    display: inline-flex;
    align-items: baseline;
    overflow: visible;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    white-space: nowrap;
    text-box-trim: none;
    text-box-edge: auto;
  }

  .figmaSpecialOffers .price-line .price-decimal,
  .figmaSpecialOffers .price-line .sqm {
    position: relative;
    top: -0.35em;
    display: inline !important;
    font-size: 14px;
    line-height: 1;
  }

  .figmaSpecialOffers .offer-row {
    display: none !important;
  }

  .figmaSpecialOffers .bestseller-regular-price {
    display: inline-flex !important;
    align-items: baseline;
    color: #444441;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    opacity: 0.6;
    white-space: nowrap;
    text-decoration: line-through;
  }

  .figmaSpecialOffers .ShorDescription {
    position: static;
    grid-column: 1;
    grid-row: 4;
    width: 200px;
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: visible;
    color: #363635;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .figmaSpecialOffers .ShorDescription p {
    margin: 0;
    overflow: hidden;
    font: inherit;
    line-height: 24px;
    letter-spacing: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-box-trim: none;
    text-box-edge: auto;
  }

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

  .figmaSpecialOffers .loop-action-box.special-product {
    position: static;
    grid-column: 1;
    grid-row: 5;
    display: block;
    width: 200px;
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: visible;
  }

  .figmaSpecialOffers .loop-action-box .btn-add-to-cart {
    display: flex;
    width: 200px;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    margin: 0 !important;
    padding: 12px 16px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 32px;
    overflow: visible;
    color: #e6f4ef;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: #30a67f;
    box-sizing: border-box;
  }

  .figmaSpecialOffers .swatches,
  .figmaSpecialOffers img.sharepro,
  .figmaSpecialOffers .product-share-overlay {
    display: none !important;
  }

  .figmaSpecialOffers .swiper-pagination {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex;
    width: 100%;
    height: 12px;
    margin: 32px 0 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 0;
  }

  .figmaSpecialOffers.specialOffersSec
    .productList
    .swiper-pagination
    span.swiper-pagination-bullet {
    display: block;
    width: 10px !important;
    min-width: 10px;
    height: 10px !important;
    margin: 0 !important;
    flex: 0 0 10px;
    border-radius: 50%;
    opacity: 1;
    background: #ebebea;
    transform: none !important;
  }

  .figmaSpecialOffers.specialOffersSec
    .productList
    .swiper-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px !important;
    min-width: 12px;
    height: 12px !important;
    flex-basis: 12px;
    background: #30a67f;
  }

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

  /* Professional Fitting Service — Figma node 9293:25934 / map 9293:25943.
   * Mobile uses flattened Figma export (312×282) with left-side legend text in the image. */
  .fittingService {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 60px 24px;
    gap: 24px;
    overflow: hidden;
    background: #e0f9f0;
    box-sizing: border-box;
  }

  .fittingService__content,
  .fittingService__stack {
    display: contents;
  }

  .fittingService__heading {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    order: 1;
    flex-shrink: 0;
  }

  .fittingService__icon {
    display: flex;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border: 0.625px solid rgba(54, 54, 53, 0.5);
    border-radius: 10px;
    box-sizing: border-box;
  }

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

  .fittingService__titleDesktop {
    display: none;
  }

  .fittingService__titleMobile {
    display: inline;
  }

  .fittingService__content h2 {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    color: #1f8462;
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .fittingService__mapPanel {
    position: relative;
    display: block;
    width: 100%;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
    aspect-ratio: auto !important;
    overflow: hidden;
    order: 2;
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .fittingService__mapStage {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100%;
    height: auto !important;
    transform: none !important;
  }

  .fittingService__mapLabels {
    display: none !important;
  }

  .fittingService__mapFlat--desktop,
  .fittingService__map {
    display: none !important;
  }

  /* Full Figma flatten: left legend text + map (312×282). */
  .fittingService__mapFlat--mobile {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin: 0;
    object-fit: contain !important;
    object-position: left top;
    pointer-events: none;
    z-index: 1;
  }

  /* Legend text is baked into the mobile map image. */
  .fittingService__mapKey {
    display: none !important;
  }

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

  .fittingService__copy {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #363635;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.52px;
    opacity: 0.9;
    order: 3;
    flex-shrink: 0;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .fittingService__copy p {
    margin: 0;
  }

  .fittingService__cta {
    display: inline-flex;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 28px;
    padding: 17px 24px;
    align-items: center;
    justify-content: center;
    border: 2px solid #1f8462;
    border-radius: 12px;
    color: #116247;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    text-align: center;
    order: 4;
    flex-shrink: 0;
    background: transparent;
    box-sizing: border-box;
  }

  .fittingService__cta:hover {
    color: #fff;
    background: #1f8462;
    text-decoration: none;
  }

  /* Rotated desktop WhatsApp tab can widen the scroll area on mobile. */
  .whatsapp-btn {
    right: 16px !important;
    bottom: 100px !important;
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    transform: none !important;
  }

  .whatsapp-btn a span {
    display: none !important;
  }

  .whatsapp-btn a svg,
  .whatsapp-btn a img {
    transform: none !important;
  }

  /* Eco - Friendly Collection — Figma node 9292:10512 (360×777). */
  .home .ecoCollectionSec,
  .ecoCollectionSec {
    display: block;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 60px 24px !important;
    overflow: visible;
    background: #fff;
    box-sizing: border-box;
  }

  .home .ecoCollectionSec > .container,
  .ecoCollectionSec > .container {
    display: flex;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0 !important;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .ecoCollectionSec .heading {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    overflow: visible;
    align-items: flex-start;
  }

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

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

  .ecoCollectionSec .heading .mobileCollectionCopy {
    display: inline !important;
  }

  .ecoCollectionSec .heading .left {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .ecoCollectionSec .heading h2,
  .ecoCollectionSec .heading p {
    width: 100%;
    margin: 0;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .ecoCollectionSec .heading h2 {
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.12px;
    text-transform: capitalize;
  }

  .ecoCollectionSec .heading p {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
  }

  .ecoCollectionSec .productList {
    width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    overflow: visible;
  }

  .ecoCollectionSec.specialOffersSec .swiper-slide:first-child {
    margin-left: 0 !important;
  }

  /* Beat eco-collection.css `.productList .bestsellerSwipereco { padding: 0 38px }` */
  .ecoCollectionSec .bestsellerSwipereco,
  .ecoCollectionSec .productList .bestsellerSwipereco {
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0 !important;
    overflow: visible !important;
    touch-action: pan-y;
    box-sizing: border-box;
  }

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

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

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

  .ecoCollectionSec .product-thumb {
    position: relative;
    width: 200px;
    height: 250px;
    flex: 0 0 250px;
    overflow: hidden;
    border-radius: 20px;
    z-index: 0;
  }

  .ecoCollectionSec .product-thumb > a,
  .ecoCollectionSec .product-thumb > a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  /* Wishlist / Compare — Figma 32px, right/top 16, gap 12. */
  .ecoCollectionSec .product-icons {
    top: 16px !important;
    right: 16px !important;
    gap: 12px !important;
    width: auto !important;
    max-width: none;
    align-items: flex-end;
    z-index: 2;
  }

  .ecoCollectionSec .product-icons .wishlsbn,
  .ecoCollectionSec .product-icons .yith-add-to-wishlist-button-block,
  .ecoCollectionSec .product-icons .compare-button {
    width: auto;
    height: auto;
    max-width: none;
  }

  .ecoCollectionSec
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor,
  .ecoCollectionSec
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button,
  .ecoCollectionSec .product-thumb .product-icons a.add-to-compare,
  .ecoCollectionSec .product-thumb .product-icons a.compare {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 7px !important;
    border-radius: 20px !important;
    background: rgba(48, 166, 127, 0.8) !important;
  }

  .ecoCollectionSec
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button
    svg.yith-wcwl-icon-svg,
  .ecoCollectionSec
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button
    img,
  .ecoCollectionSec .product-thumb .product-icons a.add-to-compare img,
  .ecoCollectionSec .product-thumb .product-icons a.compare img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
  }

  .ecoCollectionSec .product-thumb .product-icons a.add-to-compare .compare_label,
  .ecoCollectionSec .product-thumb .product-icons a.add-to-compare .label,
  .ecoCollectionSec
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button__label,
  .ecoCollectionSec
    .product-thumb
    .product-icons
    .yith-wcwl-add-to-wishlist-button
    span:not(.yith-wcwl-icon) {
    display: none !important;
  }

  /* Contents: brand/title → 16 → price → 16 → colours (Figma 9292:10523). */
  .ecoCollectionSec .title-box {
    position: static;
    display: flex;
    width: 200px;
    height: auto !important;
    min-height: 0;
    margin: 12px 0 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    overflow: visible;
  }

  .ecoCollectionSec .product-brand {
    position: static;
    display: block;
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
    color: #30a67f !important;
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 20px !important;
    letter-spacing: 0.12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .ecoCollectionSec .product-title {
    display: block !important;
    position: static;
    width: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 0.64px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .ecoCollectionSec .product-title a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .ecoCollectionSec .price-line {
    display: flex !important;
    position: static;
    width: 200px;
    height: auto;
    min-height: 16px;
    margin: 16px 0 0;
    align-items: flex-end;
    gap: 8px;
    overflow: visible;
    line-height: 1;
  }

  .ecoCollectionSec .price-line a {
    display: inline-flex;
    align-items: baseline;
    overflow: visible;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.22px;
    text-decoration: none;
    white-space: nowrap;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .ecoCollectionSec .price-line .price-decimal,
  .ecoCollectionSec .price-line .sqm {
    display: inline !important;
    position: relative;
    top: -0.35em;
    font-size: 14.19px;
    line-height: 1;
  }

  .ecoCollectionSec .bestseller-regular-price {
    display: inline-flex !important;
    align-items: baseline;
    overflow: visible;
    color: #444441;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    opacity: 0.6;
    white-space: nowrap;
    text-decoration: line-through;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .ecoCollectionSec .swatches {
    position: static;
    display: flex;
    width: 200px;
    min-height: 28px;
    height: auto;
    margin: 16px 0 0;
    overflow: visible;
  }

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

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

  .ecoCollectionSec .product-swatches .swatch {
    flex: 0 0 28px !important;
    overflow: hidden;
    border: 0 !important;
    background: transparent;
  }

  .ecoCollectionSec .product-swatches .swatch img {
    border: 1px solid rgba(54, 54, 53, 0.25);
    object-fit: cover;
  }

  .ecoCollectionSec .more-swatches,
  .ecoCollectionSec .more-swatches a {
    margin: 0;
    color: rgba(68, 68, 65, 0.6);
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
    white-space: nowrap;
    text-decoration: none;
  }

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

  .ecoCollectionSec .swiper-pagination,
  .ecoCollectionSec.specialOffersSec .productList .swiper-pagination {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    width: 100%;
    height: 12px;
    margin: 32px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 0;
  }

  .ecoCollectionSec .productList .swiper-pagination span.swiper-pagination-bullet,
  .ecoCollectionSec.specialOffersSec
    .productList
    .swiper-pagination
    span.swiper-pagination-bullet {
    display: block;
    width: 10px !important;
    min-width: 10px;
    height: 10px !important;
    margin: 0 !important;
    flex: 0 0 10px;
    border-radius: 50%;
    opacity: 1;
    background: #ebebea !important;
    transform: none !important;
  }

  .ecoCollectionSec
    .productList
    .swiper-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active,
  .ecoCollectionSec.specialOffersSec
    .productList
    .swiper-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px !important;
    min-width: 12px;
    height: 12px !important;
    flex-basis: 12px;
    background: #30a67f !important;
  }

  .ecoCollectionSec .btnLinkWrap.onlymobileView {
    display: flex !important;
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin: 0 !important;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
  }

  .ecoCollectionSec .btnLinkWrap.onlymobileView a {
    display: flex;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 16px 22px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 10px;
    color: #30a67f;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
    background: #e6f4ef;
    box-shadow: none;
    box-sizing: border-box;
  }

  .ecoCollectionSec .btnLinkWrap.onlymobileView svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  /* FAQ — Figma node 9292:10744 (+ Read More 9423:150172). Desktop unchanged. */
  .home .faqSec,
  .faqSec {
    display: block;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 60px 24px;
    background: #f5fbf9;
    box-sizing: border-box;
  }

  .home .faqSec > .container,
  .faqSec > .container {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .faqSec .singleTitle {
    width: 100%;
    margin: 0 !important;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.12px;
    text-align: center;
    text-transform: capitalize;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  /* Items + dashed rules with 10px gaps (Figma 9292:10747). */
  .faqSec .accordion {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    row-gap: 10px;
  }

  .faqSec .accordion-item,
  .faqSec .accordion-item.open {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 0 !important;
    border-radius: 10px;
    background: transparent !important;
    box-shadow: none;
    box-sizing: border-box;
  }

  .faqSec .accordion-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px; /* centered in the 10px flex gap */
    height: 1px;
    border: 0;
    background-image: repeating-linear-gradient(
      to right,
      #30a67f 0,
      #30a67f 6px,
      transparent 6px,
      transparent 12px
    );
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: 0 0;
    pointer-events: none;
  }

  .faqSec .accordion-item:last-child::after {
    content: none;
    background: none;
  }

  .faqSec:not(.faqSec--expanded) .accordion-item:nth-child(5)::after {
    content: "";
    bottom: -6px;
    background-image: repeating-linear-gradient(
      to right,
      #30a67f 0,
      #30a67f 6px,
      transparent 6px,
      transparent 12px
    );
    background-size: 12px 1px;
    background-repeat: repeat-x;
  }

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

  /* Open card — Figma 9292:10748 (py 10, gap 16). */
  .faqSec .accordion-item.open {
    gap: 16px;
    padding: 10px 0;
  }

  .faqSec .accordion-header,
  .faqSec .accordion-header.active {
    display: flex;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0 !important;
    border-radius: 10px;
    color: #1f8462 !important;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.48px;
    text-align: left;
    text-transform: capitalize;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .faqSec .accordion-item.open .accordion-header,
  .faqSec .accordion-item.open .accordion-header.active {
    padding: 0;
    align-items: center;
  }

  .faqSec .accordion-header.active {
    color: #1f8462 !important;
  }

  .faqSec .accordion-question {
    min-width: 0;
    flex: 1 1 auto;
    padding-right: 8px;
  }

  /* Closed: 28px plus in 6px padding (Figma 9292:10760). */
  .faqSec .accordion-header .icon {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 4px;
    box-sizing: border-box;
    background: transparent;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  /* Open: 30×30 mint chip + X (Figma 9292:10752). */
  .faqSec .accordion-header.active .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    padding: 0;
    background: #e0f9f0;
    transform: none !important;
  }

  .faqSec .accordion-header .icon::before,
  .faqSec .accordion-header .icon::after {
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #1f8462;
  }

  .faqSec .accordion-header.active .icon::before {
    transform: rotate(45deg);
  }

  .faqSec .accordion-header.active .icon::after {
    transform: rotate(-45deg);
  }

  .faqSec .accordion-content {
    display: none;
    width: 100%;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.52px;
    background: transparent !important;
    box-sizing: border-box;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .faqSec .accordion-item.open .accordion-content {
    display: block;
  }

  .faqSec .accordion-content p {
    margin: 0 0 16px;
    color: inherit;
    font: inherit;
    line-height: inherit;
  }

  .faqSec .accordion-content p:last-child {
    margin-bottom: 0;
  }

  .faqSec .accordion-content ul,
  .faqSec .accordion-content ol {
    margin: 0 0 16px;
    padding-left: 21px;
  }

  .faqSec .accordion-content li {
    margin: 0 0 0;
    padding: 0;
    font: inherit;
    line-height: 24px;
  }

  .faqSec .accordion-content li:last-child {
    margin-bottom: 0;
  }

  /* View More — Figma 9423:150172 (312×47 outline). */
  .faqSec .faqReadMore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 312px;
    max-width: 100%;
    height: 47px;
    min-height: 47px;
    margin: 0;
    padding: 17px 40px;
    border: 1px solid #30a67f;
    border-radius: 12px;
    color: #30a67f;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: none;
    text-align: center;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .faqSec .faqReadMore:hover {
    color: #fff;
    border-color: #1f8462;
    background: #1f8462;
  }

  /* Customer care CTA — Figma mobile 9292:10785. */
  .customerCareCta {
    height: auto;
    min-height: 0;
    padding: 60px 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    overflow: visible;
  }

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

  .customerCareCta__eyebrow {
    color: #e6f4ef;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .customerCareCta__heading h2 {
    width: 100%;
    color: #e6f4ef;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.2px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .customerCareCta__content {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
    gap: 40px;
  }

  .customerCareCta__content p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.52px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .customerCareCta__content a {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 17px 40px;
    align-self: stretch;
    border: 2px solid #fff;
    border-radius: 12px;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2px;
    white-space: nowrap;
  }
}
