/* Add custom CSS styles below */ 
.main-menu-row a:hover{
color:#d7c174 !important}
.product-card{
border: 0.5px solid #33333347 !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 
                0 2px 4px rgba(0, 0, 0, 0.06);

}
.bg-gold{
background-color: var(--bg-primary);

}
.bg-gold:hover{
background-color: #ffcc06;

}
@media (max-width: 1024px) {
    [id^="gb-widget"] {
        bottom: 60px !important;
        z-index: 9999 !important;
    }
}
.is-sticky-product-bar.product-single [id^=gb-widget], .is-sticky-product-bar.product-single iframe.tawk-widget, .is-sticky-product-bar.product-single #fb-root .fb_dialog iframe[data-testid=bubble_iframe], .is-sticky-product-bar.product-single iframe.tawk-widget {
    bottom: 122px !important;
}

.discount-progress-linear {
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
}

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
    font-weight: bold;
    font-size: 14px;
}
.bg-storeBG{
flex-direction: column;}