/** Shopify CDN: Minification failed

Line 3629:7 Expected ":"

**/
span.text-2 {
    font-family: 'Editors Note';
    font-weight: 300;
}
.preOrder-discount-l{
  display:none!important;
}
.sec-heading .heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #263F42;
}
.sec-heading .heading{
  font-family: 'Editors Note';
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.6px;
  color: #282828;
}
.sec-heading .description {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .6px;
    color: #282828;
    width: 100%;
    max-width: 825px;
    margin: auto;
    margin-top: 20px;
}
.cta-btn.solid {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #263F42;
    height: 52px;
    width: 100%;
    border-radius: 100px;
    max-width: 285px;
    gap: 8px;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .sec-heading .heading {
    font-size: 26px;
    line-height: 36px;
  }
  /* .sec-heading .heading br{
    display: none;
  } */
  .sec-heading .description {
    font-size: 14px;
    line-height: 22px;
    margin: 16px auto auto;
  }
  .cta-btn.solid {
    font-size: 14px;
    line-height: 30px;
    height: 44px;
  }
}

@media screen and (max-width:767px){
  .sec-heading .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .sec-heading .heading br{
    display: none;
  }
  .sec-heading .description {
    font-size: 14px;
    line-height: 22px;
    margin: 16px auto auto;
  }
  .cta-btn.solid {
    font-size: 18px;
    line-height: 36px;
    height: 44px;
  }
}

/* Trust Icons CSS Start */

.trust-icon-sec {
    background: #F6F8F4;
}
.trust-icon-sec .trust-icon-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 14px 5rem 16px;
}
.trust-icon-sec .trust-icon-wrapper .trust-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #263F42;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .trust-icon-sec .trust-icon-wrapper {
    padding: 10px 5rem;
  }
  .trust-icon-sec .trust-icon-wrapper .trust-item {
    font-size: 18px;
    gap: 12px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .trust-icon-sec button.slick-arrow {
    position: absolute;
    font-size: 0;
    border: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    top: 40%;
  }
  .trust-icon-sec button.slick-prev.slick-arrow {
    -webkit-transform: translate(-50%) rotate(135deg);
    transform: translate(-50%) rotate(135deg);
    left: 26px;
  }
  .trust-icon-sec button.slick-next.slick-arrow {
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
    right: 15px;
  }
}

