
.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 {
      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: 3px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
}


.section-item {
    width: var(--sec-item-width);
    background-color: #fe9d620f;
}





:root {
    --primary-main: #FFFFFF;
    --primary-contrast-text: #1A1A1A;
    --secondary-main: #F30020;
    --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: #F0F0F0;
    --footer-contrast-text: #1A1A1A;
    --product-discount-tag-background: #FF7222;
    --product-discount-tag-color: #ffffff;
    --product-price-color: #1a1a1a;
    --notice-color: #ffff;
    --notice-bg-color: #33363D;
    --pr-image-aspect-ratio: 1;
    --max-store-width: calc(100vw - 32px);
}
  
  
.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, #00ffd5, #002bff, #7a00ff, #ff00c8, #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: 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: #000000;
    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: #131540;
    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;
}

