#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 */
}

/* 🔴 Generic Discount Tag (e.g. inside product detail) */
.sh-product-discount-tag {
  background-color: rgba(255, 0, 0, 0.5); /* Same red with 50% opacity */
  color: #FFFFFF; /* White text */
  font-weight: 500 !important;
  border-radius: 4px !important;
  padding: 3px 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* ⚡ Vibrant Ultra Compact Brand Yellow Plus/Minus Button */
.sh-product-plus-minus-button {
  background: linear-gradient(180deg, #FFEB3B 0%, #FFD700 100%); /* Vibrant yellow gradient */
  color: #000000; /* Black text/icon */
  border: 1px solid #E6C200 !important;
  border-radius: 6px !important;
  width: 26px;
  height: 26px;
  font-size: 14px; /* Compact, but readable */
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25), 
              inset 0 1px 1px rgba(255, 255, 255, 0.4); /* Depth + shine */
}

/* 🖱 Hover State */
.sh-product-plus-minus-button:hover {
  background: linear-gradient(180deg, #FFF176 0%, #FFCA28 100%); /* Brighter, glowing yellow */
  border-color: #FFCA28;
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.6), 
              inset 0 1px 2px rgba(255, 255, 255, 0.5); /* Yellow glow */
}

/* 👆 Active (Pressed) State */
.sh-product-plus-minus-button:active {
  background: linear-gradient(180deg, #FBC02D 0%, #E6B800 100%);
  border-color: #E6B800;
  transform: translateY(0px) scale(0.97);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/* 🚫 Disabled State */
.sh-product-plus-minus-button:disabled {
  background: linear-gradient(180deg, #F0E17A 0%, #E5D469 100%);
  border-color: #E0C96D;
  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;
  }
}