.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;
}
.HtmlRenderer-component bodyh {
  position: relative;
}

.HtmlRenderer-component .special-offers-title {
  position: absolute;
  margin-top: 105px;
}

/* Order Timeline */
.order-timeline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  background: #fefefe;
  padding: 20px 10px;
  border: 1px solid #ddd;
  border-radius: 12px;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: auto; /* horizontal scroll only if needed */
  gap: 20px;
}

.stage {
  text-align: center;
  flex: 0 0 auto;
  min-width: 100px;
  white-space: nowrap;
}

.stage img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 6px;
}

.stage-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  white-space: nowrap;
}

.stage-date {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.highlight {
  color: #28a745;
  font-weight: bold;
}

/* Guarantee Row */
.guarantee-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  max-width: 100%;
  margin: 20px auto;
  font-family: 'Segoe UI', sans-serif;
  gap: 20px;
  overflow-x: auto; /* enables horizontal scroll if content overflows */
}

.guarantee-item {
  text-align: center;
  flex: 0 0 auto;
  min-width: 100px;
  white-space: nowrap;
}

.guarantee-item img {
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background: #f9f9f9;
  padding: 1px;
  margin-bottom: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.guarantee-item p {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
}

/* Optional: Smoother scroll appearance on mobile */
.guarantee-row::-webkit-scrollbar,
.order-timeline::-webkit-scrollbar {
  height: 6px;
}

.guarantee-row::-webkit-scrollbar-thumb,
.order-timeline::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

@media (max-width: 600px) {
  .stage img,
  .guarantee-item img {
    width: 36px;
    height: 36px;
  }

  .stage-label,
  .guarantee-item p {
    font-size: 12px;
  }

  .stage-date {
    font-size: 11px;
  }

  .guarantee-row,
  .order-timeline {
    gap: 15px;
    padding: 15px;
  }
}
