.florify-fs-wrap {padding: 0px;background: linear-gradient(0deg, #0c3c36, var(--nectar-accent-color));color: #fff;padding: 20px 30px;padding-bottom: 45px;z-index: -1;margin-bottom: -20px;border-radius: 20px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;}
.florify-fs-message {font-size: 14px;margin-bottom: 10px;line-height: 1.4;padding-bottom: 0px;text-align: center;color: #fff !important;}
.nectar-slide-in-cart .florify-fs-message {font-size: 13px;}
.florify-progress {width: 100%;height: 8px;background: #ffffff1c;border-radius: 4px;overflow: hidden;position: relative;}
.florify-progress-bar {display: block;height: 100%;background: var(--nectar-extra-color-1);width: 0;transform-origin: left center;animation: florifyProgressAnim 0.6s ease forwards;}
.woocommerce-info:has(.fs-free-shipping-notice-and-button-wrapper) {display: none;}

/* Animate progress bar from 0% → actual percentage */
@keyframes florifyProgressAnim {
    from { width: 0; }
    to   { width: var(--progress); }
}

/* CHECKOUT */

.woocommerce-checkout-review-order-table .florify-fs-wrap {padding: 22px 30px !important;border-radius: 15px !important;margin-bottom: 30px;}
.woocommerce-checkout-review-order-table .florify-fs-wrap p.florify-fs-message {margin-top: -2px !important;margin-bottom: 12px;}

/* SLIDE IN CART */

body .nectar-slide-in-cart .florify-fs-wrap {padding-top: 20px !important;padding-bottom: 20px !important;position: relative;margin-bottom: 0px !important;border-radius: 0px !important;background: linear-gradient(180deg, #0c3c36, var(--nectar-accent-color));}
body .nectar-slide-in-cart:has(.florify-fs-wrap) .widget_shopping_cart_content {padding-top: 0px !important;max-height: calc(100vh - 145px);}
body .nectar-slide-in-cart.nectar-slide-in-cart .widget_shopping_cart {top: 0px !important;padding: 0px;height: calc(100% - 70px);}

/* 690 */

@media only screen and (max-width: 690px) {
    .florify-fs-wrap {padding: 20px 25px;padding-bottom: 45px;}
    .florify-fs-message {font-size: 13px;margin-bottom: 10px;}
    body .nectar-slide-in-cart .florify-fs-wrap {margin-top: 0;padding-top: 20px !important;padding-bottom: 20px !important;border-radius: 0px !important;}
    body .nectar-slide-in-cart:has(.florify-fs-wrap) .widget_shopping_cart_content {padding-top: 5px !important;}
    body .nectar-slide-in-cart .florify-fs-message {font-size: 12px;margin-bottom: 10px !important;}
}

/* 414 */

@media only screen and (max-width: 414px) {
    .florify-fs-message {max-width: 270px;margin: auto;margin-bottom: 15px !important;line-height: 1.4 !important;}
}