.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: #81cc30 !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: #81cc30 !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;
  }
 }
.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 */
}

.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 */
}

.sh-header-mob-menu-icon
{
color:#000 !important;
}


.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;
}