.cat-card-img 
{
 border: 1px solid #3661b3 !important;

}
.sh-product-card {
  border-radius: 18px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}
.sh-product-card:hover {
  box-shadow: 0 6px 14px rgb(0 0 0 / 0.2);
}
.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  right: auto !important;
  top: 10px !important;
  padding: 4px 8px !important;
  right: 10px !important;

  border: 1px solid #3661b3 !important;
  background: #fff !important;
  color: #3661b3 !important;
}
.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
}
.sh-product-plus-minus-button {
  border-radius: 30px !important;
  color: #3661b3 !important;
  border: 1px solid #3661b3 !important;
  background-color: #f9f9f9 !important;
  margin-left: auto !important;
  max-width: 50% !important;
}
.sh-solid-button {
  border-radius: 30px;
}

.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: 12px 12px 14px;
}

.pr-card-content {
  padding: 0px;
}
@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: #f9f9f9 !important;
}

.section-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9f9f9 !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: #f9f9f9 !important;
}

.section-1 > * {
  position: relative;
  z-index: 1; /* keeps your content above the image */
}
/*.cat-card-title {
  background: #3661b3;
  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: #3661b3 !important;
}
.section-heading::after {
  background-color: #3661b3 !important;
}
.section-heading-viewall {
  background: #3661b3 !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: #3661b3 !important;
  padding: 1px 4px;
  border-radius: 50%;
}
.view-all a {
  background: #3661b3 !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: #3661b3 !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: #3661b3 !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: #3661b3 !important;
}
.sh-header-mob-menu-icon {
  color: #3661b3 !important;
}
.sh-banner-img-ctn .backdrop {
  background: transparent !important;
}
.app-bar .title {
  color: #3661b3 !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: #3661b3 !important;
}
.toobar-gutters button svg {
  color: #3661b3 !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;
}
.generic-collection .heading {
  display: none;
}
.sh-bottom-nav-main {
  background-color: #fff;
}
.sh-bottom-nav-selected {
  stroke: #000 !important;
  color: #000 !important;
  fill: none !important;
}
.sh-bottom-nav-unselected {
  stroke: #d65e5d !important;
  color: #d65e5d !important;
}
.sh-bottom-nav-cart-badge {
  background-color: #000 !important;
  color: #fff !important;
}
.pr-title {
  font-size: 14px !important;
}
