#sh-social-icon-whatsapp>svg {
	display: none;
}


#sh-social-icon-whatsapp {
	background: none;
	border-radius: 0px;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/WhatsApp.svg/767px-WhatsApp.svg.png);
	background-repeat: no-repeat;
	background-size: contain;
}


#sh-social-icon-facebook>svg {
	display: none;
}

#sh-social-icon-facebook {
	background: none;
	border-radius: 0px;
	background-image: url(https://cdn0.iconfinder.com/data/icons/social-messaging-ui-color-shapes-2-free/128/social-facebook-2019-circle-512.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#sh-social-icon-instagram>svg {
	display: none
}

#sh-social-icon-instagram {
	background: none;
	border-radius: 50%;
	background-image: url(https://toppng.com/uploads/preview/instagram-logo-circle-11549679754rhbcorxntv.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#sh-social-icon-twitter>svg {
	display: none;
}


#sh-social-icon-twitter {
	background-color: #1da1f2;
}
.sh-footer-main
{
background-color:#000;
color:#fff;
}
.sh-product-card:hover {
    border-radius: 8px !important;
    
  }
.sh-product-card {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
#cat-scroll-scroller
{
justify-content: center;
}
.pr-long-col-media {
    object-fit: contain;
}
.sh-bottom-nav-main {
    background-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: #000000 !important;
}
.sh-header-main
{
background-color:#fff;
font-size: 20px;
}
/* 🔴 Product Card Discount Tag */
.sh-product-card-discount-tag {
  background-color: rgba(255, 0, 0, 0.5); /* Red with 50% opacity */
  color: #FFFFFF; /* White text */
  font-weight: 500 !important;
  border-radius: 8px 0px 8px 0px !important;
  right: auto !important;
  top: 0px !important;
  left: 0px !important;
  padding: 4px 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(2px); /* subtle glassy feel */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* 🔴 Generic Discount Tag (e.g. inside product detail) */
.sh-product-discount-tag {
  background-color: rgba(255, 0, 0, 0.5);
  color: #FFFFFF;
  font-weight: 500 !important;
  border-radius: 4px !important;
  padding: 3px 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ✨ Blink Animation Applied to Text Only */
.sh-product-card-discount-tag,
.sh-product-discount-tag {
  animation: blinkText 10s infinite; /* Runs once every 10 seconds */
}

/* 🧠 Keyframes for Blink */
@keyframes blinkText {
  0%, 95%, 100% { opacity: 1; }  /* Visible most of the time */
  96%, 99% { opacity: 0; }       /* Quick blink */
}

/* 🧩 Optional: Accessibility — stop blinking if user prefers no motion */
@media (prefers-reduced-motion: reduce) {
  .sh-product-card-discount-tag,
  .sh-product-discount-tag {
    animation: none;
  }
}
/* --- Plus/Minus Button (Plain Yellow, Taller) --- */
.sh-product-plus-minus-button {
  background-color: #FDC92B; /* Plain brand yellow */
  color: #000000; /* Black text/icon */
  border: 1px solid #E6B800 !important;
  border-radius: 6px !important;
  width: 28px;  /* Slightly wider */
  height: 32px; /* Increased height for balance */
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/* 🖱 Hover State */
.sh-product-plus-minus-button:hover {
  background-color: #FAD14A; /* Slightly brighter on hover */
  border-color: #FAD14A;
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* 👆 Active (Pressed) State */
.sh-product-plus-minus-button:active {
  background-color: #E6B800; /* Deeper tone when pressed */
  border-color: #E6B800;
  transform: translateY(0px) scale(0.97);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

/* 🚫 Disabled State */
.sh-product-plus-minus-button:disabled {
  background-color: #F5E27A;
  border-color: #F5E27A;
  color: #888888;
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.cat-card-img {
  border: none;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .cat-card-img {
    border: none;
    object-fit: cover;
    border-radius: 15px;
  }
  .cat-card-letter-container {
    border: 7px solid rgb(255, 255, 255);
    border-radius: 15px;
  }
}