/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.home-furnishing-banner {
  background-color: #f3f6f6;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  height: 400px; }
  @media (max-width: 991px) {
    .home-furnishing-banner {
      border-radius: 16px;
      flex-direction: column;
      height: auto; } }
  .home-furnishing-banner .content,
  .home-furnishing-banner .image {
    flex: 1; }
  .home-furnishing-banner .content {
    display: grid;
    place-items: center;
    padding: 24px; }
    @media (max-width: 991px) {
      .home-furnishing-banner .content {
        padding: 48px 16px; } }
    .home-furnishing-banner .content__wrapper {
      color: #3b3d49; }
      @media (min-width: 992px) {
        .home-furnishing-banner .content__wrapper {
          max-width: 550px; } }
      .home-furnishing-banner .content__wrapper .beta {
        padding: 4px 8px;
        border-radius: 4px;
        background: #fbc600;
        color: #3b3d49;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 8px;
        display: inline-block; }
      .home-furnishing-banner .content__wrapper h2 {
        font-weight: 400;
        }
        @media (min-width: 992px) {
          .home-furnishing-banner .content__wrapper h2 {
            max-width: 380px;
            } }
        .home-furnishing-banner .content__wrapper h2 span {
          white-space: nowrap; }
          .home-furnishing-banner .content__wrapper h2 span .teal {
            font-weight: 700;
            color: #3f647c;
            display: inline-flex; }
      .home-furnishing-banner .content__wrapper p {
        margin-top: 16px;
        margin-bottom: 24px; }
      .home-furnishing-banner .content__wrapper a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        max-width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        gap: 16px; }
        @media (max-width: 767px) {
          .home-furnishing-banner .content__wrapper a {
            margin: auto; } }
        @media (max-width: 479px) {
          .home-furnishing-banner .content__wrapper a {
            width: auto; } }
  @media (max-width: 991px) {
    .home-furnishing-banner .image {
      display: flex;
      justify-content: center; } }
  .home-furnishing-banner .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 991px) {
      .home-furnishing-banner .image img {
        max-height: 400px; } }
    @media (max-width: 767px) {
      .home-furnishing-banner .image img {
        max-height: 300px; } }
    @media (max-width: 479px) {
      .home-furnishing-banner .image img {
        max-height: 200px; } }
     img#sparkle-img {
          display: inline;
      }
.home-furnishing-banner__prompts {
  margin-top: 24px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 24px;
  /* Scrollbar styles */ }
  .home-furnishing-banner__prompts::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    cursor: pointer; }
  .home-furnishing-banner__prompts::-webkit-scrollbar-track {
    background: #e8e9ec;
    opacity: 0.7;
    border-radius: 12px; }
  .home-furnishing-banner__prompts::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #62657b; }
  .home-furnishing-banner__prompts::-webkit-scrollbar-thumb:hover {
    background: #62657b; }
  .home-furnishing-banner__prompts .prompt {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    min-width: 380px;
    outline-offset: -2px;
    text-decoration: none; }
    .home-furnishing-banner__prompts .prompt .image {
      height: 100%;
      width: 120px;
      min-width: 100px; }
      .home-furnishing-banner__prompts .prompt .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .home-furnishing-banner__prompts .prompt .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 24px;
      background-color: #f3f6f6; }
      .home-furnishing-banner__prompts .prompt .text .label1 {
        color: #3b3d49;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 8px; }
      .home-furnishing-banner__prompts .prompt .text p {
        color: #1f2026; }
        @media (max-width: 991px) {
          .home-furnishing-banner__prompts .prompt .text p {
            font-size: 16px; } }

.home-furnishing-banner__browse {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  align-items: center;
  gap: 8px; }
  @media (max-width: 991px) {
    .home-furnishing-banner__browse {
      margin-top: 24px; } }
  .home-furnishing-banner__browse a {
    color: #3f647c;
    font-size: 18px; }

.button-gold {
  border: none;
  background: #fbc600;
  color: #3b3d49;
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 700;
  transition: all 200ms ease-in-out, color 150ms ease-in-out;
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  width: 100%;
  border: 2px solid #fbc600;
  text-decoration: none; }
  .button-gold.button-min-w {
    min-width: 240px;
    padding: 12px 0; }
  .button-gold.has-icon {
    display: flex;
    justify-content: center;
    align-items: center; }
  .button-gold.w-fit {
    width: -moz-fit-content;
    width: fit-content; }
  .button-gold.w-inherit {
    width: inherit; }
    @media (max-width: 991px) {
      .button-gold.w-inherit-mobile {
        width: inherit; } }
  .button-gold.w-auto {
    width: auto; }
  @media (max-width: 991px) {
    .button-gold.m-full {
      width: 100%; } }
  .button-gold:hover {
    background-color: #fcd74c;
    border: 2px solid #fcd74c; }
  @media (max-width: 991px) {
    .button-gold.button-outlined-mobile {
      background-color: transparent;
      border: 2px solid #3b3d49;
      color: #3b3d49; }
      .button-gold.button-outlined-mobile:hover {
        background-color: transparent;
        color: #3b3d49;
        border: 2px solid #3b3d49; } }

.heading-1.m-32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px; }
  @media (min-width: 992px) {
    .heading-1.m-32 {
      font-size: 42px;
      font-weight: 700; } }

.text-18 {
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2%; }
  
@media (max-width:767px){
.home-furnishing-banner {
  margin-top:-20px;
}
}

@media (min-width: 992px) {
    #shop-categories-with-search {
    padding-top: 40px;
 padding-bottom: 40px;
    }
}

.home-furnishing-hero::after {
    content: '';
    background-color: #fbc600;
    display: block;
    height: .5rem;
    float: right;
    margin-top: 7px;
    position: absolute;
    right: 0;
}
 
@media screen and (min-width:0rem) and (max-width:79.9375rem) {
    .home-furnishing-hero::after {
        width: 14.375rem
    }
}
 
@media screen and (min-width:80rem) {
    .home-furnishing-hero::after {
        width: calc(50vw - 410px);
    }
}

@media (min-width: 992px) {
    .home-furnishing-hero container {
  padding-bottom: 40px !important;
    }
}

@media (min-width: 992px) {
    .home-furnishing-hero  {
  padding-bottom: 40px !important;
    }
}