  .loading-products {
    width: 100%;
    position: relative;
  }

  .loading-products span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }

  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffea28;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }

  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }

  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }

  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }

  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(0);
    }
  }

  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }

    100% {
      transform: translate(24px, 0);
    }
  }

  .showroom-container {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    flex-direction: column;
    height: unset;
  }

  .showroom-banner-wrapper {
    box-sizing: border-box;
    margin: 0px 24px 0px 0px;
    min-width: 0px;
    width: 268px;
  height: 450px;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
  }

  /* Constrain the banner link to the banner size */
  .showroom-container>a {
    display: block !important;
    overflow: visible;
  }


  .showroom-banner-wrapper span span {
    box-sizing: border-box;
    display: block;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
  }

  .showroom-banner-wrapper span span img {
    display: block;
    max-width: 100%;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
  }

  .showroom-banner-image {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .showroom-products-wrapper {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: grid;
    position: relative;
    padding-left: 27px;
    padding-right: 40px;
    height: auto;
  }

  .showroom-products-container {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: grid;
    gap: 24px;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    padding-left: 2px;
    height: auto;
    scroll-behavior: smooth;
  }

  .product--card {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    height: auto;
  width: 210px;
    border-radius: 0px 0px 4px 4px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }

  .product-picture-wrapper {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
  }

  .product-picture-wrapper:hover .product-picture {
    transform: scale(1.2);
  }

  .product-picture-wrapper span {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
  }

  .showroom-prodcuts-wrapper {
    position: relative;
  }

  .product-picture-wrapper span span {
    box-sizing: border-box;
    display: block;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 100% 0px 0px;
  }

  .showroom-container>a>div .product-picture {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
  }

  .product-picture {
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
  }

  .product-details-wrapper {
    box-sizing: border-box;
    margin: 0px auto;
    min-width: 0px;
    width: 100%;
    cursor: pointer;
    padding: 7px 4px 0px 8px;
    font-family: "Roboto Condensed", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .product-details-wrapper>* {
    text-align: left;
  }

  .product-details-wrapper .product-price-wrapper {
    box-sizing: border-box;
    margin: 2px -4px 0px 0px;
    min-width: 0px;
    display: flex;
    padding: 1px 0px;
    min-height: auto;
  margin-bottom: 6px;
  }

  .product-details-wrapper .product-price-container {
    display: flex;
    flex-direction: column;
  }

  .vp-price {
    display: inline-grid;
    gap: 0;
    grid-template-areas:
      "primary secondary tertiary"
      "sub sub sub";
  }

  .vp-price>* {
    align-items: flex-end;
    align-self: flex-end;
  }

  .product-details-wrapper .product-price {
    color: #101010;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    grid-area: primary;
    letter-spacing: -0.14px;
    line-height: 1.5;
    position: relative;
    text-decoration: none;
    text-transform: none;
    background-color: #FFCD4E;
    padding: 2px 4px;
  }

  /* Discounted product styles - conditional based on Alpine.js class */
  .product-details-wrapper .product-price.discounted {
    background-color: #DC2626 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
  }

  .product-details-wrapper .product-original-price {
    color: #9CA3AF;
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 8px;
    font-family: Inter, sans-serif;
  }

  .product-details-wrapper .product-discount-percentage {
    color: #DC2626;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    font-family: Inter, sans-serif;
  }

  /* Discount percentage styling */
  .discount-percentage {
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #E3262F;
    color: #FFFFFF;
    padding: 2px 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    z-index: 10;
    display: inline-block;
  }

  .product-picture-wrapper span {
    position: relative;
  }


.product-brand-wrapper {
  box-sizing: border-box;
  margin: 0 0 8px 0;
  min-width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .product-brand {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.14px;
    color: #101010;
  }

  .product-details-wrapper .product-name {
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 12px 0px 0px;
    min-width: 0px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    font-family: Roboto, sans-serif;
    color: #000000;
  }

  .vp-button {
    width: 100%;
    appearance: none;
    cursor: pointer;
    align-items: center;
    align-self: center;
    background-color: #3643ba;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease;
    gap: 8px;
    border-radius: 0;
    border-width: 1px;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.01em;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
  }

  .vp-button:hover {
    background-color: #2e3998;
  }

  .vp-button:before {
    content: "";
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .vp-button__label {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    letter-spacing: -0.01em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1;
  }

  .showroom-desktop-banner {
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
  }

  .showroom-mobile-banner {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    inset: 0px;
  }

  .showroom-mobile-banner img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  .showroom-heading {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.625rem;
    align-items: flex-start;
    min-height: 50px;
  }

  #showroom-title {
    margin: 0 60px;
    color: rgb(16 16 16 / 1);
    font-style: normal !important;
    font-size: clamp(1.375rem, 1.2105rem + 0.7018vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
  }

  .component-container {
    margin: 0px 0px 20px 37px;
    direction: ltr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .component-container:has(.no-image-track) {
    margin-left: 10px;
  }

  .product-picture-wrapper>span>img {
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    .showroom_tile {
      display: none;
    }

    .showroom-container {
      flex-direction: column;
      height: unset;
    }

    .showroom-banner-wrapper {
      display: block;
      box-sizing: border-box;
      margin: 0px 0px 16px;
      min-width: 0px;
      padding-right: 24px;
      cursor: pointer;
      height: 223px;
      width: 100%;
    }

    .showroom-products-wrapper {
      padding-left: 0px;
      padding-right: 0px;
      height: auto;
    }

    .showroom-products-track> :last-child {
      margin-right: 25px
    }

    .product--card {
      height: auto;
      width: 150px;
    }

    .product-details-wrapper .product-price-wrapper {
      min-height: auto;
    }

    .product-details-wrapper .product-brand {
      font-size: 12px;
      line-height: 12px;
    }

    .product-details-wrapper .product-name {
      height: 42px;
      margin-top: 1px;
      font-size: 12px;
      line-height: 14px;
    }

    .product-details-wrapper .product-original-price {
      font-size: 10px;
      margin-left: 0px;
      display: block !important;
      margin-top: 4px;
      margin-bottom: 2px;
      grid-area: unset !important;
      order: -1 !important;
      text-align: left !important;
      width: 100%;
    }

    /* Hide original price on non-discounted products */
    .product-details-wrapper .product-price:not(.discounted)+.product-original-price {
      display: none !important;
    }

    .product-details-wrapper .product-price {
      order: 1 !important;
    }

    .product-details-wrapper .vp-price {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      text-align: left !important;
      width: 100%;
    }

    .product-details-wrapper .product-discount-percentage {
      font-size: 10px;
      margin-left: 6px;
    }

    .discount-percentage {
      font-size: 10px !important;
      padding: 1px 4px !important;
    }

    .showroom-desktop-banner {
      display: none;
    }

    .showroom-mobile-banner {
      display: block;
    }

    .component-container {
      margin: 5px 0px 24px 24px;
    }

    .showroom-products-container {
      gap: 12px;
    }
  }

  @media screen and (min-width: 768px) {
    .showroom-container {
      flex-direction: row;
      height: auto;
    }

    .showroom-container-rtl {
      flex-direction: row-reverse;
    }

    .showroom-banner-wrapper {
      display: block;
      width: 268px;
      height: 450px;
    }

    .product--card {
      height: auto;
      width: 310px;
    }

    .product-details-wrapper .product-price-wrapper {
      min-height: auto;
      margin-bottom: 6px;
    }

    .product-details-wrapper .product-brand {
      font-size: 16px;
      line-height: 24px;
    }

    .product-details-wrapper .product-name {
      height: 60px;
      margin-top: 12px;
      font-size: 16px;
      line-height: 18px;
      color: #000000;
    }

    .product-brand-wrapper {
      margin-top: 0;
      margin-bottom: 8px;
    }

    .product-details-wrapper .product-original-price {
      font-size: 12px;
      margin-left: 8px;
    }

    .product-details-wrapper .product-discount-percentage {
      font-size: 12px;
      margin-left: 8px;
    }

    .showroom-desktop-banner {
      display: inline-block;
    }

    .showroom-mobile-banner {
      display: none;
    }

    .showroom-products-container {
      overflow-x: clip;
    }
  }

  .swiper-button-prev,
  .swiper-button-next {
    pointer-events: auto !important;
    position: absolute;
    top: 0;
    transform: translateY(0);
    cursor: pointer;
    background: #fff;
    border: 1px solid #949494;
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
    z-index: 1000;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 10px !important;
    color: #000000;
    font-weight: 800;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }

  .swiper-button-prev:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }

  .left_showroom_arrow,
  .left_no_image_arrow {
    margin-left: 0;
    left: calc(100% - 130px);
    top: -25px;
  }

  .right_showroom_arrow,
  .right_no_image_arrow {
    margin-right: 0;
    right: 60px;
    top: -25px;
  }

  .left_showroom_arrow::after,
  .left_no_image_arrow::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .right_showroom_arrow::after,
  .right_no_image_arrow::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  /* RTL Support for Arabic Pages */
  html[lang="ar"] .swiper-button-prev,
  html[lang^="ar"] .swiper-button-prev,
  [lang="ar"] .swiper-button-prev {
    left: auto;
    right: 10px;
  }

  html[lang="ar"] .swiper-button-next,
  html[lang^="ar"] .swiper-button-next,
  [lang="ar"] .swiper-button-next {
    right: auto;
    left: 10px;
  }

  html[lang="ar"] .swiper-button-prev:after,
  html[lang^="ar"] .swiper-button-prev:after,
  [lang="ar"] .swiper-button-prev:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }

  html[lang="ar"] .swiper-button-next:after,
  html[lang^="ar"] .swiper-button-next:after,
  [lang="ar"] .swiper-button-next:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }

  html[lang="ar"] .left_showroom_arrow,
  html[lang="ar"] .left_no_image_arrow,
  html[lang^="ar"] .left_showroom_arrow,
  html[lang^="ar"] .left_no_image_arrow,
  [lang="ar"] .left_showroom_arrow,
  [lang="ar"] .left_no_image_arrow {
    left: auto;
    right: calc(100% - 130px);
  }

  html[lang="ar"] .right_showroom_arrow,
  html[lang="ar"] .right_no_image_arrow,
  html[lang^="ar"] .right_showroom_arrow,
  html[lang^="ar"] .right_no_image_arrow,
  [lang="ar"] .right_showroom_arrow,
  [lang="ar"] .right_no_image_arrow {
    right: auto;
    left: 60px;
  }

  html[lang="ar"] .left_showroom_arrow::after,
  html[lang="ar"] .left_no_image_arrow::after,
  html[lang^="ar"] .left_showroom_arrow::after,
  html[lang^="ar"] .left_no_image_arrow::after,
  [lang="ar"] .left_showroom_arrow::after,
  [lang="ar"] .left_no_image_arrow::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  html[lang="ar"] .right_showroom_arrow::after,
  html[lang="ar"] .right_no_image_arrow::after,
  html[lang^="ar"] .right_showroom_arrow::after,
  html[lang^="ar"] .right_no_image_arrow::after,
  [lang="ar"] .right_showroom_arrow::after,
  [lang="ar"] .right_no_image_arrow::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  /* RTL Swiper Container */
  html[lang="ar"] .swiper-container,
  html[lang^="ar"] .swiper-container,
  [lang="ar"] .swiper-container {
    direction: rtl;
  }

  html[lang="ar"] .swiper-wrapper,
  html[lang^="ar"] .swiper-wrapper,
  [lang="ar"] .swiper-wrapper {
    direction: rtl;
  }
