

/* .sh-product-card-discount-tag {
  top: 22px !important;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
  width: 60px;
  text-align: center;
  border-radius: 0px;
}
.sh-product-discount-tag {
  font-weight: 400;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
  width: 64px;
  text-align: center;
  border-radius: 0px;
} */
.sh-mini-banner-collection-card > a > div > div > div > svg {
  display: none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display: none;
}

.cat-card-img {
  transition-duration: 0.45s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.sh-footer-main {
  color: white;
}

.sh-product-plus-minus-button {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  /* background: #111; */
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.sh-product-plus-minus-button:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #0f24a0,
    #ff914c,
    #80da55,
    #5272ff,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

/*
.sh-product-plus-minus-button:active {
    color: #000
}
*/
.sh-product-plus-minus-button {
  width: 220px;
  height: 40px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #44cbe1;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.sh-product-plus-minus-button:active:after {
  background: transparent;
}

.sh-product-plus-minus-button:hover:before {
  opacity: 1;
}

.sh-product-plus-minus-button:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #44cbe1;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.sh-product-card-enquiry {
  padding: 6px;
  height: 40px;
  font-weight: 600;
  border: 1px solid #70c692;
  display: flex;
  align-items: center;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  /* width: 100%; */
  background-color: #3ac34c;
}

.sh-product-enquiry {
  color: #ffffff;
  background-color: #3ac34c;
  border-radius: 5px;
  border-color: #3ac34c;
}
.sh-product-enquiry:hover {
  color: #ffffff;
  background-color: #3ac34c;
  border-radius: 5px;
  border-color: #3ac34c;
}

/*
.menu-bar {
    background: var(--menu-bar-bg);
    border-top: var(--header-divider);
    display: none;
    justify-content: center;
    width: 100%;
    height: 44px;
    align-items: center;
    z-index: -1;
    background-color: #5072fd;
}
*/

/* test code */
.menu-bar .links {
  font-size: 14px;
  color: var(--menu-bar-color);
  font-weight: bold;
}

:root {
  --primary-main: #ffffff;
  --primary-contrast-text: #1a1a1a;
  --secondary-main: #eea911;
  --info-main: #403b37;
  --error-main: #f44336;
  --error-invalid: #bb0000;
  --error-cancel: #dd0000;
  --error-primary: #f30020;
  --disabled-color: #a9a9a9;
  --typography-font-family: "Helvetica", "Noto Sans", "Roboto", "Arial",
    sans-serif;
  --header-main: #ffffff;
  --header-contrast-text: #000000;
  --header-button-background: #ffffff;
  --header-accent: #000000;
  --header-badge-main: #f30020;
  --header-badge-contrast-text: #ffffff;
  --header-box-shadow: rgb(238, 238, 238) 0px 1px 0px;
  --header-divider: 1px solid #f0f0f0;
  --header-notice-background: #dcdcdc;
  --header-notice-text: #000000;
  --header-desktop-notice-background: #dcdcdc;
  --header-desktop-notice-text: #000000;
  --header-menu-bar-background: #f30020;
  --header-menu-bar-color: #ffffff;
  --search-bar-main: #ffffff;
  --search-bar-border: 1px solid #eeeeee;
  --search-bar-icon-main: #1a1a1a;
  --search-bar-icon-accent: #f30020;
  --bottom-nav-main: #ffffff;
  --bottom-nav-selected: #f30020;
  --bottom-nav-not-selected: #4a4a4a;
  --bottom-nav-badge-main: #f30020;
  --bottom-nav-badge-contrast-text: #ffffff;
  --bottom-nav-border: 1px solid #eeeeee;
  --button-main: #f30020;
  --button-contrast-text: #ffffff;
  --button-borderColor: #f30020;
  --footer-main: #131540;
  --footer-contrast-text: #1a1a1a;
  --product-discount-tag-background: #ff7222;
  --product-discount-tag-color: #ffffff;
  --product-price-color: #1a1a1a;
  --pr-image-aspect-ratio: 1;
  --max-store-width: calc(100vw - 32px);
}

h2 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
  font-size: 15px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.pr-variant-header {
  background-color: #131540;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  position: sticky;
  top: 0;
  z-index: 1400;
}

@media (min-width: 600px) {
  .pr-var-card .discount {
    font-size: 14px;
    line-height: 20px;
    margin-left: 16px;
    font-weight: bold;
    background: red;
    border: 4px solid red;
    border-radius: 20px;
    color: white;
  }
}

.pr-var-card .discount {
  color: var(--product-discount-tag-background);
  font-size: 12px;
  margin-left: 10px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-weight: bold;
  background: red;
  border: 4px solid red;
  border-radius: 20px;
  color: white;
}

/*
.pr-long-card .pr-image {
    aspect-ratio: var(--pr-image-aspect-ratio, 3 / 4);
    transition-duration: 450ms;
    border-radius: 50%;
}
*/

/* 27.05.2025 */
/* .sh-product-card-discount-tag {
  top: 22px !important;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
  width: 60px;
  text-align: center;
  border-radius: 0px;
}

.pr-discount {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  position: absolute;
  white-space: nowrap;
  background: var(--product-discount-tag-background);
  color: var(--product-discount-tag-color);
  top: 0;
  right: 0;
}

.sh-product-discount-tag {
  font-weight: 400;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
  width: 64px;
  text-align: center;
  border-radius: 0px;
} */

.product-card {
  position: relative; /* Ensures absolute children are relative to this card */
}
/* 
.sh-product-card-discount-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 80px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e53935 80%, #b71c1c 100%);
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(229, 57, 53, 0.18);
  overflow: hidden;
  z-index: 10;
} */
.sh-product-card-discount-tag,
.product-pricing-discount {
  /* top: 22px !important; */
  /* clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%); */
  background: linear-gradient(135deg, #e53935 80%, #b71c1c 100%);
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(229, 57, 53, 0.18);
  overflow: hidden;
  z-index: 10;
  width: 70px;
  text-align: center;
  border-radius: 10px 0px 10px 0px;
  font-weight: bold;
  font-size: 12.6;
}
/* 
.pr-discount {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  padding: 0 18px;
  position: relative;
  z-index: 2;
} */

/* Glossy white light sweep across the entire tag */
.sh-product-card-discount-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 30%;
  height: 110%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 20px;
  filter: blur(1.5px);
  pointer-events: none;
  animation: shine-sweep 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 1;
}

.product-pricing-discount::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 20px;
  filter: blur(1.5px);
  pointer-events: none;
  animation: shine-sweep1 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 1;
}

@keyframes shine-sweep {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-sweep1 {
  0% {
    left: -0%;
  }
  100% {
    left: 100%;
  }
}

.app-bar .notice .logo-ctn {
  background-color: var(--header-notice-background);
  color: var(--header-notice-text);
  padding: 0.1px !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: small;
}