@media screen and (max-width:767px){
  .trust-icon-sec .trust-icon-wrapper {
    padding: 5px 2.5rem;
  }
  .trust-icon-sec .trust-icon-wrapper .trust-item {
    font-size: 14px;
    gap: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .trust-icon-sec button.slick-arrow {
    position: absolute;
    font-size: 0;
    border: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    top: 40%;
  }
  .trust-icon-sec button.slick-prev.slick-arrow {
    -webkit-transform: translate(-50%) rotate(135deg);
    transform: translate(-50%) rotate(135deg);
    left: 26px;
  }
  .trust-icon-sec button.slick-next.slick-arrow {
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
    right: 15px;
  }
}

/* Trust Icons CSS End */

/* Banner CSS Start */

.sofa-banner-wrapper .desktop-banner {
  display: block;
}
.sofa-banner-wrapper .mobile-banner {
  display: none;
}
.sofa-banner-wrapper img.banner-img {
  position: relative;
}
.sofa-banner-wrapper {
    width: 100%;
    height: 100%;
    max-height: 750px;
    position: relative;
}
.sofa-banner-wrapper img.banner-img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: center;
}
.sofa-banner-wrapper .content-wrapper {
    width: 100%;
    max-width: 160rem;
    padding: 0 5rem;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sofa-banner-wrapper .cta-wrapper {
    width: 100%;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper {
    background: #f8efe2;
    border-radius: 12px;
    padding: 20px 50px 20px 30px;
    width: fit-content;
    position: relative;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper .star-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #263F42;
    margin-bottom: 16px;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper h1.heading {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.6px;
    color: #242424;
    margin-bottom: 16px;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper .prop-list{
  margin-bottom: 24px;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper .prop-list .prop {
    display: flex;
    gap: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    align-items: center;
    letter-spacing: 0.6px;
    color: #242424;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper .price-badge {
    position: absolute;
    top: 150px;
    right: -100px;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper .price-badge img {
    width: 100%;
    max-width: 175px;
}

.sofa-banner-wrapper .cta-wrapper .banner-review {
    background: #F8EFE2;
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    margin-top: 24px;
    padding: 10px 15px;
}
.sofa-banner-wrapper .cta-wrapper .banner-review .info {
    gap: 12px;
    display: flex;
    align-items: center;
      margin-top: 10px;
}
.sofa-banner-wrapper .cta-wrapper .banner-review .info .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #263F42;
}
.sofa-banner-wrapper .cta-wrapper .banner-review .verified-badge {
    display: flex;
    align-items: center;
    font-family: 'Roc Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.0001em;
    color: #263F42;
    gap: 3px;
}
.sofa-banner-wrapper .cta-wrapper .banner-review p.msg {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.6px;
    color: #263F42;
    margin-top: 10px;
}
.banner-review .slick-dots {
    position: absolute;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
    gap: 5px;
    bottom: -20px;
}
.banner-review .slick-dots button {
    display: none;
}
.banner-review .slick-dots li {
    height: 2px;
    background: #F8EFE280;
    list-style: none;
    width: 24px;
    border-radius: 100px;
    cursor: pointer;
}
.banner-review .slick-dots li.slick-active {
    width: 48px;
    background: #F8EFE2;
}
.sofa-banner-wrapper .featured-wrapper {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .6px;
    color: #fff;
    gap: 15px;
}
.sofa-banner-wrapper .featured-wrapper .featured-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

@media screen and (min-width:767px) and (max-width:1024px){
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper h1.heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .prop-list {
    margin-bottom: 20px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .prop-list .prop {
    font-size: 14px;
    line-height: 28px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .price-badge {
    top: 115px;
    right: -60px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .price-badge img {
    max-width: 125px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review {
    max-width: 340px;
    padding: 10px 10px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review .info .name {
    font-size: 16px;
    line-height: 14px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review .verified-badge {
    line-height: 14px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review p.msg {
    font-size: 14px;
    line-height: 16px;
  }
  .sofa-banner-wrapper .featured-wrapper .featured-img-wrapper img {
    max-width: 110px;
  }
  .sofa-banner-wrapper,
  .sofa-banner-wrapper img.banner-img {
    height: 650px;
  }
}

@media screen and (max-width:767px){
  .sofa-banner-wrapper .content-wrapper {
    padding: 0;
    position: relative;
    top: unset;
    left: unset;
    margin-top: -25px;
    transform: unset;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper {
    padding: 20px;
    width: 100%;
  }
  .sofa-banner-wrapper {
    max-height: 100%;
    margin-bottom: 40px;
  }
  .sofa-banner-wrapper img.banner-img {
    height: 100%;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .star-rating {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 12px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper h1.heading {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 12px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .prop-list {
    margin-bottom: 20px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .prop-list .prop {
    font-size: 16px;
    line-height: 30px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .price-badge {
    top: -135px;
    right: unset;
    left: 20px;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper .price-badge img {
    max-width: 120px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review {
    max-width: 92%;
    padding: 8px 15px 15px;
    margin: auto;
    margin-top: 20px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review .info .name {
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review .verified-badge {
    line-height: 16px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review p.msg {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    margin-top: 8px;
  }
  .sofa-banner-wrapper .cta-wrapper .banner-review .info {
    margin-top: 8px;
  }
  .banner-review .slick-dots {
    bottom: -30px;
  }
  .banner-review .slick-dots li.slick-active {
    width: 40px;
    background: #111111;
  }
  .banner-review .slick-dots li {
    background: #11111180;
    width: 20px;
  }
  .sofa-banner-wrapper .featured-wrapper {
    margin-top: 65px;
    font-size: 15px;
    line-height: 16px;
    color: #263F42;
    gap: 24px;
  }
  .sofa-banner-wrapper .featured-wrapper .featured-img-wrapper {
    flex-wrap: wrap;
    padding: 0 1.5rem;
    gap: 24px 32px;
  }
  .sofa-banner-wrapper .featured-wrapper .featured-img-wrapper img {
    filter: invert(1);
    max-height: 24px;
    width: auto;
  }
}

/* Banner CSS End */

/* Steps CSS Start */

.steps-wrapper {
    background: #F5F7F3;
    padding: 80px 0;
}
.steps-wrapper .steps-3 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 80px;
    text-align: center;
}
.steps-wrapper .steps-3 .step{
    width: 100%;
    position: relative;
}
.steps-wrapper .steps-3 .step:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    background: #18284C80;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.steps-wrapper .steps-3 .step:last-child:after {
    content: none;
}
.steps-wrapper .steps-3 .step .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #263F42;
    margin-top: 20px;
    margin-bottom: 5px;
}
.steps-wrapper .steps-3 .step .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .6px;
    color: #263f42;
    max-width: 275px;
    margin: auto;
}
.steps-wrapper .steps-3 .step img {
    max-height: 60px;
    width: auto;
    height: 100%;
}

@media screen and (min-width:767px) and (max-width:1024px){
  .steps-wrapper {
    padding: 60px 0;
  }
  .steps-wrapper .steps-3 {
    margin-top: 30px;
    gap: 50px;
  }
  .steps-wrapper .steps-3 .step img {
    max-height: 50px;
  }
  .steps-wrapper .steps-3 .step .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .steps-wrapper .steps-3 .step .text {
    font-size: 14px;
    line-height: 20px;
    max-width: 250px;
  }
  .steps-wrapper .steps-3 .step:after {
    height: 50px;
    right: -25px;
  }
}

@media screen and (max-width:767px){
  .steps-wrapper {
    padding: 60px 0;
  }
  .steps-wrapper .steps-3 {
    gap: 40px;
    text-align: left;
    flex-direction: column;
  }
  .steps-wrapper .steps-3 .step {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .steps-wrapper .steps-3 .step img {
    max-height: 50px;
  }
  .steps-wrapper .steps-3 .step .title {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-top: 0px;
  }
  .steps-wrapper .steps-3 .step .text {
    font-size: 14px;
    line-height: 22px;
    max-width: 225px;
  }
  .steps-wrapper .steps-3 .step:after {
    content: none;
  }
}

/* Steps CSS End */

/* 4 Image grid CSS Start */

.img-grid-4 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.img-grid-4:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard_3.png?v=1729154982);
    width: 167px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -90px;
    left: 35px;
}
.img-grid-4 .image-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}
.img-grid-4 .image-wrapper img {
    width: 100%;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .img-grid-4 {
    padding: 60px 5rem;
  }
  .img-grid-4:before {
    width: 100px;
    height: 110px;
    top: -50px;
    left: 30px;
  }
  .img-grid-4 .image-wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .img-grid-4 .image-wrapper img {
    width: calc(50% - 4px);
  }
}

@media screen and (max-width:767px){
  .img-grid-4 {
    padding: 60px 1.5rem;
  }
  .img-grid-4:before {
    width: 80px;
    height: 80px;
    top: -40px;
    left: 16px;
  }
  .img-grid-4 .image-wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .img-grid-4 .image-wrapper img {
    width: calc(50% - 4px);
  }
}

/* 4 Image grid CSS End */

/* Video Section CSS Start */

.sofa-full-width {
    position: relative;
    overflow: hidden;
    background: #F3EFEA;
    padding: 45px 0;
}
.sofa-full-width:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard_1.png?v=1729155919);
    width: 167px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -90px;
    right: 25px;
}
.sofa-full-width .video-wrapper {
    position: relative;
    overflow: hidden;
}
.sofa-full-width .video-wrapper .sec-heading {
    position: absolute;
    max-width: 350px;
    left: 40px;
    top: 40px;
    padding: 0;
}
.sofa-full-width video {
    width: 100%;
    border-radius: 16px;
}
.sofa-full-width .video-wrapper .sec-heading h2.heading {
    font-family: 'Gellix';
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}
.sofa-full-width .video-wrapper .sec-heading .description {
    width: 100%;
    margin: 16px auto auto;
    font-family: 'Gellix';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    text-align: left;
}


@media screen and (min-width:768px) and (max-width:1024px){
  .sofa-full-width {
    padding: 45px 0 25px;
  }
  .sofa-full-width:before {
    width: 100px;
    height: 110px;
    top: -40px;
    right: 16px;
  }
  .sofa-full-width .sec-heading{
    padding: 0 5rem;
  }
}

@media screen and (max-width:767px){
  .sofa-full-width {
    padding: 45px 0 25px;
  }
  .sofa-full-width:before {
    width: 80px;
    height: 80px;
    top: -50px;
    right: 25px;
  }
  .sofa-full-width .sec-heading{
    padding: 0 1.5rem;
  }
  .sofa-full-width .video-wrapper .sec-heading {
    position: relative;
    max-width: 100%;
    left: unset;
    top: unset;
    padding: 0;
  }
  .sofa-full-width .video-wrapper .sec-heading h2.heading {
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #263f42;
    max-width: 250px;
    margin: auto;
  }
  .sofa-full-width .video-wrapper .sec-heading .description {
    margin: 12px auto 21px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #263F42;
  }
}
/* Video Section CSS End */

/* Soft 2 Column CSS Start */

.sofa-2col-wrapper{
    position: relative;
    padding: 80px 0;
}
.sofa-2col-wrapper:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard_3.png?v=1729154982);
    width: 167px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -90px;
    left: 110px;
}
.sofa-2col-wrapper .col-wrapper {
    margin-top: 50px;
    display: flex;
}
.sofa-2col-wrapper .col-wrapper .col {
    width: 50%;
    padding: 0;
}
.sofa-2col-wrapper .col-wrapper .col img{
    width: 100%;
}
.sofa-2col-wrapper .col-wrapper .col .content-wrapper .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #282828;
    margin-top: 16px;
    margin-bottom: 16px;
}
.sofa-2col-wrapper .col-wrapper .col .content-wrapper .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sofa-2col-wrapper .col-wrapper .col .content-wrapper .content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.6px;
    color: #282828;
    width: 100%;
    max-width: 435px;
    text-align: center;
    margin-bottom: 16px;
}
.sofa-2col-wrapper .col-wrapper .col .content-wrapper .content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
.sofa-2col-wrapper .col-wrapper .col .content-wrapper .content ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    color: #282828;
    list-style: none;
    max-width: 300px;
    width: 100%;
}
.sofa-2col-wrapper .col-wrapper .col .content-wrapper .content ul li:before {
    content: '';
    background-image: url(/cdn/shop/files/Vector_d67862f7-fe45-4661-a434-19aaea1415e4.png?v=1729159629);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    position: absolute;
    left: -25px;
    top: 7px;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .sofa-2col-wrapper {
    padding: 60px 0;
  }
  .sofa-2col-wrapper:before {
    width: 70px;
    height: 70px;
    top: -35px;
    left: 40px;
  }
  .sofa-2col-wrapper .sec-heading{
    padding: 0 .5rem;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper {
    padding: 0 15px;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .content {
    justify-content: start;
    align-items: self-start;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .content p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .content ul {
    padding-left: 25px;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .content ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width:767px){
  .sofa-2col-wrapper {
    padding: 60px 0;
  }
  .sofa-2col-wrapper:before {
    width: 70px;
    height: 70px;
    top: -35px;
    left: 40px;
  }
  .sofa-2col-wrapper .sec-heading{
    padding: 0 1.5rem;
  }
  .sofa-2col-wrapper .col-wrapper {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
  .sofa-2col-wrapper .col-wrapper .col {
    width: 100%;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 12px;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .content {
    align-items: flex-start;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .content p {
    text-align: left;
    margin-bottom: 12px;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .content ul {
    gap: 12px;
    padding-left: 25px;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper .content ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .sofa-2col-wrapper .col-wrapper .col .content-wrapper {
    width: 100%;
    max-width: 90%;
    margin: auto;
  }
}

/* Soft 2 Column CSS End */

/* Image Text Column CSS Start */

.image-text-column {
    background: #FBFBFB;
    padding: 80px 0;
}
.image-text-column .items-wrapper .item {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.image-text-column .items-wrapper .item:last-child {
    margin-bottom: 0px;
}
.image-text-column .items-wrapper .item.img-right-content-left {
    flex-direction: row-reverse;
}
.image-text-column .items-wrapper .item.img-left-content-right {
    flex-direction: row;
}
.image-text-column .items-wrapper .item .content-wrapper, 
.image-text-column .items-wrapper .item .img-wrapper {
    width: 50%;
    position: relative;
    z-index: 0;
}
.image-text-column .items-wrapper .item .content-wrapper .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.6px;
    color: #282828;
    margin: 0;
    margin-bottom: 24px;
}
.image-text-column .items-wrapper .item .img-wrapper img,
.image-text-column .items-wrapper .item .img-wrapper video{
    width: 100%;
    display: block;
}
.image-text-column .items-wrapper .item .content-wrapper .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #282828;
    width: 100%;
    margin-bottom: 16px;
}
.image-text-column .items-wrapper .item .content-wrapper .content ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding-left: 32px;
}
.image-text-column .items-wrapper .item .content-wrapper ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    color: #282828;
    list-style: none;
    width: 100%;
}
.image-text-column .items-wrapper .item .content-wrapper ul li:before {
    content: '';
    background-image: url(/cdn/shop/files/Vector_d67862f7-fe45-4661-a434-19aaea1415e4.png?v=1729159629);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    left: -25px;
    top: 7px;
}
.image-text-column .items-wrapper .item.item-1 .content-wrapper:before,
.image-text-column .items-wrapper .item.item-3 .img-wrapper:before{
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard_2.png?v=1729164768);
    width: 167px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -90px;
    left: 0;
    z-index: -1;
}
.image-text-column .items-wrapper .item.item-3 .img-wrapper:before {
    top: unset;
    left: unset;
    right: 15px;
    bottom: -35px;
    z-index: 1;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .image-text-column {
    padding: 30px 0;
  }
  .image-text-column .items-wrapper .item {
    gap: 50px;
    margin-bottom: 15px;
  }
  .image-text-column .items-wrapper .item .content-wrapper .title {
    font-size: 22px;
    line-height: 24px;
    margin: 0px 0 15px;
  }
  .image-text-column .items-wrapper .item .content-wrapper .content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .image-text-column .items-wrapper .item .content-wrapper .content ul {
    gap: 10px;
    padding-left: 25px;
  }
  .image-text-column .items-wrapper .item .content-wrapper ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .image-text-column .items-wrapper .item.item-1 .content-wrapper:before {
    width: 70px;
    height: 70px;
    top: -50px;
    left: -40px;
  }
  .image-text-column .items-wrapper .item.item-1 .img-wrapper:before,
  .image-text-column .items-wrapper .item.item-3 .img-wrapper:before{
    width: 70px;
    height: 70px;
  }
  .image-text-column .items-wrapper .item.item-1 .img-wrapper:before {
    top: -50px;
    left: -40px;
  }
  .image-text-column .items-wrapper .item.item-3 .img-wrapper:before {
    right: 0px;
    bottom: -35px;
  }
}

@media screen and (max-width:767px){
  .image-text-column {
    padding: 30px 0;
  }
  .image-text-column .items-wrapper .item {
    gap: 20px;
    margin-bottom: 40px;
    flex-direction: column !important;
  }
  .image-text-column .items-wrapper .item .content-wrapper, .image-text-column .items-wrapper .item .img-wrapper {
    width: 100%;
  }
  .image-text-column .items-wrapper .item .content-wrapper .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
  }
  .image-text-column .items-wrapper .item.item-1 .content-wrapper:before, 
  .image-text-column .items-wrapper .item.item-3 .img-wrapper:before {
    width: 60px;
    height: 60px;
    left: unset;
    right: 10px;
  }
  .image-text-column .items-wrapper .item.item-1 .content-wrapper:before {
    top: -50px;
  }
  .image-text-column .items-wrapper .item .content-wrapper .content p {
    font-size: 14px;
    line-height: 22px;
  }
  .image-text-column .items-wrapper .item .content-wrapper .content ul {
    gap: 12px;
    padding-left: 25px;
  }
  .image-text-column .items-wrapper .item .content-wrapper ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .image-text-column .items-wrapper .item.item-3 .img-wrapper:before {
    bottom: -20px;
  }
}

/* Image Text Column CSS End */

/* Warranty CSS Start */

.warranty-wrapper {
    padding: 80px 0;
}
.warranty-wrapper .col-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: space-between;
}
.warranty-wrapper .col-wrapper .img-wrapper,
.warranty-wrapper .col-wrapper .content-wrapper{
    width: 50%
}
.warranty-wrapper .col-wrapper .img-wrapper img{
    width: 100%
}
.warranty-wrapper .col-wrapper .content-wrapper .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.6px;
    color: #282828;
    margin: 0;
    margin-bottom: 24px;
}
.warranty-wrapper .col-wrapper .content-wrapper .title span.bg-green {
    background: #A5B298;
    border-radius: 26px;
    padding: 7px 20px;
}
.warranty-wrapper .col-wrapper .content-wrapper .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    color: #282828;
    width: 100%;
    margin-bottom: 24px;
}
.warranty-wrapper .col-wrapper .content-wrapper .content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding-left: 32px;
}
.warranty-wrapper .col-wrapper .content ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    color: #282828;
    list-style: none;
    width: 100%;
}
.warranty-wrapper .col-wrapper .content ul li:before {
    content: '';
    background-image: url(/cdn/shop/files/Vector_d67862f7-fe45-4661-a434-19aaea1415e4.png?v=1729159629);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    left: -25px;
    top: 7px;
}
.warranty-wrapper .col-wrapper .content-wrapper .content {
    margin-bottom: 24px;
}
.warranty-wrapper .review-box {
    background: #fff;
    border: 1px solid #18284C33;
    width: 100%;
    max-width: 435px;
    border-radius: 4px;
    margin-top: 24px;
    padding: 10px 15px;
}
.warranty-wrapper .review-box .info {
    gap: 12px;
    display: flex;
    align-items: center;
      margin-top: 10px;
}
.warranty-wrapper .review-box .info .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #263F42;
}
.warranty-wrapper .review-box .verified-badge {
    display: flex;
    align-items: center;
    font-family: 'Roc Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.0001em;
    color: #263F42;
    gap: 3px;
}
.warranty-wrapper .review-box p.msg {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.6px;
    color: #263F42;
    margin-top: 10px;
}
.warranty-wrapper .slick-dots {
    position: absolute;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
    gap: 5px;
    bottom: -20px;
}
.warranty-wrapper .slick-dots button {
    display: none;
}
.warranty-wrapper .slick-dots li {
    height: 2px;
    background: #18284C80;
    list-style: none;
    width: 24px;
    border-radius: 100px;
    cursor: pointer;
}
.warranty-wrapper .slick-dots li.slick-active {
    width: 48px;
    background: #263F42;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .warranty-wrapper {
    padding: 30px 0 60px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0 20px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .title br{
    display: none;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .content {
    margin-bottom: 20px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .content ul {
    gap: 10px;
    padding-left: 25px;
  }
  .warranty-wrapper .col-wrapper .content ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .warranty-wrapper .review-box .info .name {
    font-size: 16px;
    line-height: 16px;
  }
  .warranty-wrapper .review-box .verified-badge {
    line-height: 16px;
  }
  .warranty-wrapper .review-box p.msg {
    font-size: 14px;
    line-height: 16px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .title span.bg-green {
    padding: 5px 15px;
  }
}

@media screen and (max-width:767px){
  .warranty-wrapper {
    padding: 30px 0 60px;
  }
  .warranty-wrapper .col-wrapper {
    gap: 20px;
    flex-direction: column;
  }
  .warranty-wrapper .col-wrapper .img-wrapper, .warranty-wrapper .col-wrapper .content-wrapper {
    width: 100%;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0 16px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .title br{
    display: none;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .title span.bg-green {
    padding: 6px 12px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .content ul {
    padding-left: 25px;
  }
  .warranty-wrapper .col-wrapper .content ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .warranty-wrapper .col-wrapper .content-wrapper .content {
    margin-bottom: 16px;
  }
  .warranty-wrapper .review-box .info .name {
    font-size: 14px;
    line-height: 16px;
  }
  .warranty-wrapper .review-box p.msg {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
  }
  .warranty-wrapper .slick-dots {
    bottom: -30px;
  }
}

/* Warranty CSS End */

/* Review Slider CSS Start */

.review-container {
    padding: 80px 0px 80px 50px !important;
    width: 100% !important;
}
.review-container h2.review-title {
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 44px !important;
    letter-spacing: 0.6px !important;
    color: #282828 !important;
    margin: 0 !important;
}
.review-container .review-swiper {
    padding-top: 0px !important;
    margin-top: -50px !important;
}
.review-container .review-desc span.review-stars {
    display: block !important;
    margin-top: 8px !important;
    margin-bottom: 10px !important;
}
.review-container .review-desc h1 {
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 16px !important;
    letter-spacing: 0.6px !important;
    color: #121212 !important;
}
.review-container .review-desc p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0.6px !important;
    color: #212529 !important;
}
.review-container .text-content-left .review-title {
    position: relative;
}
.review-container .text-content-left .review-title:before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard_2.png?v=1729164768);
    width: 150px;
    height: 145px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -70%;
    right: 30%;
}
.review-container .text-content-left .reviews-more {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 12px;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .review-container {
    padding: 60px 0 60px 5rem !important;
  }
  .review-container h2.review-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .review-container .text-content-left .review-title:before {
    width: 50px;
    height: 50px;
    bottom: -50%;
    right: 20%;
  }
}

@media screen and (max-width:767px){
  .review-container {
    padding: 40px 0 30px 1.5rem !important;
  }
  .review-container h2.review-title {
    font-size: 24px !important;
    line-height: 32px !important;
    padding: 0 !important;
    position: relative;
  }
  .review-container .review-swiper {
    margin-top: 40px !important;
  }
  .review-container .text-content-left .review-title:before {
    width: 50px;
    height: 50px;
    bottom: -40%;
    right: 0%;
    z-index: -1;
  }
  .review-container .review-desc h1 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .review-container .review-desc p {
    font-size: 13px !important;
    line-height: 18px !important;
    margin-top: 16px;
  }
  .review-bottom {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .review-bottom .swiper-button-prev, .review-bottom .swiper-button-next {
    margin-top: 10px !important;
  }
  
}
/* Review Slider CSS End */

/* Soft Cost CSS Start */

.sofa-costs {
    padding: 80px 0;
}
.sofa-costs .col-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: space-between;
}
.sofa-costs .col-wrapper .content-wrapper,
.sofa-costs .col-wrapper .img-wrapper{
    width: 50%;
}
.sofa-costs .col-wrapper .img-wrapper img {
    width: 100%;
}
.sofa-costs .star-rating {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #263F42;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.sofa-costs .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.6px;
    color: #282828;
    margin: 0;
    margin-bottom: 20px;
}
.sofa-costs .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #282828;
    margin-bottom: 20px;
}
.sofa-costs .col-wrapper .content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding-left: 32px;
}
.sofa-costs .col-wrapper .content ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    color: #282828;
    list-style: none;
    width: 100%;
}
.sofa-costs .col-wrapper .content ul li:before {
    content: '';
    background-image: url(/cdn/shop/files/Vector_d67862f7-fe45-4661-a434-19aaea1415e4.png?v=1729159629);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    left: -25px;
    top: 7px;
}
.sofa-costs .col-wrapper .content-wrapper .content {
    margin-bottom: 20px;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .sofa-costs {
    padding: 60px 0;
  }
  .sofa-costs .col-wrapper {
    gap: 50px;
  }
  .sofa-costs .star-rating {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sofa-costs .title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .sofa-costs .title br{
    display: none;
  }
  .sofa-costs .col-wrapper .content-wrapper .content {
    margin-bottom: 15px;
  }
  .sofa-costs .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sofa-costs .col-wrapper .content ul {
    gap: 10px;
    padding-left: 25px;
  }
  .sofa-costs .col-wrapper .content ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .sofa-costs .col-wrapper .img-wrapper img {
    width: 100%;
  }
}

@media screen and (max-width:767px){
  .sofa-costs {
    padding: 60px 0;
  }
  .sofa-costs .col-wrapper {
    gap: 40px;
    flex-direction: column;
  }
  .sofa-costs .col-wrapper .content-wrapper, .sofa-costs .col-wrapper .img-wrapper {
    width: 100%;
  }
  .sofa-costs .star-rating {
    margin-bottom: 16px;
  }
  .sofa-costs .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
  }
  .sofa-costs .title br {
    display: none;
  }
  .sofa-costs .col-wrapper .content-wrapper .content {
    margin-bottom: 16px;
  }
  .sofa-costs .content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .sofa-costs .col-wrapper .content ul {
    padding-left: 25px;
  }
  .sofa-costs .col-wrapper .content ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .sofa-costs .col-wrapper .img-wrapper img {
    width: 100%;
  }
  .sofa-costs .col-wrapper .content-wrapper button.cost-cta {
    margin: auto;
  }
}

/* Sofa Cost CSS End */

/* Sofa Slider CSS Start */
/* .sofa-slider-wrapper {
    margin: 0 3rem;
} */
.sofa-slider-wrapper {
    padding: 45px 3rem;
    background: #F5F7F3;
}
.sofa-slider-wrapper .slider-wrapper {
    width: 100%;
    position: relative;
}
.sofa-slider-wrapper .slider-wrapper img {
    width: 100%;
}
/* .sofa-slider-wrapper .content-wrapper {
    position: absolute;
    top: 30px;
    left: 20px;
} */
/* .sofa-slider-wrapper .content-wrapper .title {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: .6px;
    color: #fff;
    margin: 0 0 10px;
    width: 100%;
    max-width: 700px;
} */
.sofa-slider-wrapper .content-wrapper {
    margin-bottom: 36px;
}
.sofa-slider-wrapper .content-wrapper .title{
  font-family: 'Editors Note';
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 0 0 10px;
  text-align: center;
}
/* .sofa-slider-wrapper .content-wrapper .content {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    width: 100%;
    max-width: 650px;

} */
.sofa-slider-wrapper .content-wrapper .content{
  font-family: 'Gellix';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.6px;
  color: #000000;
}
.sofa-slider-wrapper .slick-dots {
    position: absolute;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
    gap: 16px;
    bottom: 20px;
}
.sofa-slider-wrapper .slick-dots button {
    display: none;
}
.sofa-slider-wrapper .slick-dots li {
    height: 2px;
    background: #FDE8A180;
    list-style: none;
    width: 40px;
    border-radius: 100px;
    cursor: pointer;
}
.sofa-slider-wrapper .slick-dots li.slick-active {
    width: 80px;
    background: #FDE8A1;
}
.sofa-slider-wrapper .desktop-banner.slider-wrapper {
  display: block;
}
.sofa-slider-wrapper .mobile-banner.slider-wrapper {
  display: none;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .sofa-slider-wrapper .content-wrapper {
    top: 25px;
    left: 20px;
  }
  /* .sofa-slider-wrapper .content-wrapper .title {
    font-size: 20px;
    line-height: 30px;
    max-width: 500px;
  } */
  .sofa-slider-wrapper .content-wrapper .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width:767px){
  .sofa-banner-wrapper .desktop-banner {
    display: none;
  }
  .sofa-banner-wrapper .mobile-banner {
    display: block;
  }
  .sofa-slider-wrapper {
    margin: 0;
  }
  /* .sofa-slider-wrapper .content-wrapper {
    top: 20px;
    left: 15px;
    max-width: 70%;
  } */
  .sofa-slider-wrapper .content-wrapper {
    max-width: 90%;
    margin: auto;
    margin-bottom: 36px;
  }
  /* .sofa-slider-wrapper .content-wrapper .title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 6px;
  } */
  .sofa-slider-wrapper .content-wrapper .title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 16px;
    color: #282828;
  }
  .sofa-slider-wrapper .content-wrapper .title br{
    display: none;
  }
  /* .sofa-slider-wrapper .content-wrapper .content {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
  } */
  .sofa-slider-wrapper .content-wrapper .content {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
    color: #282828;
  }
  .sofa-slider-wrapper .slick-dots {
    gap: 8px;
    bottom: 10px;
  }
  .sofa-slider-wrapper .slick-dots li {
    width: 24px;
  }
  .sofa-slider-wrapper .slick-dots li.slick-active {
    width: 48px;
  }
  .sofa-slider-wrapper {
    padding: 43px 0rem;
  }
  .sofa-slider-wrapper .desktop-banner.slider-wrapper {
    display: none;
  }
  .sofa-slider-wrapper .mobile-banner.slider-wrapper {
    display: block;
  } 
}
/* Sofa Slider CSS End */

/* Brand Comparison CSS Start */

.brand-comparison {
    background: #F8EFE2;
    padding: 80px 0;
    margin-top: 80px;
}
.brand-comparison .comparison-table {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-top: 50px;
}
.brand-comparison .comparison-table .table-row {
    display: flex;
    gap: 50px;
    width: 100%;
}
.brand-comparison .comparison-table .table-row div {
    position: relative;
    width: 30%;
    height: 80px;
    display: flex;
    align-items: center;
}
.brand-comparison .comparison-table .table-head .table-row div {
    height: 100px;
}
.brand-comparison .comparison-table .table-row div:nth-child(2) {
    width: 40%;
    background: #263f42;
    padding: 0 50px;
}
.brand-comparison .comparison-table .table-row div span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    border-bottom: 1px solid #1111111A;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.brand-comparison .comparison-table .table-row div:nth-child(2) span {
    color: #fff;
    border-bottom: 1px solid #FFFFFF1A;
}
.brand-comparison .comparison-table .table-head .table-row div span{
    font-weight: 600;
}
.brand-comparison .comparison-table .table-head .table-row div:nth-child(2) {
    border-radius: 30px 30px 0 0 !important;
}
.brand-comparison .comparison-table .table-row:last-child div:nth-child(2) {
    border-radius: 0 0 30px 30px;
}
.table-head .table-row .brand-img:before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard_2.png?v=1729164768);
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    top: -15px;
}
.brand-comparison .comparison-table .table-head .table-row .brand-img img {
    width: auto;
    height: 40px;
    margin: auto;
}
.brand-comparison .comparison-table .table-body .table-row:last-child div span {
    border-bottom: 0 !important;
}

@media screen and (min-width:767px) and (max-width:1024px){
  .brand-comparison {
    padding: 60px 0;
    margin-top: 60px;
  }
  .brand-comparison .comparison-table {
    margin: 40px auto auto;
  }
  .brand-comparison .comparison-table .table-row {
    gap: 30px;
  }
  .brand-comparison .comparison-table .table-head .table-row div {
    height: 80px;
  }
  .brand-comparison .comparison-table .table-row div span {
    font-size: 16px;
    justify-content: center;
    line-height: 24px;
    text-align: center;
  }
  .brand-comparison .comparison-table .table-row div:nth-child(2) {
    padding: 0px 30px;
    text-align: center;
  }
  .table-head .table-row .brand-img:before {
    width: 50px;
    height: 50px;
    right: -15px;
  }
}
@media screen and (max-width:767px){
  .brand-comparison {
    padding: 60px 0;
    margin-top: 60px;
  }
  .brand-comparison .comparison-table {
    margin: 40px auto auto;
  }
  .brand-comparison .comparison-table .table-row div span {
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
  }
  .brand-comparison .comparison-table .table-head .table-row div span {
    font-weight: 700;
  }
  .brand-comparison .comparison-table .table-head .table-row .brand-img img {
    height: 28px;
  }
  .brand-comparison .comparison-table .table-row div:nth-child(2) {
    padding: 0 15px;
  }
  .brand-comparison .comparison-table .table-row {
    gap: 10px;
  }
  .brand-comparison .comparison-table .table-row div {
    text-align: center;
  }
  .table-head .table-row .brand-img:before {
    width: 35px;
    height: 35px;
    right: -10px;
    top: -5px;
  }
  .brand-comparison .comparison-table .table-head .table-row div {
    height: 80px;
  }
}

/* Brand Comparison CSS End */

/* Sofa banner content css Start */

.baner-img-content-wrapper .col-wrapper-outer {
    display: flex;
    gap: 40px;
    align-items: center;
}
.baner-img-content-wrapper {
    padding: 80px 0;
}
.baner-img-content-wrapper .heading {
    margin-bottom: 60px;
}
.baner-img-content-wrapper .banner-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
}
.baner-img-content-wrapper .banner-wrapper img {
    width: 100%;
}
/* .baner-img-content-wrapper .banner-wrapper .text {
    position: absolute;
    bottom: 60px;
} */
.baner-img-content-wrapper .col-wrapper-outer h3.title {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #282828;
    margin: 0;
    margin-bottom: 45px;
}
.baner-img-content-wrapper .col-wrapper-outer p {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #282828;
}
.baner-img-content-wrapper .content-wrpper {
    margin-top: 32px;
    width: 45%;
}
.baner-img-content-wrapper .content-wrpper .description {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #282828;
    width: 100%;
    max-width: 850px;
    margin: auto;
}
.baner-img-content-wrapper .content-wrpper .description p {
    margin-bottom: 32px;
}
.baner-img-content-wrapper .col-wrapper {
    display: flex;
    justify-content: center;
    gap: 44px;
    text-align: center;
}
.baner-img-content-wrapper .col-wrapper h3.title {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #282828;
    margin: 0;
    margin-bottom: 16px;
}
.baner-img-content-wrapper .col-wrapper p {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #282828;
    margin: 0;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .baner-img-content-wrapper {
    padding: 60px 0;
  }
  .baner-img-content-wrapper .heading {
    margin-bottom: 30px;
  }
  .baner-img-content-wrapper .banner-wrapper .text {
    bottom: 40px;
  }
  .baner-img-content-wrapper .banner-wrapper h3.title {
    font-size: 26px;
    line-height: 30px;
  }
  .baner-img-content-wrapper .banner-wrapper p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  .baner-img-content-wrapper .content-wrpper {
    margin-top: 30px;
  }
  .baner-img-content-wrapper .content-wrpper .description {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5rem;
  }
  .baner-img-content-wrapper .content-wrpper .description p {
    margin-bottom: 20px;
  }
  .baner-img-content-wrapper .col-wrapper h3.title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .baner-img-content-wrapper .col-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .baner-img-content-wrapper .col-wrapper-outer {
    gap: 26px;
    flex-direction: column-reverse;
  }
  .baner-img-content-wrapper .content-wrpper {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .baner-img-content-wrapper .banner-wrapper {
    width: 100%;
  }
}

@media screen and (max-width:767px){
  .baner-img-content-wrapper {
    padding: 60px 0;
  }
  .baner-img-content-wrapper .col-wrapper-outer {
    gap: 26px;
    flex-direction: column-reverse;
  }
  .baner-img-content-wrapper .col-wrapper-outer h3.title {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin: 0 0 20px;
  }
  .baner-img-content-wrapper .col-wrapper-outer p {
    font-size: 14px;
    line-height: 16px;
  }
  .baner-img-content-wrapper .banner-wrapper .text {
    bottom: 15px;
  }
  .baner-img-content-wrapper .content-wrpper {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .baner-img-content-wrapper .banner-wrapper {
    width: calc(100% + 3rem);
  }
  .baner-img-content-wrapper .content-wrpper .description {
    font-size: 14px;
    line-height: 20px;
  }
  .baner-img-content-wrapper .content-wrpper .description p {
    margin-bottom: 20px;
  }
  .baner-img-content-wrapper .col-wrapper {
    gap: 18px;
    margin-top: 30px;
  }
  .baner-img-content-wrapper .col-wrapper h3.title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 4px;
  }
  .baner-img-content-wrapper .col-wrapper p {
    font-size: 12px;
    line-height: 18px;
  }
}
/* Sofa banner content css End */

/* Sofa FAQs CSS Start */

.sofa-faq-sec {
    padding: 90px 0;
    background: #F8EFE2;
}
.sofa-faq-sec .img-faq {
    display: flex;
    gap: 100px;
}
.sofa-faq-sec .img-faq .img-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
}
.sofa-faq-sec .img-faq .faq-wrapper {
    width: 50%;
}
.sofa-faq-sec .faq-wrapper .faq-heading .title {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.6px;
    color: #282828;
    margin: 0;
    margin-bottom: 14px;
}
.sofa-faq-sec .faq-wrapper .faq-heading p {
    font-family: Gellix;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: .6px;
    color: #282828;
    margin: 0;
    max-width: 400px;
    margin-bottom: 40px;
}
.sofa-faq-sec div.faq_section_accordian .card {
    border: 0;
    background: transparent;
    border-bottom: 0;
    padding: 0;
}
.sofa-faq-sec .faq_section_accordian .card-header {
    background: transparent;
    box-shadow: unset !important;
    border: 0;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 20px;
}
.sofa-faq-sec .faq_section_accordian .card:first-child .card-header {
    margin-top: 0;
}
.sofa-faq-sec .faq_section_accordian .card .card-header h5 button.btn {
    font-family: Gellix;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .6px;
    color: #282828;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-right: 20px;
    position: relative;
}
.sofa-faq-sec .faq_section_accordian .card .card-body {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #282828;
    background: none;
    padding: 0;
    margin: 10px 0 0 !important;
}
.sofa-faq-sec .faq_section_accordian .card .card-header h5 button.btn i {
    position: absolute;
    right: 0;
    top: 8px;
}
.sofa-faq-sec .img-faq .faq-wrapper .faq_section_accordian {
    max-width: 500px;
    width: 100%;
}
.sofa-faq-sec .faq_section_accordian .card .card-header h5 button.btn i {
    position: absolute;
    right: 0;
    top: 8px;
}
.sofa-faq-sec .img-faq .img-wrapper .img {
    position: relative;
    width: fit-content;
    /* margin-left: auto; */
}
.sofa-faq-sec .img-faq .img-wrapper .img:before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard_2.png?v=1729164768);
    width: 150px;
    height: 145px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    left: -65px;
    z-index: 1;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .sofa-faq-sec {
    padding: 60px 0;
  }
  .sofa-faq-sec .img-faq {
    gap: 50px;
  }
  .sofa-faq-sec .img-faq .img-wrapper .img {
    width: 100%;
  }
  .sofa-faq-sec .img-faq .img-wrapper .img img {
    width: 100%;
  }
  .sofa-faq-sec .img-faq .img-wrapper .img:before {
    width: 70px;
    height: 70px;
    top: -35px;
    left: -25px;
  }
  .sofa-faq-sec .faq-wrapper .faq-heading .title {
    font-size: 26px;
    line-height: 36px;
  }
  .sofa-faq-sec .faq-wrapper .faq-heading p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .sofa-faq-sec .faq_section_accordian .card-header {
    margin-top: 20px;
  }
  .sofa-faq-sec .faq_section_accordian .card .card-header h5 button.btn {
    font-size: 16px;
    line-height: 24px;
  }
  .sofa-faq-sec .faq_section_accordian .card .card-body {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width:767px){
  .sofa-faq-sec {
    padding: 60px 0;
  }
  .sofa-faq-sec .img-faq {
    gap: 30px;
    flex-direction: column;
  }
  .sofa-faq-sec .img-faq .img-wrapper,
  .sofa-faq-sec .img-faq .img-wrapper .img,
  .sofa-faq-sec .img-faq .img-wrapper .img img{
    width: 100%;
  }
  .sofa-faq-sec .img-faq .faq-wrapper {
    width: 100%;
  }
  .sofa-faq-sec .img-faq .img-wrapper .img:before {
    width: 60px;
    height: 60px;
    top: -25px;
    left: -10px;
  }
  .sofa-faq-sec .faq-wrapper .faq-heading .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 12px;
  }
  .sofa-faq-sec .faq-wrapper .faq-heading p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px;
  }
  .sofa-faq-sec .faq_section_accordian .card .card-header h5 button.btn {
    font-size: 18px;
    line-height: 26px;
  }
  .sofa-faq-sec div.faq_section_accordian .card {
    padding: 0 !important;
  }
  .sofa-faq-sec .faq_section_accordian .card-header {
    margin-top: 24px;
  }
  .sofa-faq-sec .faq_section_accordian .card .card-body {
    margin: 8px 0 0 !important;
  }
}

