/* .sh-category-card>a>div:hover {
    border: 1px solid #5ca8a9 !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-category-card:nth-child(3n-2)>a>div {
    background-color: #78b5b626 !important;
} */

.sh-product-plus-minus-button {
    border-radius: 5px !important;
    background-color: #79b5b5;
    border-color: #79b5b5;
    color: white;
}

/* .sh-solid-button {
    border-radius: 5px !important;
    background-color: #79b5b5;
    border-color: #79b5b5;
    color: white;
} */

.sh-product-plus-minus-button:hover {
    border-radius: 5px !important;
    background-color: #ffffff;
    border-color: #79b5b5;
    color: #79b5b5;
}

.sh-footer-main {
    background-color: #79b5b5;
    color: white;
}

.sh-product-card-discount-tag {
    background-color: #79b5b5;
}

.outlined-button__btn {
    outline: none !important;
    color: #79b5b5;
    border-radius: 6px;
    padding: 12px;
    white-space: nowrap;
    min-height: 0;
    min-width: 0;
    border: 1px solid #79b5b5;
}

.solid-button__btn, .solid-button__btn:hover {
    color: var(--button-contrast-text);
    background: #79b5b5;
    border-color: #79b5b5;
}

.text-\[var\(--secondary-main\)\] {
    color: #ffffff;
}

.product-pricing-discount {
    background: #79b5b5;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 8px;
    line-height: 18px;
    letter-spacing: .02em;
}

.variant-selector-selected {
    max-width: 100%;
    word-break: break-word;
    width: -moz-fit-content;
    width: fit-content;
    border-color: #79b5b5;
    color: #1a1a1a;
    position: relative;
}

.variant-selector-selected:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: #79b5b5;
    opacity: .05;
}

.sh-product-card-enquiry {
    color: #ffffff;
    border: 1px solid #3ac34c;
    background-color: #3ac34c !important;
    border-radius: 4px !important;
}

.sh-product-card-enquiry:hover {
    color: #3ac34c;
    border: 1px solid #3ac34c;
    background-color: #ffffff !important;
    transition: 0.5s;
    border-radius: 4px;
}

.pr-long-card {
    width: 100%;
    padding: 12px;
    display: flex
;
    flex-direction: column;
    height: 100%;
    border-radius: 0;
    border: 1px solid #0000003d;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #00000024;
}

.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;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #00000099;
}

.cat-card {
    padding: 25px;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .cat-card {
        padding: 15px !important;
    }
}