.sh-product-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 8px 0px 8px 0px !important;
  right: auto !important;
  top: 0px !important;
  left: 0px !important;
}
.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
}
.sh-product-plus-minus-button {
  border-radius: 4px !important;
  background-color: #95bd62;
  color: #fff;
}
.sh-solid-button {
  border-radius: 4px;
}

/* Category card styling commented out */
/* .sh-category-card > a > div {
  padding: 6px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.sh-category-card > a > div:hover {
  border: 1px solid #29a56c !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-category-card:nth-child(3n-2) > a > div {
  background-color: #ecffec !important;
}
.sh-category-card:nth-child(3n-1) > a > div {
  background-color: #fffceb !important;
}
.sh-category-card:nth-child(3n) > a > div {
  background-color: #feefea !important;
}
.sh-category-card > a > div > p {
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
} */
@media only screen and (max-width: 600px) {
  .sh-category-card > a > div > p {
    line-height: 20px;
    font-size: 14px;
    min-height: 40px;
  }
}
.sh-row-title-divider {
  display: none !important;
}

.pr-long-card {
  padding: 0px;
}

.pr-card-content {
  padding: 4px 8px;
}
.swiper-slide.product-card {
  width: 150px !important;
}
.sh-prod-grid-collection-card .swiper-wrapper {
  width: fit-content;
  margin: auto;
  justify-content: center;
}
.sh-prod-grid-collection-card .grid {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.LargeCategoriesCardV1-component .swiper-wrapper {
  width: fit-content;
  margin: auto;
}
.LargeCategoriesCardV1-component .swiper-slide {
  width: 160px !important;
}
@media (min-width: 1281px) {
  .swiper-slide.product-card {
    width: calc(14.2857% - 9.6px) !important;
  }
  .sh-prod-grid-collection-card .grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
.pr-long-card .pr-image {
  object-fit: contain;
}

.pr-outlined-button {
  padding: 6px 8px;
  border: 1px solid var(--button-main);
  color: #000;
  background-color: #88bd67;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--secondary-main) !important;
}
.sh-header-main {
  background-color: #fff;
  color: #000;
}
.sh-header-mob-menu-icon {
  color: #000 !important;
}

/* ===== Updated Bottom Nav & Footer CSS ===== */
.sh-bottom-nav-main {
    background-color: #fff;
    border-top: 2px solid #bdbdbd; /* Divider line */
}

/* Active (selected) icon and top highlight */
.sh-bottom-nav-selected {
    stroke: #6da83d !important; /* Unified green */
    color: #6da83d !important;
    fill: none !important;
    position: relative;
    transition: color 0.3s ease, stroke 0.3s ease;
}

.sh-bottom-nav-selected::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 3px;
    background-color: #6da83d; /* Same green as icon */
    border-radius: 2px;
    opacity: 1;
    transition: opacity 0.3s ease, width 0.3s ease;
}

/* Optional: top bar for unselected icons (invisible) */
.sh-bottom-nav-unselected::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background-color: transparent;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.3s ease;
}

/* Inactive icons */
.sh-bottom-nav-unselected {
    stroke: #000 !important;
    color: #000 !important;
    transition: color 0.3s ease, stroke 0.3s ease;
}

/* Cart badge */
.sh-bottom-nav-cart-badge {
    background-color: #000 !important;
    color: #fff !important;
}

/* Footer styling */
.sh-footer-main {
    background-color: #95bd62;
    color: #fff;
    border-top: 2px solid #bdbdbd; /* Divider line */
}

.sh-footer-icon {
    color: #fff;
}

/* Header icons */
.sh-header-location-icon {
    fill: #000000 !important;
}
.sh-header-account-icon {
    stroke: #000000 !important;
}
.sh-header-cart-icon {
    stroke: #000000 !important;
    fill: none !important;
}
.sh-header-arrow-icon {
    fill: #000000 !important;
}
.sh-header-search-icon {
    stroke: #000000 !important;
}
.three-column-footer__rightsText {
   
    color: #ffffff;
}