.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;
}

@media (max-width: 480px) {
  .sh-header-logo {
    height: 36px !important;
  }
}

.product-card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain; /* For old Opera */
  object-fit: contain; /* Keeps full image visible */
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  animation: fadeIn 0.3s ease-in forwards;
  background: #fff; /* Optional: prevent empty space from showing transparent */
}

.add-to-bag-button {
  border: 1px solid var(--button-main) !important;
}
main .sh-ge-collect.section:last-child {
  display: none;
}
footer {
  background-color: #7c3d09 !important;
}