/* Sofa FAQs CSS End */

/* Sofa dream CSS Start */

.sofa-dream-wrapper .review-wrapper {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .6px;
    color: #263f42;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.sofa-dream-wrapper .col-wrapper .content-wrapper .title {
    max-width: 450px;
}
.sofa-dream-wrapper .col-wrapper .content-wrapper .content p {
    max-width: 525px;
}
.sofa-dream-wrapper .img-wrapper .img {
    position: relative;
    width: fit-content;
}
.sofa-dream-wrapper .img-wrapper .img:before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard.png?v=1729500249);
    width: 166px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -35px;
    right: 0px;
    z-index: 1;
}

@media screen and (max-width:767px){
  .sofa-dream-wrapper .col-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .sofa-dream-wrapper{
    padding: 60px 0 !important;
  }
  .sofa-dream-wrapper .img-wrapper .img:before {
    width: 70px;
    height: 70px;
    top: -5px;
    right: 20px;
  }
  
}

/* Sofa dream CSS End */

/* Footer CSS Start */

/* .page_lifely-sofa footer.footer {
    padding: 35px 3rem !important;
} */
.page_lifely-sofa footer.footer {
    padding: 0px !important;
}
.page_lifely-sofa footer.footer .sofa-footer-wrapper {
    max-width: 1600px !important;
    width: 100% !important;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sofa-footer-logo img {
    width: 100%;
    max-width: 100px;
}
.sofa-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.sofa-footer-links a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
}
.sofa-cause img {
    max-width: 125px;
    width: 100%;
}
.sofa-copyright {
    width: calc(80% - 15rem);
    max-width: 1000px;
    margin: 20px auto auto;
    padding-top: 30px;
    border-top: 1px solid #FFFFFF4D;
}
.sofa-copyright p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.sofa-copyright p span.bb {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

@media screen and (min-width:768px) and (max-width:1024px){
  /* .page_lifely-sofa footer.footer {
    padding: 30px 2rem !important;
  } */
  .sofa-footer-links a {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .sofa-footer-links {
    gap: 20px;
    padding: 0 3rem;
  }
  .sofa-copyright {
    width: calc(80% - 10rem);
    margin: 15px auto auto;
    padding-top: 20px;
  }
  .sofa-copyright p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width:767px){
  /* .page_lifely-sofa footer.footer {
    padding: 30px 1.5rem !important;
    display: block;
  } */
  /* footer.footer.footer-mobile {
    display: none;
  } */
  .page_lifely-sofa footer.footer .sofa-footer-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .sofa-footer-links {
    gap: 14px;
    flex-direction: column;
  }
  .sofa-footer-links a {
    font-size: 14px;
    text-align: center;
  }
  .sofa-copyright {
    width: 100%;
    margin: 14px auto auto;
    padding-top: 24px;
  }

}

/* Footer CSS End */

/* POPUP Form CSS Start */

form.klaviyo-form[data-testid=klaviyo-form-TDtspv] {
    width: 100% !important;
    max-width: 1200px !important;
}
.page_lifely-sofa form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] {
    padding: 50px !important;
}
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] > .needsclick {
    padding: 0 !IMPORTANT;
    padding-right: 50px ! IMPORTANT;
}
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] div[data-testid="form-component"] {
    padding: 0 !important;
}
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] h1,
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] h1 span{
    font-family: 'Gellix'  !important;
    font-weight: 600  !important;
    font-size: 32px  !important;
    line-height: 44px  !important;
    letter-spacing: 0.6px !important;
    color: #242424 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] p,
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] p span,
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] li,
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] li span{
    font-family: 'Gellix' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.6px !important;
    color: #282828 !important;
}
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] ul {
    padding-left: 25px !important;
    list-style: none !important;
}
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] li {
    position: relative !important;
    margin-bottom: 12px !important;
}
form.klaviyo-form[data-testid="klaviyo-form-TDtspv"] li:before{
    content: "";
    background-image: url(/cdn/shop/files/Vector_d67862f7-fe45-4661-a434-19aaea1415e4.png?v=1729159629);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    left: -25px;
    top: 7px;
}
form.klaviyo-form[data-testid=klaviyo-form-TDtspv] input {
    border-radius: 40px !important;
    border-color: #263f42 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    max-width: 400px !important;
    margin-top: 24px !important;
}
form.klaviyo-form[data-testid=klaviyo-form-TDtspv] button {
    background: #263f42 !important;
    font-family: Gellix !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 36px !important;
    color: #fff !important;
    border-radius: 100px !important;
    margin-top: 24px  !important;
    width: auto !important;
    padding: 0px 40px !important;
    height: 52px !important;
}

