.main-banner h1{
    font-size: 84px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 120px;
}

.main-banner .highlight {
    background: white;
    padding: 10px 20px;
    color: rgba(0, 0, 0, 0.9);
    mix-blend-mode: color-dodge;
}


.ai-room-visualizer-widget {
    padding: 60px 0;
    background: #fff;
}

.ai-room-visualizer-widget .feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

/* Card */
.ai-room-visualizer-widget .feature-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 20px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0px 4px 60px 0px #00000014;
}
.ai-room-visualizer-widget .feature-card .arrow-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* Hover */
.ai-room-visualizer-widget .feature-card:hover {
    border-color: #ff6600; /* orange outline like screenshot */
}

/* Left group: icon + text */
.ai-room-visualizer-widget .left-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Icon */
.ai-room-visualizer-widget .icon-wrap img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    object-fit: contain;
    padding: 8px;
}

/* Text */
.ai-room-visualizer-widget .text-wrap h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-bottom: 13px;
}

.ai-room-visualizer-widget .text-wrap p {
    font-size: 16px;
    max-width: 270px;
    color: #000000 !important;
}

/* Arrow */
.ai-room-visualizer-widget .arrow-icon img {
    transition: transform 0.3s ease;
}

/* Move arrow slightly on hover */
.ai-room-visualizer-widget .feature-card:hover .arrow-icon img {
    transform: translateX(3px);
}

/* Remove underline on hover */
.ai-room-visualizer-widget .feature-card:hover h3,
.ai-room-visualizer-widget .feature-card:hover p {
    text-decoration: none;
}





.best-price-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0px 85px auto;
}


.best-price-box {
    background-color: #FFE1CC;
    border-top: 4px solid #FF6700;
    border-radius: 2px;
    padding: 30px 5px 25px;
    text-align: center;
    flex: 0 0 calc(25% - 15px); /* 4 equal columns */
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.best-price-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.icon-wrap {
    border-radius: 50%;
    margin: 0 auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.icon-wrap img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.best-price-title {
    color: #000;
    font-weight: 500;
    font-size: 30px;
    margin: 0;
}

@media (max-width: 767px) {
    .best-price-box {
        width: 100%;
        max-width: 320px;
    }
}







.customers-love-widget {
    padding: 50px 0;
    text-align: left;
}

.widget-title {
    font-size: 26px;
    font-weight: 700;
    color: #5b3a1c;
    margin-bottom: 5px;
}

.widget-subtitle {
    color: #a27d5f;
    font-size: 14px;
    margin-bottom: 25px;
}

.customers-love-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    max-width: 100%;
    margin: 0 auto;
}

.love-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    background: #fff;
}

.love-card img.main-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.love-card:hover img.main-image {
    transform: scale(1.05);
}

.love-card .insta-link {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 6px;
    transition: all 0.3s ease;
}

.love-card .insta-link:hover {
    transform: scale(1.1);
}

.love-card .insta-link img {
    width: 22px;
    height: 22px;
}





.promo-sections {
    padding: 40px 0;
}

.promo-sections .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

.promo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.promo-item {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
}

.promo-item.large {
    flex: 1 1 60%;
    min-height: 400px;
}

.promo-item.large p{
    max-width: 50%;
}

.promo-right {
    flex: 1 1 38%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promo-right p{
    max-width: 70%;
}

.promo-item.small {
    flex: 1;
    min-height: 190px;
}

.promo-overlay {
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    padding: 30px;
    height: 100%;
}

.promo-overlay h2,
.promo-overlay h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.promo-overlay h2 {
    font-size: 34px;
}

.promo-overlay h3 {
    font-size: 30px;
}

.promo-overlay p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.promo-btn {
    background: #F3651D;
    color: #fff;
    padding: 10px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    display: inline-block;
    font-size: 20px;
    transition: background 0.3s ease;
    width: auto;              /* only as wide as text */
    max-width: fit-content;   /* ensure button fits text */
}
.promo-overlay .promo-btn{
    color:white;
    text-decoration:none;
}

.promo-btn a:hover, 
.promo-btn .alink:hover{
    color: #fff;
    text-decoration: none;
}

.promo-btn:hover {
    background: #e64a00;
}

.promo-item:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}



