/* .sh-product-plus-minus-button{
    background: #000;
    color: #fff;
    border-radius: 5px;
    border-color: #000;
}

.sh-product-plus-minus-button:hover {
    background: white;
    color: #000;
    border-radius: 5px;
    border-color: #000;
    transition: 0.6s ease;
} */

.section-heading-container {
    margin: 36px 0px 10px 0px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* View All Product Button on home page */
.solid-button__btn, .solid-button__btn:hover {
    color: var(--button-contrast-text);
    background: #985005;
}

.solid-button__btn {
    outline: none !important;
    border-radius: 6px;
    padding: 12px;
    white-space: nowrap;
    min-height: 0;
    min-width: 0;
    border: 1px solid #985005;
}


.pr-discount {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .02em;
    position: absolute;
    white-space: nowrap;
    background: #935008;
    color: var(--product-discount-tag-color);
    top: 0;
    right: 0;
}

.pr-long-card {
    width: 100%;
    padding: 12px;
    display: flex
;
    flex-direction: column;
    height: 100%;
    border-radius: 0;
    border: 1px solid #935008;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px 3px #935008;
}

.app-bar{
    box-shadow: none;
}
.sh-footer-main {
    background: url(https://storage.googleapis.com/shy-pub/408585/Perfumekoushik3-1744099078682.jpeg);
}

.app-bar .notice {
    background-color: var(--header-notice-background);
    color: var(--header-notice-text);
    padding: 5.5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: small;
}


.sh-product-plus-minus-button{
    background: #292929;
    color: #fff;
    border-radius: 5px;
    border-color: #292929;
}

.sh-product-plus-minus-button:hover {
    background: white;
    color: #292929;
    border-radius: 5px;
    border-color: #292929;
    transition: 0.6s ease;
}

.sh-footwr-main {
    background-color: #000000d6;
    color: #ffffff;
}

.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 3px 5px #93500852, -1px -1px 4px #93500852; */
}

.three-column-footer__footer {
    background-color: #000000d6;
    color: white;
    /* padding: 16px; */
    position: relative;
    width: 100%;
}


.collection-image:hover {
    width: 100%;
    transition: transform 0.9s ease;
    transform: scale(1.03);
}

.product-pricing-discount {
    background: #985005 !important;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 8px;
    line-height: 18px;
    letter-spacing: .02em;
}

.text-\[var\(--secondary-main\)\] {
    color: #ffffff !important;
}