.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card {
    border: 1px solid #E5E5E5 !important;
    border-radius: 0px !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-discount-tag {
    background-color: #de241d;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 22px;
    border-radius: 8px 0px 8px 0px !important;
    left: auto !important;
    top: 0px !important;
    right: 0px !important;
}
.sh-product-discount-tag {
    background-color: #de241d;
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px 0px 8px 0px !important;
    left: auto !important;
    top: 0px !important;
    right: 0px !important;
}
  /* .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: .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: 3px;
}




.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 .3s ease-in-out;
    border-radius: 3px;
}

/*
.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: #000000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 3px;
}

.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: #131540;
    left: 0;
    top: 0;
    border-radius: 3px;
}

@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;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@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;
    }
    .sh-product-card-discount-tag {
        background-color: #de241d;
        font-weight: 400 !important;
        font-size: 12px;
        line-height: 18px;
        border-radius: 8px 0px 8px 0px !important;
        left: auto !important;
        top: 0px !important;
        right: 0px !important;
    }
    .sh-product-discount-tag {
        background-color: #de241d;
        font-weight: 600 !important;
        font-size: 15px;
        line-height: 20px;
        border-radius: 8px 0px 8px 0px !important;
        left: auto !important;
        top: 0px !important;
        right: 0px !important;
    }

}

.pr-var-card .discount {
    color: var(--product-discount-tag-background);
    font-size: 12px;
    margin-left: 10px;
    line-height: 16px;
    letter-spacing: .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%;
}
*/