.sh-header-main {
  background: linear-gradient(135deg, #a8c686, #216b39) !important;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
  padding: 0px;
}

.sh-categories-container > div > h2 {
  display: none !important;
}

.sh-categories-container > div > hr {
  display: none !important;
}

.sh-banner-collection-card > a > div > div > p {
  display: none;
}

.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
  background: linear-gradient(135deg, #a8c686, #216b39) !important;

  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-product-discount-tag {
  background: linear-gradient(135deg, #a8c686, #216b39) !important;

  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-try {
  display: none;
}
.LargeCategoriesCardV1-component {
  background-color: #eef4ee;
}
.pr-title {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.pr-long-card .pr-image {
  -o-object-fit: cover;
  object-fit: contain;
}
.pr-sale-price {
  font-family: "Arial", sans-serif;
  font-size: 13px;
  color: #d32f2f; /* bright red */
  font-weight: bold;
  margin-right: 10px;
}
.pr-mrp-price {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
}
.app-bar .notice {
  background-color: var(--header-notice-background);
  color: var(--header-notice-text);
  padding: px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  height: 100%;
  font-size: small;
}
.section-heading-container {
  margin: 5px;
}
.BannerCollection-component {
  padding: 0px 0px !important;
}
.sh-product-plus-minus-button {
  background: linear-gradient(135deg, #a8c686, #216b39) !important;

  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-bottom-nav-main {
  background: linear-gradient(135deg, #a8c686, #216b39) !important;
}
.sh-footer-main {
  background: linear-gradient(135deg, #a8c686, #216b39) !important;
}
.menu-bar .menu-bottom {
  background: linear-gradient(135deg, #a8c686, #216b39);
}
.universal-btn-style {
  background: linear-gradient(135deg, #a8c686, #216b39);
  color: #fff;
}
.sh-footer-icon {
  color: #fff;
}
@media (max-width: 600px) {
  /* Timeline Section */
  .order-timeline {
    flex-direction: column;
    align-items: stretch;
    padding: 15px 10px;
    gap: 15px;
  }

  .stage {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 12px;
  }

  .stage img {
    width: 40px;
    height: 40px;
  }

  .stage-label {
    font-size: 14px;
  }

  .stage-date {
    font-size: 12px;
  }

  /* Guarantee Section */
  .guarantee-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    gap: 15px;
  }

  .guarantee-item {
    flex: 1 1 42%;
    max-width: 42%;
    min-width: 120px;
  }

  .guarantee-item img {
    width: 36px;
    height: 36px;
  }

  .guarantee-item p {
    font-size: 11px;
  }

  /* Optional: Adjust the title if needed */
  .HtmlRenderer-component .special-offers-title {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
}
