.satcb-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 9999;
    padding: 10px 15px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
    display: none;
    width: 100%;
}

.satcb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.satcb-left {
    flex: 1 1 auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.satcb-thumb {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
    border: 1px solid #eee;
}

.satcb-title {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.satcb-price {
    color: #222;
    font-weight: bold;
}

.satcb-right {
    flex: 1 1 auto;
    min-width: 150px;
}

.satcb-right form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .satcb-right button {
        width: 100%;
        margin-top: 10px;
    }
}
.satcb-sticky-bar .variations .title-atttr{
    display: none;
}
.satcb-sticky-bar label .qty-label{
     display: none;
}