.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}

.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 {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-try {
  display: none;
}
.product-card-name {
  font-weight: 500;
}
.product-card-price {
  font-weight: 500;
}
.sh-header-main {
  background-color: #fff;
  color: #000;
}
.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: #fcddd2 !important;
  color: #065e34;
}
.sh-header-cart-badge {
  background-color: #000;
  color: #ffffff;
}
.sh-header-mob-menu-icon {
  color: #000000;
}
.sh-product-card {
  border-radius: 8px !important;
  border: 2px solid #e2e2e2;
}
.sh-footer-main {
  background-color: #000 !important  ;
  color: #fff;
}
.footer-type-3 .copyright {
  background-color: #000 !important  ;
  color: #fff;
}
.sh-footer-icon {
  color: #fff;
}
.sh-product-card-discount-tag {
  background-color: #000;
  color: #ffffff;
  font-weight: 400;
  border-radius: 8px 0px 8px 0px;
  right: auto;
  top: 0px;
  left: 0px;
}
.sh-product-discount-tag {
  background-color: #000;
  color: #ffffff;
  font-weight: 400;
  border-radius: 8px;
}

.pr-long-card .pr-image {
  -o-object-fit: contain;
  object-fit: CONTAIN;
}
.sh-product-plus-minus-button {
  background-color: #0d5b3a;
  color: #fff;
  border: 1px solid #0d5b3a;
  border-radius: 8px;
  fill: #fff;
}
.sh-product-plus-minus-button:hover {
  background-color: #0d5b3a;
  color: #fff;
  border: 1px solid #0d5b3a;
  border-radius: 8px;
  fill: #fff;
}
.solid-button__btn {
  
  color: #fff !important;

  border: 1px solid #46a49d;
  border-radius: 8px;
}
.pr-long-card {
  width: 100%;
  padding: 0px 12px;
}
.pr-image-ctn {
  margin: 0px -12px !important;
}
.pr-image-ctn img {
  object-fit: contain !important;
}
.pr-var-btn {
  border-radius: 0px;
}
.pr-title {
  font-size: 18px;
  font-weight: 500px;
}
.cat-card-letter-container {
  border: 1px solid #0d5b3a;
  border-radius: 8px;
}
.cat-card-img {
  border: 1px solid #0d5b3a;
  border-radius: 8px;
}
.pr-long-card .pr-image {
  aspect-ratio: var(--pr-image-aspect-ratio, 3 / 3);
}

@media (min-width: 768px) {
  .sh-header-search-box {
    background-color: #fef1eb !important;
    border-radius: 20px !important;
  }
  .toobar-gutters div:nth-of-type(2) {
    border-radius: 20px !important;
  }
  .material-icons {
    position: absolute !important;
    right: 0px !important;
    background: #005c33 !important;
    padding: 19px !important;
    padding-right: 20px !important;
    border-radius: 20px !important;
  }
  .material-icons svg {
    stroke: #fff !important;
  }
  .app-bar .logo-ctn.left-aligned {
    flex: none !important;
  }
  .sh-header-search-box button {
    margin-right: 50px !important;
  }
}
@media (max-width: 768px) {
  .sh-header-search-box {
    background-color: #fef1eb !important;
    border-radius: 20px !important;
  }
  .material-icons {
    position: absolute !important;
    right: 17px !important;
    background: #005c33 !important;
    padding: 19px !important;
    padding-right: 20px !important;
    border-radius: 20px !important;
  }
  .sh-header-search-box input {
    padding-left: 20px !important;
  }
  .material-icons svg {
    stroke: #fff !important;
  }
  .copyright > div:first-of-type > a::after {
    content: "";
    position: absolute;
    inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
    background-image: url("https://image.cdn.shpy.in/475474/footerlogo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    visibility: visible;
    pointer-events: none;
    margin-top: -44px !important;
    width: 100px;
    height: 60px;
    margin-left: 24px;
  }
}
.cat-card-img {
  border: 2px solid #0d5b3a !important;
  border-radius: 8px;
}

.footer-logo {
  position: relative;
  visibility: hidden; /* hides the original image but keeps space */
  display: inline-block; /* ensures it behaves like an image container */
  width: 150px; /* optional: set desired logo width */
  height: auto; /* ensures container height matches image ratio */
}

.footer-logo::after {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
  background-image: url("https://image.cdn.shpy.in/475474/footerlogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  visibility: visible;
  pointer-events: none; /* so clicks pass through if needed */
}
.ProductGridCollection-component {
  position: relative; /* the base element must be relative */
  overflow: hidden; /* prevents ::after from spilling outside */
}

.ProductGridCollection-component::after {
  content: ""; /* required for pseudo-element to show */
  position: absolute;
  inset: 0;
  background-image: url("https://storage.googleapis.com/shy-pub/shy-pub/475474/bg.png");
  background-repeat: repeat;
  background-size: 120px; /* adjust to make the pattern smaller/larger */
  background-position: center;
  opacity: 0.3; /* controls transparency — lower = lighter */
  pointer-events: none; /* make it non-interactive */
  z-index: 0; /* keep it behind any text/content */
}

.ProductGridCollection-component > * {
  position: relative;
  z-index: 1; /* ensure content stays above background */
}
.copyright > div:first-of-type > a {
  position: relative; /* ensure ::after can position correctly */
  visibility: hidden; /* hide original content if needed */
}

.copyright > div:first-of-type > a::after {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
  background-image: url("https://image.cdn.shpy.in/475474/footerlogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  visibility: visible;
  pointer-events: none; /* allows clicking through */
  margin-top: -20px;
  width: 100px;
  height: 60px;
}
.sh-header-mob-menu-icon
{
color:#000 !important;
}
@media only screen and (max-width: 768px) {
  .section-heading-container {
    position: relative;
    display: inline-block;
    background-color: #035c32; /* Green color */
    padding: 12px 25px;
    border-radius: 25px; /* Rounded corners */
    color: white; /* White text */
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    max-width: 280px;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    letter-spacing: 1px; /* Slight letter spacing */
    border: 2px solid #f98055; /* Border color to match the slider theme */
    background: linear-gradient(to right, #035c32 50%, #f98055 50%); /* Split gradient */
    background-size: 200% 100%; /* Double the size for sliding effect */
    background-position: right bottom;
    transition: background-position 0.5s ease-in-out; /* Smooth sliding transition */
  }

  .section-heading-container:hover {
    background-position: left bottom; /* Move the gradient on hover */
  }

  /* Optional: for smaller screens, tweak the width */
  .section-heading-container {
    font-size: 20px;
    max-width: 240px;
  }
}


(max-width: 640px) {
    .section-heading {
        font-weight: 800;
        font-size: 18px;
        color:#fff;
    }
}

.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: #035c32 !important;
    color: #035c32 !important;
}
.sh-bottom-nav-cart-badge {
    background-color: #035c32 !important;
    color: #fff !important;
}
