body {
    background-color:#eacbb5 !Important;
}

.NG-categories .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 300px;
  margin: auto;
}
.s-product-card-entry {
  border: 1px solid #b4a892;
}
.NG-categories h1,
h1.blocktitle {
  color: #5b6d58;
}

.NG-main-banner .button,
.NG-hero-section .button {
  border-width: 0;
  border-radius: 8px;
  width: 320px;
  text-align: center;
}



.NG-categories .font-medium,
.NG-categories .lg\:text-lg {
    justify-content: center;
}

.s-product-card-horizontal .s-product-card-content {
    background: #fff;
}
 .NG-categories .icon-content{
    display: none
  }
@media (min-width: 1024px) {
  .NG-categories .lg\:text-lg {
    justify-content: center;
  }
   .title-content{
    font-size: 1.8rem
  }
  [dir="rtl"] .NG-hero-section .wrapper {
    margin-right: 33%;
  }
  .NG-hero-section .wrapper {
    justify-content: center;
    top: 38.5%;
    align-items: center;
  }
  .NG-hero-section h1 {
    font-size: 72px;
  }
  .NG-categories .grid-cols-3 {
    max-width: 700px;
  }
  .NG-main-banner .text-wrapper {
    transform: translateX(-100px);
    gap: 2rem;
  }
}

@media (max-width: 1024px) {
  .NG-main-banner .button,
  .NG-hero-section .button {
    width: 160px;
  }
  .NG-hero-section .wrapper:where([dir="rtl"], [dir="rtl"] *) {
    right: 30%;
    top: 20%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .NG-hero-section h1 {
    width: 260px;
  }
  .NG-hero-section p {
    display: none;
  }
  .NG-main-banner .text-wrapper {
    transform: 0;
  }
  .NG-main-banner .text-wrapper h1 {
    max-width: 240px !important;
  }
}

@media (max-width: 480px) {
  .GL-promotional-banner-5 .img-height {
    height: 150px;
  }
}
.s-fast-checkout-button.outline {
    background-color: rgba(243, 244, 246, 1);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}