html,
body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  position: relative; }

img,
svg {
  max-width: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #3b5d50 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 28px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 0; }

@media (max-width: 575px) {
  .custom-navbar .navbar-brand {
    font-size: 23px; } }

.hero {
  background: #3b5d50;
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.eyebrow {
  color: #f9bf29 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase; }

.about-hero,
.shop-hero {
  overflow: hidden;
  padding-bottom: 5rem; }

.about-hero-media,
.shop-hero-showcase {
  position: relative;
  min-height: 430px; }

.about-hero-media img {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(47, 47, 47, 0.22);
  height: 430px;
  object-fit: cover;
  width: 100%; }

.about-hero-note {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(47, 47, 47, 0.18);
  color: #2f2f2f;
  display: grid;
  gap: 2px;
  padding: 18px 22px;
  position: absolute;
  right: 22px;
  bottom: 22px; }
  .about-hero-note strong {
    font-size: 18px;
    font-weight: 800; }
  .about-hero-note span {
    color: #6a6a6a;
    line-height: 1.4; }

.about-story-section,
.shop-toolbar-section {
  padding: 5rem 0 0; }

.about-story-card,
.shop-toolbar {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(47, 47, 47, 0.06);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: center;
  padding: 34px; }
  .about-story-card .section-title,
  .shop-toolbar .section-title {
    margin-bottom: 0; }
  .about-story-card p:last-child {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0; }

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px; }
  .about-stats-grid div {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(47, 47, 47, 0.05);
    padding: 24px; }
  .about-stats-grid strong {
    color: #3b5d50;
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1; }
  .about-stats-grid span {
    color: #2f2f2f;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 10px; }

.about-process-section {
  padding: 6rem 0 2rem; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px; }

.process-card {
  background: #ffffff;
  border: 1px solid #dce5e4;
  border-radius: 8px;
  padding: 24px; }
  .process-card span {
    color: #3b5d50;
    font-weight: 800; }
  .process-card h3 {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 800;
    margin: 12px 0 8px; }
  .process-card p {
    line-height: 1.7;
    margin-bottom: 0; }

.shop-hero-showcase {
  display: flex;
  align-items: center;
  justify-content: center; }
  .shop-hero-showcase:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(249, 191, 41, 0.14); }

.shop-hero-main {
  max-width: 390px;
  position: relative;
  z-index: 2; }

.shop-hero-side {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 18px;
  position: absolute;
  width: 170px;
  z-index: 1; }

.shop-hero-side-one {
  left: 4%;
  top: 34px; }

.shop-hero-side-two {
  right: 2%;
  bottom: 42px; }

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end; }
  .shop-filters span {
    border: 1px solid #dce5e4;
    border-radius: 999px;
    color: #2f2f2f;
    font-weight: 700;
    line-height: 1;
    padding: 12px 16px; }
  .shop-filters .active {
    background: #3b5d50;
    border-color: #3b5d50;
    color: #ffffff; }

.shop-product-section {
  padding-top: 2rem; }

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; }

.shop-product-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(47, 47, 47, 0.06);
  min-height: 100%; }
  .shop-product-card .product-item {
    padding: 24px 22px 58px; }
  .shop-product-card .product-item:before {
    background: #eff2f1;
    border-radius: 8px; }
  .shop-product-card .product-thumbnail {
    height: 190px;
    object-fit: contain;
    width: 100%; }
  .shop-product-card .product-photo {
    border-radius: 8px;
    object-fit: cover; }
  .shop-product-card .product-title {
    font-size: 19px !important;
    font-weight: 800 !important;
    margin-bottom: 8px; }
  .shop-product-card .icon-cross {
    background: #3b5d50;
    bottom: 18px !important;
    opacity: 1 !important;
    visibility: visible !important; }

.product-badge {
  background: #f9bf29;
  border-radius: 999px;
  color: #2f2f2f;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 18px;
  padding: 8px 11px; }

