.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: #f67d54;
  color: #fff;
  border: 1px solid #f67d54;
  border-radius: 8px;
  fill: #fff;
}
.sh-product-plus-minus-button:hover {
  background-color: #f67d54;
  color: #fff;
  border: 1px solid #f67d54;
  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;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.sh-header-mob-menu-icon
{
color:#000 !important;
}
  .section-heading-container {
    width: 100%;
    background: #fff url("https://i.postimg.cc/nrvHMnJ6/Highlighter.png") no-repeat center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 18px;       /* moves text slightly lower */
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .section-heading-container h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-bottom: 6px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .section-heading-container h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #fff; /* underline color white */
    border-radius: 2px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }
.section-heading {
        
        color:#fff !important;
    }
.section-heading-container:after{
  height:0 !important;
}
@media only screen and (max-width: 768px) {
  .section-heading-container {
    width: 100%;
    background: #fff url("https://i.postimg.cc/nrvHMnJ6/Highlighter.png") no-repeat center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 18px;       /* moves text slightly lower */
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .section-heading-container h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-bottom: 6px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .section-heading-container h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #fff; /* underline color white */
    border-radius: 2px;
  }
}
@media only screen and (max-width: 768px) {
    .section-heading-container * {
        font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
        color: #fff !important;
}
}

(max-width: 640px) {
    .section-heading {
        font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
        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;
}
.cat-card-title {
   
    font-weight: bolder;
}