.shop-by-room-widget .room-title {
    font-size: 28px;
    color: #6b4e2f;
    font-weight: 600;
    margin-bottom: 4px;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;

}

.shop-by-room-widget .room-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}

.room-slider {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.room-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    flex: 1 1 calc(33% - 20px);
    max-width: 400px;
}

.room-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.room-card:hover img {
    transform: scale(1.05);
}

.room-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    padding: 20px;
    text-align: left;
}

.room-label {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
@media (min-width: 768px) {
  .container{
      padding-left: 40px;
      padding-right: 40px;
   }
}
.shop-by-room-widget .room-card{padding: 0px; max-width: 100% !important;}
.shop-by-room-widget .room-image, .shop-by-room-widget .room-image img{
    border-radius: 0px;
}
.shop-by-room-widget .slick-slide > div{
    margin: 0px 15px;
}
.shop-by-room-widget .room-slider .slick-list{
   margin: 0px -15px;
}
.shop-by-room-widget .room-card{
   border-radius: 0px;
}
.shop-by-room-widget .room-header-text {
    border-left: 5px solid #6b4e2f;
    padding-left: 10px;
    margin-bottom: 25px;
}


.shop-by-room-widget .room-header{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.shop-by-room-widget .room-arrows button{
    position: unset;
    background: #F3651D;
    color: #fff;
    width: 49.57px;
    height: 50px;
}
.shop-by-room-widget .room-arrows button:hover{
    background: #F3651D !important;
}
.shop-by-room-widget .room-arrows button:before{
        display: none;
}
.shop-by-room-widget .room-arrows button .fa{
    font-size: 18px; color: #fff;
}
.shop-by-room-widget .room-arrows{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.shop-by-room-widget .room-header-text > *{margin: 0px;}
.buy-now-left{padding: 0px !important;}
.pagebuilder-column-group.buy-now-section-content{margin: 80px 40px 50px;}
.buy-now-right-banner *{height: 100%;}
@media (min-width: 1025px) {
    .buy-now-left h2{font-size: 50px;font-family: 'Raleway', sans-serif;}
    .buy-now-left > p{font-size: 30px;}
}
.buy-now-left > p{
    font-size: 30px;
    margin: 0px;
    line-height: 35px;   
}
.buy-now-left .categories {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.buy-now-left a.btn-orange{
    color: #fff;
    width: 100%;
    max-width: 180px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}
.buy-now-section .buy-now-right {
    display: block;
    text-align: left;
}
.buy-now-section .buy-now-right img{
    width: 130px;
}
.buy-now-section .buy-now-right .partner-logos{
    justify-content: flex-start;
}
.buy-now-section .container{
   position: relative;
}
.buy-now-section .buy-now-right {
    position: absolute;
    right: 0px;
    margin-top: 150px;
    padding-right: 50px;
}
.buy-now-section p.partner-text{
    font-size: 18px;
}

.upload-room-widget{
    text-align: center;
    margin-top: 60px;
}

.upload-room-widget .pagebuilder-banner-wrapper{
  height: 75vh;
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat; 
  display: flex;
  align-items: center;         
  justify-content: center;      
  text-align: center;
  color: #fff; 
  }

.upload-room-widget h2{
    font-size: 95px;
    color: #fff;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.upload-room-widget p{
    font-size: 20px;
    color: #fff;
    max-width: 90%;
    margin: 0 auto;
}

.upload-room-widget .pagebuilder-poster-content button {
    color: #fff;
    font-size: 24px;
    background: #FF6700;
    border-color: #FF6700;
}

.upload-room-widget .pagebuilder-poster-content button:hover,
.upload-room-widget .pagebuilder-poster-content button:focus,
.upload-room-widget .pagebuilder-poster-content button:active {
    background: #FF6700;
    border-color: #FF6700;
}

.upload-room-widget .pagebuilder-poster-content button::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("../images/Groupicon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}



.shop-by-vendor-widget .vendor-arrows button{
    position: unset;
    background: #F3651D;
    color: #fff;
    width: 49.55px;
    height:50px ;
    border-radius: 0px;
}


.shop-by-vendor-widget .vendor-arrows button:before{
        display: none;
}
.shop-by-vendor-widget .room-arrows button .fa{
    font-size: 18px; color: #fff;
}
.shop-by-vendor-widget .vendor-arrows{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.customer-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.block-products-bg{
    background-image: url('../images/image12.jpg');;
    position: absolute;
    width: 100%;
    height: 376px;
}

.vendor-header-text, .customer-love-text, .reviews-header-text, .block.widget.block-products-list .block-title{
    border-left: 5px solid #6b4e2f;
    padding-left: 10px;
    margin-bottom: 25px;
}


.vendor-header-text > *, .customer-love-text > *, .reviews-header-text > *, .block.widget.block-products-list .block-title > *{margin: 0px;}
.shop-by-vendor-widget .vendor-title, .customer-love-text h2.widget-title, .reviews-header-text h2.section-title, .block.widget.block-products-list .block-title h2{
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #6f4400;
    margin-bottom: 10px;
}



.vendor-slider .vendor-item{margin-bottom: 25px !important;}
.vendor-item img{box-shadow: none !important; border: none !important;}

.vendor-slider .vendor-item{
    margin-bottom: 25px !important;
    min-height: 125px;
    max-height: 125px;
    margin: 0px 15px;
    border: 1px solid #eee;
    box-shadow: 5px 17px 50px 0px #0000001A;
}
.vendor-slider .slick-slide{
    margin: 0px 15px !important;
    left: -15px;
    position: relative;
}
.customer-review-fullwidth{
    background: #f9dbc6;
    padding: 60px 0px;
}
.cms-index-index .column.main{
    padding-bottom: 0px !important;
}
.customer-review-fullwidth .review-card{
    width: 83% !important;
    border-radius: 0px !important;
}
.customer-review-fullwidth .review-top img{margin-right: 20px;}
.customer-review-fullwidth .review-card:hover{transform: none !important;}
.block-products-list.container .list-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.block-products-list.container .block-header-right a{
    color: #F3651D;
    border: 1px solid #F3651D;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
}
.block-products-list.container .block-header-right a:hover{
    background: #F3651D !important;
    color: #fff !important;
}


.product-home-widget .product-item{
    position: relative;
}

.product-home-widget .product-item-details{
    padding: 5px 10px;
}

.product-home-widget .product-item-actions .actions-primary{
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    gap: 30px;

}

.product-home-widget .best-seller-label{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #F3651D;
    color: #fff;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0
}

.product-home-widget .actions-secondary{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
}

.product-home-widget .product-item-inner .actions-primary form{
    width: 100%;
}


.product-home-widget .product-item .tocart {
    background: transparent;
    border: 1px solid #F3651D;
    color: #F3651D;
    padding: 10px 22px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.product-home-widget .product-item .tocart:hover{
    background: #F3651D;
    border: 1px solid #F3651D;
    color: #fff;
}

.product-home-widget .product-item .try-on-btn {
    background: #F3651D;
    border: 1px solid #F3651D;
    color: #fff;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    text-align: center;
}


.product-home-widget .product-item-info .product-item-name {
    margin: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #372A18;
}


.product-home-widget .product-item-info .sku-brand-wrap{
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}

.product-home-widget .product-item-info .price{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-right: 8px;
    line-height: 100%;
    letter-spacing: 0;
}


.product-home-widget .product-item-info .prc-com-wrp{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product-home-widget .product-item-info .product-item-compare{
    padding: 12px 0 20px
}

.product-home-widget .product-item-info .tocompare:before{
    content: '\e61e';
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 30px;
    color: #949191;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.product-home-widget .product-item-info .tocompare span{
    display: none;
}


section.promo-sections.container  .promo-item.large .promo-overlay p , section.promo-sections.container  .promo-item.small .promo-overlay p{
        max-width: 488px;
}


.action.towishlist::before {
    height: 20px;
    width: 20px;
    background: url(../images/Wish_List.svg) no-repeat center;
    background-size: contain;
    content: "" !important;
}
.product-item-info {
    box-shadow: 5px 17px 50px 0px #0000001A;

}
/* ======================
   delivery-section
   ====================== */


 .delivery-banner {
  position: relative;
  background: #FF6700;
  background-size: cover;
  padding: 80px 20px 40px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
  
.delivery-content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 25%;
}

.delivery-content h2 {
    font-size: 54px ;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 86px;
}

/* ======================
   Image Row Layout
   ====================== */
.delivery-graphics {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
}

/* Truck - Left */
.delivery-left img {
  width: 300px;
  height: auto;
  position: relative;
  z-index: 1;
}

/* Dashed Path - Middle */
.delivery-center img {
  height: auto;
  position: relative;
}

/* Map - Right */
.delivery-right img {
  width: 355px;
  height: 214px;
  position: relative;
  z-index: 1;
}





.customer-header, .review-arrows button{
    position: relative;
}
.review-arrows button{
    position: unset;
    color: #fff;
    background: #F3651D !important;
    width: 49.57px;
    height: 50px;
    border-radius: 0px;
}
.review-arrows button:hover{
    background: #d95c00 !important;
}

.review-arrows button:before{
        display: none;
}
.review-arrows button .fa{
    font-size: 18px; color: #fff;
}
.review-arrows{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}




/*.block-products-list .products-grid .product-item-info:hover{
    box-shadow: none;
    border: none;
    padding: 0px !important;
    margin: 0px !important;
}
.block-products-list .products-grid .product-item-info{
    padding: 0px !important;
    margin: 0px !important; 
    position: relative;
}

.product-item-inner{
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
}
.block-products-list li.product-item{
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.products-grid .product-item-inner{position: unset !important; }
.block-products-list .product-item-details{padding: 0px 10px;}
.best-seller-label{
    position: absolute;
    top: 20px;
    z-index: 4;
    left: 25px;
    color: #fff;
    border: 1px solid #FF6700;
    background: #FF6700;
    padding: 5px 10px;
}
*/
.product-item-info span.skus {
    border-right: 1px solid #000000;
    padding-right: 10px;
}

.product-item-info span.brands {
    padding-left:10px;
}



@media (max-width: 767px) {
    .main-banner h1{
        font-size: 30px;
        line-height: 45px;
    }
    .pagebuilder-overlay.pagebuilder-poster-overlay{
        min-height: 400px !important;
    }
    .main-banner .highlight{
        padding: 5px 20px;
    }
    .best-price-section{
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin: 20px auto;
    }
    .icon-wrap{margin-right: 0px;}
    .container{padding-right: 15px; padding-left: 15px;}
    .cms-home .page-wrapper .page-main .slick-next, .slick-prev{width: 39px !important; height: 39px !important;}
    .upload-room-widget h2{font-size: 45px;}
    .pagebuilder-column-group.buy-now-section-content{margin: 30px 10px 20px;}
    .buy-now-section .container{display: block !important; padding: 0px !important;}
    .buy-now-left a.btn-orange{margin: 0 auto;}
    .line-dot{display: none !important;}
    
}

.reviews-section {
  background: #fff4ee;
  padding: 50px 20px;
  border-radius: 12px;
  overflow: hidden;
}

/* Header */
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

/* Title area */
.title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title-icon {
  width: 5px;
  height: 74px;
}

.title-text h2 {
  font-size: 28px;
  font-weight: 600;
  color: #6b400d;
  margin: 0;
}

.title-text .subtext {
  color: #888;
  font-size: 14px;
  margin-top: 4px;
}

/* Arrow Controls */
.arrow-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  background-color: #f3651d;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.arrow-btn:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* Slider */
.reviews-slider {
  overflow: hidden;
  position: relative;
}

.reviews-track {
  display: flex;
  gap: 25px;
  transition: transform 0.4s ease;
}

.review-card {
  flex: 0 0 calc(25% - 20px);
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Review Top */
.review-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.review-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}

.review-info p {
  font-size: 13px;
  color: #777;
}

.review-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .review-card { flex: 0 0 calc(50% - 20px); }
}

@media (max-width: 576px) {
  .review-card { flex: 0 0 100%; }
  .arrow-controls { display: none; }
}

.header-main-right .greet.welcome span.logged-in {
    font-size:16px;
    color:#000000;

}
.header-main-right li.link.wishlist a{
  font-family: Lato;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px  !important;
  display:flex;
  align-items:center
}















