.novvu-product-bar {
    margin: 18px 0 22px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #fff;
}

.novvu-product-bar__text {
    font-size: 14px;
    line-height: 1.45;
    color: #2b2b2b;
    margin-bottom: 8px;
}

.novvu-product-bar__text strong {
    color: #c69254;
    font-weight: 700;
}

.novvu-product-bar__amounts {
   display:none!important;
}

.novvu-product-bar__track {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: #ececec;
    overflow: visible;
}

.novvu-product-bar__fill {
    height: 100%;
    border-radius: 999px;
    background: #c3935b;
    transition: width .75s cubic-bezier(.22, 1, .36, 1);
    will-change: width;
}

.novvu-product-bar__milestone {
    transition:
        left .75s cubic-bezier(.22, 1, .36, 1),
        transform .25s ease,
        box-shadow .25s ease,
        opacity .25s ease;
}

.novvu-product-bar__milestone {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.novvu-product-bar__milestone-icon {
    font-size: 11px;
    line-height: 1;
}

.novvu-product-bar__milestone--gift {
    animation: novvuGiftJiggle 1.8s ease-in-out infinite;
}

.novvu-product-bar__milestone--gift.is-active {
    animation-duration: 1.2s;
}

@keyframes novvuGiftJiggle {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
    10% { transform: translate(-50%, -50%) rotate(-8deg); }
    20% { transform: translate(-50%, -50%) rotate(8deg); }
    30% { transform: translate(-50%, -50%) rotate(-6deg); }
    40% { transform: translate(-50%, -50%) rotate(6deg); }
    50% { transform: translate(-50%, -50%) rotate(0deg); }
}

.novvu-drawer-gift-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0;
    padding: 10px 12px;
    border: 1px solid #1f1f1f;
    background: #fff;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.35;
}

.novvu-drawer-gift-notice__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.novvu-drawer-gift-notice__icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.novvu-drawer-gift-notice__text {
    display: block;
}

.novvu-drawer-gift-notice__text strong {
    color: #c69254;
    font-weight: 700;
}

.novvu-drawer-gift-notice--success {
    border-color: #1f1f1f;
}

.novvu-product-bar--drawer{
    margin:0!important;
    border: none!important;
}
