.footer-intro-message{
      background: #fff;
    /* border: 1px solid #e8e8e8;
        border-radius: 12px;*/
        padding: 12px 14px;
        margin-bottom: 10px;
}
.footer-intro-message span{
      font-family: Roboto;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 15px;
        color:#000000;
        line-height: 100%;
        letter-spacing: 0%;
}
.chat-menu-btn {
    padding: 5px 14px;

    background: #fff;
    color: #000000;
    border: 0.5px solid var(--primary-color);
    border-radius: 89px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
    /* width: 75px; */
    height: 25px;
    opacity: 1;
}

/* Hover effect */
.chat-menu-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.product-footer-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: none;
}
.footer-btn {
    padding: 10px 16px;
    border: 1px solid var(--primary-color);
    border-radius: 25px;
    background: white;
    color:#000;
    cursor: pointer;
    font-size: 12px;
    text-transform: none;
}

.footer-btn:hover {
    background: #f2f2f2;
    color:#000;
}
.footer-btn:disabled,
.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
}
.footer-btn-option {
    padding: 5px 14px;
   
    background: #fff;
    color: #000000;
    border: 0.5px solid var(--primary-color);
    border-radius: 89px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
    /* width: 75px; */
    height: 25px;
    opacity: 1;
}

.footer-btn-option:hover {
    background: #f2f2f2;
    color:#000;
}
.footer-btn-option:disabled,
.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
}
/*.product-card{
      border-radius: 10px;
      width:100%;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08); background: #fff;
            padding: 10px; text-align: center;
            border:0.5px solid var(--primary-color) ;
            position: relative; transition: box-shadow 0.2s;
            box-sizing: border-box;
}*/
.product-card {
    width: 250px;
    border-radius: 10px;
    border:0.5px solid var(--primary-color) ;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}
.kalrav-product-name{
   
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    padding:0 10px 0;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 7px 0px 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.start-over-btn{
            flex: none;
            min-width: 90px;
            height: 30px;
            background: #ffffff !important;
            color: #000000 !important;
            border: 1px solid #22b854;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
}
.check-out-btn{
                flex: none;
                min-width: 90px;
                height: 30px;
                background: #ccc !important;
                color: #999 !important;
                border: 1px solid #ddd !important;
                border-radius: 6px;
                font-size: 12px;
                font-weight: 600;
                cursor: not-allowed;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
}
.kalrav-product-category{
     font-size: 11px;
            color: #666;
            margin: 2px 0 4px 0;
            font-weight: 500;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.more-details-btn{
     display: inline-flex; align-items: center; justify-content: center;
    height: 26px; padding: 0 14px;
    background: transparent; color: var(--primary-color);
    border-radius: 4px; font-size: 11px; font-weight: 500;
    border: none; cursor: pointer;
    text-decoration: underline; text-underline-offset: 2px;
    white-space: nowrap;
}
.kalrav-cart-badge{
     position: absolute;
            pointer-events: none;
            top: 0px; right: 0px;
            background: #22b854;
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            min-width: 8px;
            height: 14px;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 0 3px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.product-cart-footer{
     display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4px;
}
.kalrav-qty-box {
                display: inline-flex;
                align-items: center;
                background: var(--primary-color);
                border-radius: 4px;
                height: 28px;
                overflow: hidden;
                user-select: none;
                flex-shrink: 0;
            }
            .kalrav-qty-arrow {
                width: 28px;
                height: 28px;
                border: none;
                background: transparent;
                color: #fff;
                cursor: pointer;
                font-size: 16px;
                font-weight: 700;
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1;
                padding: 0;
                transition: background 0.12s;
                flex-shrink: 0;
            }
            .kalrav-qty-arrow:hover:not(:disabled) {
                background: rgba(255,255,255,0.15);
            }
            .kalrav-qty-arrow:disabled {
                opacity: 0.4;
                cursor: default;
            }
            .kalrav-qty-num {
                min-width: 22px;
                font-size: 13px;
                font-weight: 700;
                color: #fff;
                text-align: center;
                line-height: 28px;
                padding: 0 2px;
            }
.start-over-btn2{
      flex: none;
            min-width: 90px;
            height: 30px;
            background: #ffffff;
            color: #000000;
            border: 1px solid var(--primary-color);
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
}
.checkout-btn2{
      flex: none;
            min-width: 90px;
            height: 30px;
            background: var(--primary-color);
            color: #fff;
            border: 1px solid var(--primary-color);
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
}
.start-over-btn1{
     flex: none;
            min-width: 90px;
            height: 30px;
            background: #ffffff;
            color: #000000;
            border: 1px solid #22b854;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
             display: flex;
            flex-direction: row;
            align-items: center;
}
.checkout-btn1{
 display: flex; align-items: center; justify-content: center;
            height: 26px; padding: 0 7px;
            background: var(--primary-color); color: #fff;
            border-radius: 4px; font-size: 10px; font-weight: 700;
            border: none; cursor: pointer; white-space: nowrap;
            display: flex;
            flex-direction: row;
            align-items: center;
}
.add-to-cart-btn{
    display:block !important;
    padding:1px;
	align-self:center;
    align-items:center;justify-content:center;
    width:28px;height:28px;
    background-color: transparent !important;
    border:1.5px solid var(--primary-color);
    border-radius:4px;cursor:pointer;

}
.checkout-btn2.disabled,
.checkout-btn2:disabled {
    background: #ccc !important;
    border-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.checkout-btn1.disabled,
.checkout-btn1:disabled {
    background: #ccc !important;
    border-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.category-chip{
            background: #fff;
            border: 0.5px solid var(--primary-color);
            border-radius: 8px;
            padding: 8px 14px;
            font-size: 13px;
            font-family: Roboto, sans-serif;
            font-weight: 400;
            color: #000000;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            transition: all 0.18s ease;
            white-space: nowrap;
}
.product-count-badge{
            color: #616161;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 400;
            white-space: nowrap;
            flex-shrink: 0;
            margin-left: 12px;
}
.product-container{
            display: flex; align-items: center; justify-content: center;
            position: relative; margin-top: 6px;
            width: 100%;
             /*max-width: 280px;*/
            margin-left: auto; margin-right: auto;
}
.single-product-wrapper{
    width: 280px; 
    display: flex; 
    align-items: center;
    justify-content: center; 
    flex-direction: column;
}