.product-card-copy {
  color: #6a6a6a;
  line-height: 1.6;
  margin: 0 auto 14px;
  max-width: 280px; }

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px; }
  .product-meta span {
    background: #eff2f1;
    border-radius: 999px;
    color: #3b5d50;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 10px; }

.shop-feature-card {
  background: #3b5d50;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 30px; }
  .shop-feature-card h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px; }
  .shop-feature-card p:not(.eyebrow) {
    line-height: 1.75; }
  .shop-feature-card .btn {
    align-self: flex-start;
    background: #f9bf29;
    border-color: #f9bf29;
    color: #2f2f2f; }

.home-hero {
  overflow: hidden; }

.home-hero-showcase {
  min-height: 430px;
  position: relative; }
  .home-hero-showcase:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(249, 191, 41, 0.12);
    right: 8%;
    top: 4%; }

.home-hero-couch {
  position: relative;
  z-index: 2;
  max-width: 720px; }

.home-hero-panel {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(47, 47, 47, 0.2);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  position: absolute;
  left: 8%;
  right: 4%;
  bottom: 24px;
  z-index: 3; }
  .home-hero-panel div {
    border-right: 1px solid #dce5e4;
    min-width: 0; }
    .home-hero-panel div:last-child {
      border-right: 0; }
  .home-hero-panel strong {
    color: #3b5d50;
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1; }
  .home-hero-panel span {
    color: #2f2f2f;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 7px; }

.services-hero {
  overflow: hidden;
  padding-bottom: 5rem; }

.services-hero-panel {
  position: relative; }
  .services-hero-panel > img {
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(47, 47, 47, 0.22);
    height: 430px;
    object-fit: cover;
    width: 100%; }

.services-hero-list {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(47, 47, 47, 0.18);
  display: grid;
  gap: 12px;
  left: 24px;
  padding: 20px;
  position: absolute;
  right: 24px;
  bottom: 24px; }
  .services-hero-list div {
    display: flex;
    align-items: center;
    gap: 12px; }
  .services-hero-list strong {
    background: #f9bf29;
    border-radius: 999px;
    color: #2f2f2f;
    flex: 0 0 34px;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    line-height: 34px;
    text-align: center; }
  .services-hero-list span {
    color: #2f2f2f;
    font-weight: 800;
    line-height: 1.3; }

.services-overview-section,
.services-flow-section {
  padding: 5rem 0 0; }

.services-heading {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(47, 47, 47, 0.06);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: center;
  padding: 34px; }
  .services-heading .section-title {
    margin-bottom: 0; }
  .services-heading > p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px; }

.service-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(47, 47, 47, 0.05);
  padding: 24px; }
  .service-card img {
    height: 34px;
    margin-bottom: 24px;
    width: 34px; }
  .service-card h3 {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px; }
  .service-card p {
    line-height: 1.7;
    margin-bottom: 0; }

.services-flow-section {
  padding-bottom: 2rem; }