@media screen and (max-width:767px){
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv] {
    width: 100vw !important;
  }
  .page_lifely-sofa form.klaviyo-form[data-testid=klaviyo-form-TDtspv] {
    padding: 22px 20px !important;
  }
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv] h1, 
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv] h1 span {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv]>.needsclick {
    padding: 0 !important;
  }
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv] p, 
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv] p span, 
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv] li, 
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv] li span {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  form.klaviyo-form[data-testid=klaviyo-form-TDtspv] input {
    margin-top: 20px !important;
}
form.klaviyo-form[data-testid=klaviyo-form-TDtspv] button {
    margin-top: 20px  !important;
  }
}

/* POPUP Form CSS Start */


/* New CSS 28-01-25 Start */

.sofa-banner-wrapper span.text-2 {
    font-weight: 700;
}
.steps-wrapper .sec-heading .heading,
.img-grid-4 .sec-heading .heading{
    font-weight: 300;
    font-family: 'Editors Note';
}
.steps-wrapper .sec-heading .heading span.text-2 {
    font-weight: 300;
}
.sofa-full-width img {
    display: flex;
    width: 100%;
}
.warranty-wrapper .content-wrapper h3 {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.6px;
    color: #242424;
    margin: 0;
}
.warranty-wrapper .content-wrapper h4 {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.6px;
    color: #242424;
    margin-bottom: 24px;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .warranty-wrapper .content-wrapper h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .warranty-wrapper .content-wrapper h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:767px){
  .sofa-banner-wrapper span.text-2 {
    font-weight: 300;
  }
  .img-grid-4 .sec-heading .heading {
    font-weight: 600;
    font-family: 'Gellix';
  }
  .warranty-wrapper .content-wrapper h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .warranty-wrapper .content-wrapper h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .warranty-wrapper .content-wrapper h3 b {
    background: #A5B298;
    padding: 6px 18px;
    border-radius: 50px;
  }
}

