.sh-product-card {
  border: 2px solid #fff5f6 !important;
  border-radius: 12px !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: 12px !important;
  right: 12px !important;
 
  border: 1px solid #e2e2e2 !important;
  background: #fff5f6 !important;
color: #ca1f1f !important;

}
.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
}
.sh-product-plus-minus-button {
  border-radius: 30px !important;
  color: # e2e2e2 !important;
  border: 1px solid #e2e2e2 !important;
  background-color: #fff5f6 !important;
}
.sh-solid-button {
  border-radius: 4px;
}

.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;
}
@media (min-width: 768px) {
  .app-bar .logo-ctn {
    flex: inherit !important;
  }
  .LargeCategoriesCardV1-component .cat-card-swiper {
    max-width: 1000px;
    align-items: center;
    text-align: center;
    margin: auto !important;
  }
}
.sh-header-search-box {
  background-color: #f5f5f5 !important;
  border-radius: 20px !important;
  color: #d65e5d !important;
}
.sh-header-search-box input::placeholder {
  color: #d65e5d !important;
}
.sh-header-search-box span {
  position: absolute;
  right: 12px;
}
@media (max-width: 600px) {
  .sh-header-search-box {
    right: 21px !important;
  }
  #searchbar {
    padding-left: 12px !important;
  }
  .sh-header-search-box:nth-child(1) button {
    margin-right: 10px !important;
  }
}
.sh-header-search-box svg {
  stroke: #d65e5d !important;
}
.sh-header-search-box button {
  margin-right: 42px !important;
}
.sh-header-search-box button svg {
  stroke: #d65e5d !important;
}
.account-popup svg {
  stroke: #d65e5d !important;
}
#cart-div svg {
  stroke: #d65e5d !important;
}
.app-bar-main {
  background-color: #f9f9f9 !important;
}
.sh-header-menu .links {
  font-weight: 600 !important;
}
.section-1 {
  position: relative;
  z-index: 1;
  overflow: hidden; /* ensures background doesn't spill outside */
  background-color: #fff2f2  !important;
}

.section-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   background:#fff2f2 !important;

  /*background-image: url("https://image.cdn.shpy.in/464142/food-pattern.png");*/
  background-size: cover; /* or use 'contain' or 'repeat' if you want a pattern */
  background-position: center;
  opacity: 0.07;
  z-index: 0;
  background-color:#fff2f2 !important;
}

.section-1 > * {
  position: relative;
  z-index: 1; /* keeps your content above the image */
}
/*.cat-card-title {
  background: #c9191b;
  color: #fff !important;
  border-radius: 130px;
  padding: 8px 12px !important;
  position: relative;
  top: -37px;
  padding-top: 22px !important;
  font-size: 14px !important;
}
.cat-card-img {
  z-index: 9 !important;
  color: #fff !important;
}*/

.pr-sale-price {
  color: #c33232 !important;
}
.section-heading {
  color: #ca1f1f !important;
}
.section-heading::after {
  background-color: #c9191b !important;
}
.section-heading-viewall {
  background: #c9191b !important;
  padding: 8px 22px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Add arrow using ::after */
.section-heading-viewall::after {
  content: "→";
  margin-left: 8px;
  font-size: 17px;
  font-weight: 900;
  transition: transform 0.3s ease;
  background: #fff;
  color: #c9191b !important;
  padding: 1px 4px;
  border-radius: 50%;
}
.view-all a {
  background: #c9191b !important;
  padding: 8px 22px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-color: #c9191b !important;
  transition: all 0.3s ease;
}
.view-all a::after {
  content: "→";
  margin-left: 8px;
  font-size: 17px;
  font-weight: 900;
  transition: transform 0.3s ease;
  background: #fff;
  color: #c9191b !important;
  padding: 1px 4px;
  border-radius: 50%;
}

/* Hover effect (arrow moves slightly to right) */
.section-heading-viewall:hover::after {
  transform: translateX(4px);
}
.title-ctn h1 {
  color: red;
}
.punchline a {
  color: #c9191b !important;
}
.sh-header-mob-menu-icon {
  color: #c9191b !important;
}
.sh-banner-img-ctn .backdrop {
  background: transparent !important;
}
.app-bar .title {
  color: #c9191b !important;
}
.product-footer-button-container .sh-solid-button {
  border-radius: 30px !important;
}
.product-footer-button-container .pr-outlined-button {
  border-radius: 30px !important;
  background-color: #fff !important;
  color: #c9191b !important;
}
.toobar-gutters button svg {
  color: #c9191b !important;
}
.cat-card-img {
    border-radius: 22px !important;
    background-color: #ffffff;
}
.sh-header-location-icon mui-vubbuv
{
fill:#d65e5d;
}
.pr-long-card .pr-image {
        object-fit: contain;
    }
.sh-footer-main
{
background-color:#000;
color:#FFF;
}
.sh-footer-icon
{
color:#fff;
}
.app-bar 
{
background-color:#fff !important;
color:#000 !important;
}