.service-flow-list {
  display: grid;
  gap: 16px; }
  .service-flow-list div {
    background: #ffffff;
    border: 1px solid #dce5e4;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 16px;
    padding: 20px; }
  .service-flow-list span {
    background: #3b5d50;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 800;
    height: 44px;
    line-height: 44px;
    text-align: center; }
  .service-flow-list strong {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3; }
  .service-flow-list p {
    grid-column: 2;
    line-height: 1.6;
    margin: 6px 0 0; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
  .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .links-wrap h3 {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px; }
  .footer-section .footer-contact li {
    color: #6a6a6a;
    line-height: 1.6; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #3b5d50;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #3b5d50;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }

.fa {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.fa-paper-plane {
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-paper-plane.svg"); }

.custom-social .fa {
  width: 18px;
  height: 18px; }

.custom-social a:hover .fa {
  filter: brightness(0) invert(1); }

.cart-link {
  position: relative;
  display: inline-flex !important;
  align-items: center; }

.cart-count {
  position: absolute;
  right: -8px;
  top: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f9bf29;
  color: #2f2f2f;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center; }

.fa-facebook-f {
  background-image: url("../images/icon-facebook.svg"); }

.fa-twitter {
  background-image: url("../images/icon-twitter.svg"); }

.fa-instagram {
  background-image: url("../images/icon-instagram.svg"); }

.fa-linkedin {
  background-image: url("../images/icon-linkedin.svg"); }

.fa-chevron-left,
.fa-chevron-right {
  width: 14px;
  height: 14px;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 2px 2px;
  background: none; }

.fa-chevron-left {
  transform: rotate(45deg); }

.fa-chevron-right {
  transform: rotate(-135deg); }

.breadcrumb-mini {
  color: rgba(255, 255, 255, 0.66) !important;
  font-weight: 600;
  margin-bottom: 16px !important; }
  .breadcrumb-mini a {
    color: #ffffff;
    text-decoration: none; }

.product-hero {
  padding-bottom: 4rem; }
  .product-hero .intro-excerpt {
    padding-bottom: 2rem; }

.product-hero-img {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-hero-img:before {
    content: "";
    position: absolute;
    width: min(78%, 430px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(220, 229, 228, 0.18); }
  .product-hero-img:after {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: -50px;
    top: 8px; }
  .product-hero-img img {
    position: relative;
    z-index: 2;
    max-height: 420px;
    object-fit: contain; }

.product-detail-section {
  padding-bottom: 4rem; }

.product-gallery,
.product-purchase-panel,
.checkout-card,
.summary-inner {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(47, 47, 47, 0.06); }

.product-gallery {
  padding: 24px; }

.gallery-main {
  background: #eff2f1;
  border-radius: 8px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gallery-main img {
    max-height: 360px;
    object-fit: contain; }

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px; }
  .gallery-thumbs button {
    border: 2px solid transparent;
    border-radius: 8px;
    background: #eff2f1;
    padding: 10px;
    aspect-ratio: 1;
    cursor: pointer; }
    .gallery-thumbs button.active,
    .gallery-thumbs button:hover {
      border-color: #3b5d50; }
    .gallery-thumbs button img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.product-purchase-panel {
  padding: 34px; }
  .product-purchase-panel h2 {
    color: #2f2f2f;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px; }

.product-rating {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px; }
  .product-rating span {
    color: #f9bf29;
    letter-spacing: 2px; }
  .product-rating a {
    color: #3b5d50;
    font-weight: 600;
    text-decoration: none; }

.product-detail-price {
  color: #2f2f2f;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 16px; }

.product-copy {
  font-size: 15px;
  line-height: 1.8; }

.product-options {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 22px;
  margin-top: 28px; }

.option-label {
  color: #2f2f2f;
  display: block;
  font-weight: 700;
  margin-bottom: 10px; }

.swatch-row {
  display: flex;
  gap: 10px; }

.swatch {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 1px #dce5e4;
  cursor: pointer; }
  .swatch.active,
  .swatch:hover {
    box-shadow: 0 0 0 2px #3b5d50; }

.swatch-sage {
  background: #8fa99c; }

.swatch-walnut {
  background: #7c5138; }

.swatch-charcoal {
  background: #2f2f2f; }

.product-quantity-control {
  max-width: 170px; }
  .product-quantity-control .btn {
    border-radius: 8px !important;
    padding: 10px 14px;
    color: #2f2f2f;
    background: #eff2f1;
    border: 1px solid #dce5e4; }
  .product-quantity-control .form-control {
    border-radius: 8px !important;
    margin: 0 6px;
    height: 48px; }

.product-assurance {
  border-top: 1px solid #dce5e4;
  margin-top: 28px;
  padding-top: 24px;
  display: grid;
  gap: 12px; }
  .product-assurance div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2f2f2f;
    font-weight: 600; }
  .product-assurance img {
    width: 26px;
    height: 26px; }

.product-spec-row {
  border-top: 1px solid #dce5e4;
  margin-top: 5rem;
  padding-top: 3rem; }
  .product-spec-row h3 {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 700; }
  .product-spec-row p {
    line-height: 1.7; }

.related-products {
  padding-top: 3rem; }

.checkout-nav {
  padding-top: 18px;
  padding-bottom: 18px; }
  .checkout-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.checkout-secure-note,
.payment-lock {
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600; }

.checkout-lock {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 3px;
  color: inherit; }
  .checkout-lock:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    transform: translateX(-50%); }

.checkout-page {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #eff2f1 58%, #eff2f1 100%);
  padding: 48px 0 80px; }

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 56px;
  align-items: start; }

.checkout-main {
  max-width: 760px; }

.checkout-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #6a6a6a; }
  .checkout-steps a,
  .checkout-steps strong {
    color: #3b5d50;
    text-decoration: none; }

.checkout-express h1 {
  color: #2f2f2f;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px; }

.express-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }

.express-button {
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 800;
  height: 52px; }
  .express-button.shop-pay {
    background: #5a31f4; }
  .express-button.paypal {
    background: #ffc439;
    color: #123c6d; }
  .express-button.gpay {
    background: #2f2f2f; }

.checkout-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0; }
  .checkout-divider:before,
  .checkout-divider:after {
    content: "";
    height: 1px;
    background: #dce5e4;
    flex: 1; }
  .checkout-divider span {
    color: #6a6a6a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0; }

.checkout-form {
  display: grid;
  gap: 18px; }

.checkout-card {
  padding: 26px; }

.checkout-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px; }
  .checkout-section-heading h2 {
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 700;
    margin: 0; }
  .checkout-section-heading a {
    color: #3b5d50;
    font-weight: 600;
    text-decoration: none; }

.checkout-check {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  color: #2f2f2f; }

.shipping-option {
  border: 1px solid #dce5e4;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  color: #2f2f2f; }
  .shipping-option input {
    accent-color: #3b5d50; }
  .shipping-option span {
    flex: 1; }
  .shipping-option small {
    display: block;
    color: #6a6a6a;
    font-size: 13px;
    margin-top: 2px; }

.payment-lock {
  color: #3b5d50; }

.card-icons {
  display: flex;
  flex: 0 0 auto !important;
  gap: 6px; }
  .card-icons span {
    border: 1px solid #dce5e4;
    border-radius: 4px;
    color: #2f2f2f;
    flex: 0 0 auto !important;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 5px; }

.checkout-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px; }
  .checkout-actions a {
    color: #3b5d50;
    font-weight: 700;
    text-decoration: none; }

.checkout-summary {
  position: sticky;
  top: 24px; }

.summary-inner {
  padding: 28px; }
  .summary-inner h2 {
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px; }

.summary-item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px; }
  .summary-item h3 {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 700;
    margin: 0; }
  .summary-item p {
    margin: 0;
    line-height: 1.4; }

.summary-thumb {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #eff2f1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .summary-thumb img {
    max-width: 82%;
    max-height: 82%;
    object-fit: contain; }
  .summary-thumb span {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #3b5d50;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 22px;
    text-align: center; }

.discount-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-top: 1px solid #dce5e4;
  border-bottom: 1px solid #dce5e4;
  padding: 20px 0;
  margin: 22px 0; }
  .discount-row .btn {
    border-radius: 8px; }

.summary-totals {
  display: grid;
  gap: 12px; }
  .summary-totals div {
    display: flex;
    justify-content: space-between;
    color: #2f2f2f; }
  .summary-totals .summary-total {
    border-top: 1px solid #dce5e4;
    margin-top: 8px;
    padding-top: 16px;
    font-size: 20px;
    font-weight: 800; }

.summary-trust {
  background: #eff2f1;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  gap: 10px;
  margin-top: 24px; }
  .summary-trust div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2f2f2f;
    font-weight: 600;
    line-height: 1.4; }
.summary-trust img {
    width: 20px;
    height: 20px; }

.cart-section {
  padding-top: 5rem !important; }

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 32px;
  align-items: start; }

.cart-items-panel,
.cart-summary-panel,
.cart-empty {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(47, 47, 47, 0.06); }

.cart-items-panel,
.cart-summary-panel {
  padding: 28px; }

.cart-panel-heading {
  border-bottom: 1px solid #dce5e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px; }
  .cart-panel-heading h2,
  .cart-summary-panel h2,
  .cart-empty h2 {
    color: #2f2f2f;
    font-size: 24px;
    font-weight: 800;
    margin: 0; }
  .cart-panel-heading p {
    margin: 4px 0 0;
    line-height: 1.4; }

.cart-items-list {
  display: grid;
  gap: 16px; }

.cart-item {
  border: 1px solid #dce5e4;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px; }

.cart-item-media {
  background: #eff2f1;
  border-radius: 8px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cart-item-media img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain; }

.cart-item-details h3 {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px; }
.cart-item-details p {
  margin-bottom: 10px;
  line-height: 1.4; }

.cart-remove {
  border: 0;
  background: transparent;
  color: #3b5d50;
  font-weight: 700;
  padding: 0; }

.cart-item-controls {
  display: grid;
  justify-items: end;
  gap: 14px; }
  .cart-item-controls strong {
    color: #2f2f2f;
    font-size: 18px; }

.cart-quantity {
  border: 1px solid #dce5e4;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 36px 42px 36px;
  height: 42px;
  overflow: hidden; }
  .cart-quantity button,
  .cart-quantity input {
    border: 0;
    background: #ffffff;
    color: #2f2f2f;
    font-weight: 800;
    text-align: center; }
  .cart-quantity input {
    width: 42px; }

.cart-coupon {
  border-bottom: 1px solid #dce5e4;
  margin: 22px 0;
  padding-bottom: 22px; }
  .cart-coupon label {
    color: #2f2f2f;
    display: block;
    font-weight: 800;
    margin-bottom: 10px; }
  .cart-coupon > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px; }
  .cart-coupon .btn {
    border-radius: 8px; }

.cart-summary-lines {
  display: grid;
  gap: 14px;
  margin-bottom: 24px; }
  .cart-summary-lines div {
    display: flex;
    justify-content: space-between;
    color: #2f2f2f; }
  .cart-summary-total {
    border-top: 1px solid #dce5e4;
    font-size: 20px;
    font-weight: 800;
    margin-top: 6px;
    padding-top: 16px; }

.cart-checkout-button {
  width: 100%; }

.cart-empty {
  margin: 0 auto;
  max-width: 620px;
  padding: 42px;
  text-align: center; }
  .cart-empty p {
    margin: 16px auto 24px;
    max-width: 420px; }

.checkout-empty {
  background: #eff2f1;
  border-radius: 8px;
  color: #2f2f2f;
  padding: 16px; }

.whatsapp-cta {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 54px;
  height: 54px;
  z-index: 999;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 10px 22px rgba(47, 47, 47, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease; }
  .whatsapp-cta img {
    width: 54px;
    height: 54px;
    display: block;
    position: relative;
    z-index: 1; }
  .whatsapp-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(47, 47, 47, 0.26); }

@media (max-width: 991px) {
  .product-options {
    grid-template-columns: 1fr; }

  .about-hero-media,
  .shop-hero-showcase,
  .services-hero-panel {
    margin-top: 36px;
    min-height: 360px; }

  .about-story-card,
  .shop-toolbar,
  .services-heading {
    grid-template-columns: 1fr; }

  .about-stats-grid,
  .shop-grid,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .shop-filters {
    justify-content: flex-start; }

  .home-hero-showcase {
    margin-top: 32px;
    min-height: 380px; }

  .home-hero-couch {
    max-width: 100%; }

  .cart-layout {
    grid-template-columns: 1fr; }

  .checkout-page {
    background: #ffffff;
    padding-top: 32px; }

  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 28px; }

  .checkout-main {
    max-width: none; }

  .checkout-summary {
    position: static;
    order: -1; } }

@media (max-width: 767px) {
  html,
  body {
    overflow-x: clip; }

  .container {
    max-width: 100%;
    overflow-x: clip; }

  .footer-section,
  .testimonial-section {
    overflow-x: clip; }

  .hero .hero-img-wrap {
    display: flex;
    justify-content: center;
    overflow: hidden; }

  .hero .hero-img-wrap img {
    left: auto;
    right: auto;
    top: auto;
    max-width: 100%;
    position: relative; }

  .hero .hero-img-wrap:after {
    display: none; }

  .hero h1 {
    font-size: 38px;
    line-height: 1.18; }

  .hero .intro-excerpt p:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }

  .hero .intro-excerpt .btn {
    margin-right: 0 !important; }

  .product-hero-img {
    min-height: 260px; }

  .about-hero,
  .shop-hero,
  .services-hero {
    padding-bottom: 3rem; }

  .about-hero-media,
  .shop-hero-showcase,
  .services-hero-panel {
    min-height: 300px; }

  .about-hero-media img,
  .services-hero-panel > img {
    height: 300px; }

  .about-hero-note,
  .services-hero-list {
    left: 16px;
    right: 16px;
    bottom: 16px; }

  .about-story-section,
  .shop-toolbar-section,
  .services-overview-section,
  .services-flow-section {
    padding-top: 3rem; }

  .about-story-card,
  .shop-toolbar,
  .services-heading,
  .process-card,
  .shop-feature-card,
  .service-card,
  .service-flow-list div {
    padding: 22px; }

  .about-stats-grid,
  .process-grid,
  .shop-grid,
  .services-grid {
    grid-template-columns: 1fr; }

  .about-process-section,
  .services-flow-section {
    padding: 4rem 0 1rem; }

  .home-hero {
    padding-bottom: 3rem; }

  .home-hero-showcase {
    margin-top: 28px;
    min-height: auto;
    padding-bottom: 0; }

  .home-hero-showcase:before {
    width: 270px;
    height: 270px;
    right: 0;
    top: 22px; }

  .home-hero-couch {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%; }

  .home-hero-panel {
    grid-template-columns: 1fr;
    gap: 12px;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -26px 0 0;
    padding: 18px 20px;
    position: relative;
    width: 100%; }
    .home-hero-panel div {
      border-right: 0;
      border-bottom: 1px solid #dce5e4;
      padding-bottom: 12px; }
      .home-hero-panel div:last-child {
        border-bottom: 0;
        padding-bottom: 0; }

  .services-hero-list {
    gap: 8px;
    padding: 16px; }

  .service-flow-list div {
    grid-template-columns: 38px 1fr; }
  .service-flow-list span {
    height: 38px;
    line-height: 38px; }

  .shop-hero-main {
    max-width: 260px; }

  .shop-hero-side {
    width: 112px;
    padding: 10px; }

  .shop-hero-showcase:before {
    width: 280px;
    height: 280px; }

  .shop-product-card .product-thumbnail {
    height: 170px; }

  .gallery-main {
    min-height: 300px; }

  .product-purchase-panel,
  .checkout-card,
  .summary-inner,
  .product-gallery {
    padding: 20px; }

  .express-buttons,
  .discount-row {
    grid-template-columns: 1fr; }

  .checkout-actions {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 18px; }

  .checkout-actions .btn {
    width: 100%; }

  .summary-item {
    grid-template-columns: 64px 1fr;
    align-items: start; }
    .summary-item > strong {
      grid-column: 2;
      justify-self: start; }

  .cart-items-panel,
  .cart-summary-panel {
    padding: 20px; }
  .cart-panel-heading {
    align-items: flex-start;
    flex-direction: column; }
  .cart-item {
    grid-template-columns: 86px 1fr;
    gap: 14px;
    padding: 14px; }
  .cart-item-media {
    height: 86px; }
  .cart-item-controls {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: start; }
  .cart-coupon > div {
    grid-template-columns: 1fr; }

  .untree_co-section.before-footer-section .row > .col-md-6 {
    margin-bottom: 32px; }
  .untree_co-section.before-footer-section .btn {
    width: 100%; }
  .whatsapp-cta {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 48px;
    height: 48px; }
    .whatsapp-cta img {
      width: 48px;
      height: 48px; } }