/* New CSS 28-01-25 End */

/* CSS -12-02-25 */

.sofa-banner-wrapper .cta-wrapper .intro-wrapper {
    padding: 40px 65px 40px 30px;
}
.sofa-banner-wrapper .content-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
.sofa-banner-wrapper .cta-wrapper {
    margin-top: -20rem;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper h4 {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #263F42;
    margin-bottom: 16px;
}
.sofa-banner-wrapper .cta-wrapper .intro-wrapper h1.heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}
.sofa-banner-wrapper .featured-wrapper {
    position: absolute;
    bottom: 20px;
}
.sofa-banner-wrapper .featured-wrapper .featured-img-wrapper {
    max-width: 65%;
}
.steps-wrapper {
    position: relative;
}
.steps-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Artboard_3.png?v=1729154982);
    width: 167px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -85px;
    right: 35px;
}
.img-grid-4:before,
.sofa-full-width:before{
  content: none;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper {
    padding: 40px 40px 40px 30px;
  }
  .steps-wrapper:before {
    width: 80px;
    height: 85px;
    top: -40px;
    right: 25px;
  }
}

@media screen and (max-width:767px){
  .sofa-banner-wrapper .cta-wrapper {
      margin-top: 0rem;
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper {
    padding: 20px;
  }
  .sofa-banner-wrapper .featured-wrapper {
    position: relative;
    bottom: unset;
  }
  .sofa-banner-wrapper .featured-wrapper .featured-img-wrapper {
    max-width: 100%;
  }
  .steps-wrapper:before {
    content: none;
  }
  .img-grid-4:before,
  .sofa-full-width:before{
    content: '';
  }
  .sofa-banner-wrapper .cta-wrapper .intro-wrapper h4 {
    text-align: center;
  }
}


/* 
########################################################################################################################################
#                                              SOFA PORDUCT PAGE CSS                                                                   #
######################################################################################################################################## 
*/

/* Main product CSS Start */

.product_lifely-modular-sofa .product_main_thumb_grid_sec {
    display: flex;
    flex-direction: column-reverse;
}
.product_lifely-modular-sofa #productSliderGallery .slick-track {
    margin-left: 0;
}
.product_lifely-modular-sofa #productSliderGallery .product__media .lightbox-container{
  width: auto !important;
}
.product_lifely-modular-sofa #productSliderGallery .lightbox-container img {
    transform: unset;
    object-fit: cover;
}
.product_lifely-modular-sofa .mid-sale-discount-batches ul li {
    padding: 0 !important;
    min-height: auto !important;
}
.product_lifely-modular-sofa .mid-sale-discount-batches ul {
    padding: 10px 30px !important;
}
.product_lifely-modular-sofa .mid-sale-discount-batches li h4 {
    color: #ffffff !important;
}
.product_lifely-modular-sofa .mid-sale-discount-batches li p {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}
.product_lifely-modular-sofa .mid-sale-discount-batches li p.limited-text.total-saving-text {
    font-size: 16px !important;
    line-height: 24px !important;
}
.product-form__input input[type=radio]+label img {
    width: 46px;
    height: 46px;
}
.product_lifely-modular-sofa .product-form__input input[type=radio]+label {
    font-size: 0;
    background: transparent;
    padding: 5px !important;
    border: 3px solid #fff !important;
    margin-left: 0;
    margin-right: 0;
}
.product_lifely-modular-sofa .product-form__input input[type=radio]:checked + label {
    border: 3px solid #2C474B !important;
}
.product_lifely-modular-sofa variant-radios fieldset:last-of-type {
    margin-top: 14px !important;
    padding-top: 24px !important;
    border-top: 1px solid #CFCFD0;
}
.product_lifely-modular-sofa variant-radios fieldset:last-of-type input[type=radio]+label img {
    width: auto;
    height: auto;
}
.product_lifely-modular-sofa variant-radios fieldset:last-of-type input[type=radio]+label {
    margin: 0 20px 10px 0px;
    border-radius: 3px;
    /* padding: 20px !important; */
    border: 1px solid #ffffff !important;
}
.product_lifely-modular-sofa variant-radios fieldset:last-of-type input[type=radio]:checked+label {
    border: 1px solid #2C474B !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.product_lifely-modular-sofa label[for="without-ottoman"] {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}

/* Main product CSS End */

/* Step CSS Start */

.soft-product-steps.steps-wrapper {
    background: #F9F1E5;
    padding: 50px 0 70px;
}
.soft-product-steps.steps-wrapper .steps-wrapper .steps-3 {
    margin-top: 0px;
}

/* Step CSS End */

/* Product Detail CSS Start */

.sofa-slider-container {
    padding: 55px 0;
}
.sofa-slider-container .container-wrapper {
    display: flex;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    margin: auto;
}
.sofa-slider-container .container-wrapper .thumbnail-slider {
    width: 10% !important;
    max-width: 80px;
    margin-right: 26px;
}
.sofa-slider-container .container-wrapper .main-slider {
    width: 90%;
}
.sofa-slider-container .container-wrapper .main-content-wrapper {
    display: flex !important;
    gap: 50px;
}
.sofa-slider-container .container-wrapper .main-content-wrapper .accordion {
    margin: 0;
    width: 100%;
    border: 0;
    max-width: 500px;
}
.sofa-slider-container .container-wrapper .main-content-wrapper .accordion .accordion-title {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #000;
    font-family: Gellix;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #282828;
}
.sofa-slider-container .container-wrapper .main-content-wrapper .accordion .accordion-title:after {
    content: '';
    position: absolute;
    right: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 3.5px;
    top: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
}
.sofa-slider-container .container-wrapper .main-content-wrapper .accordion .accordion-content {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}
.sofa-slider-container .container-wrapper .thumbnail-slider .slick-slide img {
    border: 1px solid #CFCFD0;
    border-radius: 14px;
}
.sofa-slider-container .container-wrapper .thumbnail-slider .slick-slide.slick-current.slick-active img {
    border: 2px solid #2C474B;
}
.sofa-slider-container .container-wrapper .thumbnail-slider .slick-slide {
    margin-bottom: 5px !important;
}
.sofa-slider-container .container-wrapper .main-slider .slick-list {
    height: 100%;
}
/* Product Detail CSS End */

/* Image Text Alternate direction CSS Start */

.product_lifely-modular-sofa .image-text-column {
    background: #f9f1e5;
    padding: 70px 0 35px;
}
.product_lifely-modular-sofa .image-text-column .sec-heading .heading {
    font-family: 'Editors Note';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    color: #282828;
    margin-bottom: 50px;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-1 .content-wrapper:before,
.product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-3 .img-wrapper:before{
  content: none;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item {
    gap: 0px;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper{
    padding-left: 30px;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper .title {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper .title br{
  display: none;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper .content {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}
/* .product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-2 {
    align-items: flex-start;
} */
.product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-2 .content-wrapper {
    padding-left: 0;
    width: 100%;
    max-width: 450px;
    padding-top: 30px;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-3 .img-wrapper {
    width: 48%;
    margin-top: -150px;
}

.product_lifely-modular-sofa .image-text-2column {
    background: #f9f1e5;
    padding: 35px 0 70px;
}
.image-text-2column .item {
    display: flex;
}
.image-text-2column .item .content-wrapper {
    width: 35%;
}
.image-text-2column .item .content-wrapper .title {
    font-family: 'Gellix';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.image-text-2column .item .content-wrapper .content {
    font-family: Gellix;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    max-width: 350px;
}
.image-text-2column .item .img-wrapper {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
}
.product_lifely-modular-sofa .review-box .slick-list{
  height: 100%;
}
.product_lifely-modular-sofa .warranty-wrapper .col-wrapper .content-wrapper .title {
    font-size: 30px;
    line-height: 36px;
    margin: 0px 0 20px;
}
.product_lifely-modular-sofa .warranty-wrapper .col-wrapper .content-wrapper .title span.bg-green {
    padding: 5px 15px;
}
.product_lifely-modular-sofa .warranty-wrapper .col-wrapper .content-wrapper .content p {
    margin-bottom: 20px;
}
.product_lifely-modular-sofa .warranty-wrapper .col-wrapper .content-wrapper .content ul {
    gap: 8px;
}
.product_lifely-modular-sofa .warranty-wrapper .review-box {
    margin-top: 20px;
}
.product_lifely-modular-sofa .product-description-container {
    display: none;
}
/* Image Text Alternate direction CSS End */

@media screen and (min-width:768px) and (max-width:1024px){
  .product_lifely-modular-sofa .product__media {
    height: 100% !important;
  }
  .product_lifely-modular-sofa .lightbox-container img {
    transform: unset !important;
    height: 100%;
  }
  .product_lifely-modular-sofa .slick-list {
    height: 100%;
  }
  .product_lifely-modular-sofa #productSliderGallery .lightbox-container img {
    height: auto !important;
  }
  .product_lifely-modular-sofa #productSliderGallery .product__media .lightbox-container {
    height: auto !important;
  }
  .product_lifely-modular-sofa .product-sec-main .product__title {
    font-size: 24px;
    line-height: 30px;
  }
  .product_lifely-modular-sofa .wish_list_with_title {
    padding-right: 20px;
  }
  .product_lifely-modular-sofa .product__info-container .shopify-block.shopify-app-block {
    top: -15px !important;
    right: -15px !important;
  }
  .product_lifely-modular-sofa .product-sec-main {
    padding-top: 36px !important;
  }
  .product_lifely-modular-sofa .product-sec-main .product__info-wrapper.grid__item {
    padding-right: 0 !important;
  }
  .product_lifely-modular-sofa .mid-sale-discount-batches li p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .product_lifely-modular-sofa .mid-sale-discount-batches ul li div {
    min-height: auto !important;
  }
  .product_lifely-modular-sofa .mid-sale-discount-batches {
    width: 100%;
  } 
  .product_lifely-modular-sofa .mid-sale-discount-batches ul {
    padding: 10px 15px !important;
    align-items: start;
  }

  
  
  .product_lifely-modular-sofa .image-text-column .sec-heading .heading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper {
    padding-left: 20px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper .title {
    font-size: 20px;
    line-height: 24px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper .content {
    font-size: 14px;
    line-height: 22px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-2 .content-wrapper {
    padding-left: 0;
    width: 50%;
    padding-top: 0px;
    padding-right: 0px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-3 .img-wrapper {
    width: 50%;
    margin-top: 0;
  }
  .image-text-2column .item .content-wrapper {
    width: 50%;
    padding-right: 20px;
  }
  .image-text-2column .item .img-wrapper {
    width: 50%;
    gap: 10px;
  }
  .image-text-2column .item .img-wrapper img {
    width: calc(50% - 10px);
  }
  .product_lifely-modular-sofa .image-text-2column {
    padding: 0px 0 60px;
  }
  .product_lifely-modular-sofa .image-text-column {
    padding: 60px 0 0px;
  }
  .product_lifely-modular-sofa .warranty-wrapper .col-wrapper .content-wrapper .title {
    font-size: 20px;
    line-height: 30px;
  }
  .product_lifely-modular-sofa .trust-elements {
    display: none !important;
  }
}

@media screen and (max-width:767px){
  .product_lifely-modular-sofa .mid-sale-discount-batches ul li div {
    min-height: auto;
  }
  .soft-product-steps .steps-wrapper .steps-3 {
    margin: 0;
  }
  .product_lifely-modular-sofa .image-text-column {
    padding: 40px 0 20px;
  }
  .product_lifely-modular-sofa .image-text-column .sec-heading .heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper {
    padding-left: 0px;
    padding-top: 25px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-3 .img-wrapper {
    width: 100%;
    margin-top: 0;
  }
  .image-text-2column .item {
    flex-direction: column-reverse;
  }
  .image-text-2column .item .img-wrapper {
    width: 100%;
    gap: 10px;
  }
  .image-text-2column .item .img-wrapper img {
    width: calc(50% - 5px);
  }
  .image-text-2column .item .content-wrapper {
    width: 100%;
  }
  .image-text-2column .item .content-wrapper .content {
    max-width: 100%;
  }
  .product_lifely-modular-sofa .warranty-wrapper .col-wrapper .content-wrapper .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px;
  }
   .warranty-wrapper .col-wrapper .content-wrapper button.cta-btn.dream-cta {
    margin: auto;
  } 
}



/* Lifely Modular sofa CSS Start */
.product_lifely-modular-sofa #productSliderThumbs .slick-slide {
    margin-right:6px;
    margin-left:6px;
}
.product_lifely-modular-sofa #productSliderThumbs li img.gallery-thumb {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1;
}
.product_lifely-modular-sofa #productSliderThumbs .slick-current img {
    border: 3px solid #6B8D49;
}
.product_lifely-modular-sofa .product__media .lightbox-container img {
    width: 100% !important;
}
.product_lifely-modular-sofa #productSliderGallery .product__media .lightbox-container {
    width: 100% !important;
}
.product_lifely-modular-sofa .product-form__input input[type=radio]+label {
    width: unset !important;
    height: unset !important;
    background: transparent !important;
    display: inline-grid;
}
.product_lifely-modular-sofa .product-form__input input[type=radio]:checked+label {
    background: transparent !important;
}
.product_lifely-modular-sofa .product-form__input input[type=radio]:checked+label {
    border: 3px solid #2C474B !important;
    background: transparent !important;
}
.product_lifely-modular-sofa variant-radios .product-form__input input[value="Brown"]:hover+label {
    background: transparent !important;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-3 .img-wrapper {
    margin-top: 0px;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-1 .content-wrapper:before {
    content: '';
    position: absolute;
    background-image: ;
    width: 150px;
    height: 150px;
    background-image: url(/cdn/shop/files/Artboard_2.png?v=1729164768);
    background-size: contain;
    top: -90px;
    right: 0;
    left: 0px;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item {
    gap: 80px;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item .content-wrapper {
    padding-left: 0px;
}
.product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-2 .content-wrapper {
    width: 50%;
    max-width: 100%;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item {
    gap: 30px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-1 .content-wrapper:before {
    content: none;
  }
}

@media screen and (max-width:767px){
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-2 .content-wrapper {
    width: 100%;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item {
    gap: 0px;
  }
  .product_lifely-modular-sofa .image-text-column .items-wrapper .item.item-1 .content-wrapper:before {
    content: none;
  }
}

/* Modular Sofa CSS Start 25-03-25 */

.product_lifely-modular-sofa .product__info-container .price-section .originalPrice {
    display: block;
    margin-left: 0;
    font-family: 'Gellix';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #282828;
    text-decoration: none;
}
.product_lifely-modular-sofa variant-radios fieldset:last-of-type input[type=radio]+label {
    margin: 0 5px 5px !important;
}

@media screen and (min-width:1440px){
  .product_lifely-modular-sofa variant-radios fieldset:last-of-type input[type=radio]+label {
    margin: 0 20px 10px 0px !important;
    padding: 10px !important;
  }
}
@media screen and (max-width:767px){
  .product_lifely-modular-sofa .product__info-container .price-section .originalPrice {
    font-size: 30px;
    line-height: 36px;
  }
}


/* Modular Sofa CSS End 25-03-25 */

.selected-variant{
	display: flex; 
	align-items: center;
}

.fabric-materialC{
	max-width: 35% !important;
}
.layoutC {
    max-width: fit-content !important;
    padding-right: 10px;
}
.fabric-material, .layout{
  font-size: 15px; 
  font-weight: bold;
}


/* Sofa css 01-04-25 */

@media screen and (max-width:767px){
  .sofa-slider-container .container-wrapper .main-content-wrapper {
    display: flex !important;
    gap: 00px;
    width: 100% ! IMPORTANT;
  }
  .sofa-slider-container .container-wrapper .main-content-wrapper img {
    width: 100%;
    /* height: fit-content; */
  }
  .sofa-slider-container .container-wrapper .main-slider {
    width: 100%;
  }
  /* .sofa-slider-container .container-wrapper .main-slider .slick-list{
    height: unset !Important;
  } */
  .sofa-slider-container .container-wrapper .main-content-wrapper .accordion {
    display: none;
  }
  
  .sofa-slider-container .container-wrapper {
    flex-direction: column-reverse;
    max-width: 100%;
    gap: 24px;
  }
  .sofa-slider-container .container-wrapper .thumbnail-slider {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0;
  }
  .sofa-slider-container .container-wrapper .thumbnail-slider .slick-list.draggable {
    width: 100%;
    height: unset !important;
  }
  .sofa-slider-container .container-wrapper .thumbnail-slider .slick-track {
    width: 100%;
    display: flex;
    gap: 10px;
    overflow: auto;
    position: relative;
    height: unset ! IMPORTANT;
  }
  .sofa-slider-container .container-wrapper .thumbnail-slider .slick-track:before{
    content: none;
  }
  .sofa-slider-container .container-wrapper .thumbnail-slider .slick-slide {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
  }
}

/* CSS 03-04-25 START */

.product__info-wrapper .price-section {
    flex-direction: row;
}
.product__info-container span.\30-payment {
    padding: 5px 10px;
    background: #2c474b;
    max-width: 100%;
    color: #fff;
    font-size: 12px;
    display: block;
    width: fit-content;
    margin: 10px 0 0;
    border-radius: 5px;
    height: fit-content;
}
.product_lifely-modular-sofa variant-radios fieldset:last-of-type .selected-variant {
    margin-bottom: 8px;
}
span.free-cover-label {
    margin-top: -10px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Gellix;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.free-product-wrapper {
    margin-bottom: 24px !important;
}
.sofa-slider-container .container-wrapper .main-content-wrapper img {
    height: fit-content;
}
.soft-product-steps.steps-wrapper:before{
  content: none;
}
.product_lifely-modular-sofa .addional-details-container {
    display: none;
}
.ss__overlay-badge__grid-wrapper__slot.ss__overlay-badge__grid-wrapper__slot--right {
    right: 5px;
    top: 5px;
}
.ss__overlay-badge__grid-wrapper__slot.ss__overlay-badge__grid-wrapper__slot--left {
    top: 5px;
    left: 5px;
}
.ss__overlay-badge__grid-wrapper__slot .ss__badge-rectangle {
    padding: 0 8px;
    border-radius: 5px;
    font-family: Gellix !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 24px !important;
    text-align: center;
    letter-spacing: 0;
}
.product_main_thumb_grid_sec .gallery_thumb_with_3d .slick-list {
    height: auto;
}
.product_main_thumb_grid_sec .gallery_thumb_with_3d #productSliderThumbs {
    height: auto;
}


@media screen and (max-width:767px){
  span.free-cover-label {
    font-size: 12px;
    line-height: 14px;
  }
  .ss__overlay-badge__grid-wrapper__slot .ss__badge-rectangle {
    font-size: 10px !important;
    line-height: 20px !important;
  }
}
/* CSS 03-04-25 END */

/* Sofa Accordion content issue fix on mobile 09-04-25 */

.sofa-slider-container .container-wrapper.desktop {
    display: flex;
}
.sofa-slider-container .container-wrapper.mobile {
    display: none;
}

@media screen and (max-width:767px){
 .sofa-slider-container .container-wrapper.desktop {
    display: none;
  }
  .sofa-slider-container .container-wrapper.mobile {
    display: flex;
    flex-direction: column;
  } 
  .sofa-slider-container .container-wrapper .main-content-wrapper .accordion {
    display: block;
  }
}


/* Sofa Accordion content issue fix on mobile 09-04-25 End */


body.product-7585422180394.product_lifely-modular-sofa .product-form__input input[type=radio]+label {
    font-size: 14px !important;
    font-family: 'Gellix' !important;
    border-radius: 100px !important;
    border: 1px solid #2c474b !important;
}
body.product-7585422180394.product_lifely-modular-sofa variant-radios fieldset:last-of-type input[type=radio]:checked+label{
  color#fff !important;
  background: #2c474b !important;
  box-shadow: none !important;
}
body.product-7585422180394.product_lifely-modular-sofa .free-product-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
body.product-7585422180394.product_lifely-modular-sofa .free-product-wrapper select#extra-option {
    text-align: center !important;
}
body.product-7585422180394.product_lifely-modular-sofa .free-product-wrapper select {
    width: 100%;
    max-width: max-content;
    max-height: 40px;
    height: 100%;
    border-radius: 100px;
    border: 2px solid #2C474B;
    color: #2c474b !important;
    font-family: Gellix;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 6px 12px;
    margin: 0;
}
body.product-7585422180394.product_lifely-modular-sofa variant-radios .radio-wrapper.colour input[type=radio]:checked+label {
    border: 3px solid #2C474B !important;
    border-radius: 100% !important;
    box-shadow: none !important;
}
body.product-7585422180394.product_lifely-modular-sofa variant-radios .radio-wrapper.colour label {
    border: 1px solid transparent !important;
}
body.product-7585422180394.product_lifely-modular-sofa variant-radios .radio-wrapper.colour {
    display: flex !important;
    align-items: center;
}
body.product-7585422180394.product_lifely-modular-sofa variant-radios .radio-wrapper.colour label.Colour {
    max-width: 60px !important;
    max-height: 60px !important;
    padding: 5px !important;
}
body.product-7585422180394.product_lifely-modular-sofa variant-radios .radio-wrapper.colour label.Colour img {
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width:767px){
  body.product-7585422180394.product_lifely-modular-sofa .product-form__input input[type=radio]+label {
    font-size: 12px !important;
  }
}