.sh-product-card {
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
}
.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-discount-tag {
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
}
.sh-product-discount-tag {
    font-weight: 400 !important;
    border-radius: 4px !important;
}
.sh-product-plus-minus-button {
    border-radius: 4px !important;
}
.sh-solid-button {
    border-radius: 4px;
}

/* .sh-category-card>a>div{
 *   padding: 6px !important;
 *   border:1px solid #E5E5E5 !important;
 *   border-radius: 8px !important;
 } *
 .sh-category-card>a>div:hover {
 border:1px solid #3e8e16 !important;
 box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
 }
 .sh-category-card:nth-child(3n-2)>a>div {
 background-color: #ECFFEC !important;
 }
 .sh-category-card:nth-child(3n-1)>a>div {
 background-color: #FFFCEB !important;
 }
 .sh-category-card:nth-child(3n)>a>div {
 background-color:#FEEFEA !important;
 } */

.sh-product-plus-minus-button {
    border-radius: 4px !important;
    background-color: #3e8e16;
    color: #fff;
    &:hover {
        border-radius: 4px !important;
        background-color: #fff;
        color: #3e8e16;
    }
}

.pr-card-action-enquiry {
    padding: 6px;
    height: 40px;
    font-weight: 600;
    border: 1px solid #3ac34c;
    display: flex;
    align-items: center;
    color: #ffffff;
    background: #3ac34c;
    border-radius: 4px !important;
    font-size: 12px;
    /* width: 100%; */
    &:hover {
        color: #3ac34c;
        background: #ffffff;
    }
}

.sh-category-card > a > div > p {
    line-height: 24px;
    font-size: 16px;
    display: -webkit-box;
    --webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}
@media only screen and (max-width: 600px) {
    .sh-category-card > a > div > p {
        line-height: 20px;
        font-size: 14px;
        min-height: 40px;
    }
}
.sh-row-title-divider {
    display: none !important;
}

.pr-long-card {
    padding: 0px;
}

.pr-card-content {
    padding: 4px 8px;
}

.pr-long-card .pr-image {
    -o-object-fit: cover;
    object-fit: contain;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    /* background: url(https://i.postimg.cc/CK7F5QBf/output-onlinepngtools.png); */
    background: url(https://storage.googleapis.com/shy-pub/437767/output-onlinepngtools-1751433487966.png);
}

/* .three-column-footer__footer {
 * background-color: #f3f3f3 !important;
 * color: #000000 !important;
 * padding: 16px;
 * position: relative;
 * width: 100%;
 } *
 @media (min-width: 960px) {
 .three-column-footer__footer {
 padding: 50px 60px !important;
 display: flex;
 }
 } */

.bottom-nav__app__bar {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    position: fixed;
    transition: background 1s, bottom 0.4s ease 0s;
    background-color: #ffffff;
    border-top: var(--bottom-nav-border);
    display: flex;
    height: auto;
    border-color: rgb(0 0 0);
}

.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;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.pr-discount {
    padding: 5px 9px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    position: absolute;
    white-space: nowrap;
    background: #ea4a32;
    color: var(--product-discount-tag-color);
    top: 0;
    right: 0;
}
.pr-sale-price {
    color: #ea4a32;
    font-weight: 700;
    margin-right: 8px;
    font-size: 21px !important;
}

.sh-product-discount-tag {
    font-weight: 400 !important;
    border-radius: 15px !important;
    font-size: 16px;
    background: #e94931;
    padding: 5px 15px;
}

.menu-bar .links {
    font-size: 15.5px;
    color: var(--menu-bar-color);
    padding: 11px 16px;
    font-weight: bold;
}
.menu-bar .links:hover {
    text-decoration: none;
    color: #e84835 !important;
}

.bottom-nav__app__bar {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    position: fixed;
    transition: background 1s, bottom 0.4s ease 0s;
    background-color: #3e8e16;
    border-top: var(--bottom-nav-border);
    display: flex;
    height: auto;
    border-color: rgb(0 0 0);
}

.sh-footer-main {
    background-color: #1b2e21;
    color: #fff;
    /* padding: 16px; */
    position: relative;
    width: 100%;
    /* background: #1B2E21; */
}

.sh-bottom-nav-unselected {
    color: #ffffff87 !important;
    stroke: #ffffff87 !important;
}
/* .sh-bottom-nav-unselected {
 * color: #1b2e21 !important;
 * stroke: #1b2e21 !important;
 } * */

.bottom-nav__app__bar {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    position: fixed;
    transition: background 1s, bottom 0.4s ease 0s;
    background-color: #1b2e21;
    display: flex;
    height: auto;
    border-top: 1px solid #ffffff6b;
}

:root {
    --primary-main: #ffffff;
    --primary-contrast-text: #1a1a1a;
    --secondary-main: #3e8e16;
    --info-main: #403b37;
    --error-main: #f44336;
    --error-invalid: #bb0000;
    --error-cancel: #dd0000;
    --error-primary: #f30020;
    --disabled-color: #a9a9a9;
    --typography-font-family: "Noto Sans", "Noto Sans", "Roboto", "Arial",
    sans-serif;
    --header-main: #ffffff;
    --header-contrast-text: #000000;
    --header-button-background: #3e8e16;
    --header-accent: #000000;
    --header-badge-main: #3e8e16;
    --header-badge-contrast-text: #ffffff;
    --header-box-shadow: rgb(238, 238, 238) 0px 1px 0px;
    --header-divider: 1px solid #f0f0f0;
    --header-notice-background: #e8fff1;
    --header-notice-text: #3e8e16;
    --header-desktop-notice-background: #e8fff1;
    --header-desktop-notice-text: #3e8e16;
    --header-menu-bar-background: #3e8e16;
    --header-menu-bar-color: #ffffff;
    --search-bar-main: #ffffff;
    --search-bar-border: 1px solid #eeeeee;
    --search-bar-icon-main: #1a1a1a;
    --search-bar-icon-accent: #3e8e16;
    --bottom-nav-main: #3e8e16;
    --bottom-nav-selected: #ffffff;
    --bottom-nav-not-selected: #bbbbbb;
    --bottom-nav-badge-main: #ffffff;
    --bottom-nav-badge-contrast-text: #3e8e16;
    --button-main: #3e8e16;
    --button-contrast-text: #e8fff1;
    --button-borderColor: #e8fff1;
    --footer-main: #f3f3f3;
    --footer-contrast-text: #000;
    --product-discount-tag-background: #3e8e16;
    --product-discount-tag-color: #ffffff;
    --product-price-color: #3e8e16;
    --pr-image-aspect-ratio: 1;
    --max-store-width: calc(100vw - 32px);
}

.product-component-about {
    display: flex;
    flex-direction: column;
}

.product-component-about .sh-pc-brand-ctn {
    order: -5;
}

.product-component-about .product-sku-container {
    order: -4;
}

.product-component-about .product-price-icons {
    order: -4;
}

.product-component-about .sh-margin-line:first-child {
    order: -3;
}

.product-component-about .sh-var-info-root {
    order: -2;
}
