/* Primary color for header category navigation text */
[x-cloak] {
    display: none !important;
}

.store-nav-link {
            color: #7f4c27 !important;
        }
        .store-nav-link:hover {
            color: #f37021 !important;
        }
        .store-nav-link--active {
            color: #7f4c27 !important;
        }

        /* Custom mini-cart and progress bar style overrides */
        .cart-drawer__btn-cart-green {
            background: #7f4c27 !important;
            background-color: #7f4c27 !important;
        }
        .cart-drawer__btn-cart-green:hover {
            background: #6a3e1e !important;
            background-color: #6a3e1e !important;
        }
        .cart-drawer__progress-bar-fill {
            background-color: #7f4c27 !important;
        }
        .cart-page-checkout-btn {
            background: linear-gradient(135deg, #8b5a2b 0%, #4a2e16 100%) !important;
            box-shadow: 0 4px 14px rgba(74, 46, 22, 0.3) !important;
        }
        .cart-page-checkout-btn:hover {
            background: linear-gradient(135deg, #9c6632 0%, #58371a 100%) !important;
            box-shadow: 0 6px 20px rgba(74, 46, 22, 0.4) !important;
        }
        .cart-items-section {
            border: 1.5px solid #cbd5e1 !important;
        }
        .cart-page-item {
            border-bottom: 1.5px solid #cbd5e1 !important;
        }
        .cart-page-item:last-child {
            border-bottom: none !important;
        }

        /* Active Red Heart Icon for Favorited Products */
        .store-favorite-btn--active,
        .store-favorite-btn.store-favorite-btn--active,
        button.store-favorite-btn--active,
        .product-card__wishlist.store-favorite-btn--active,
        .category-fav-card__wishlist.store-favorite-btn--active,
        .essential-flavor-card__wishlist.store-favorite-btn--active,
        .month-fav-card__wishlist.store-favorite-btn--active,
        .product-detail__wishlist.store-favorite-btn--active {
            color: #ef4444 !important;
        }

        .store-favorite-btn--active svg,
        .store-favorite-btn.store-favorite-btn--active svg,
        button.store-favorite-btn--active svg,
        .product-card__wishlist.store-favorite-btn--active svg,
        .category-fav-card__wishlist.store-favorite-btn--active svg,
        .essential-flavor-card__wishlist.store-favorite-btn--active svg,
        .month-fav-card__wishlist.store-favorite-btn--active svg,
        .product-detail__wishlist.store-favorite-btn--active svg {
            fill: #ef4444 !important;
            stroke: #ef4444 !important;
            color: #ef4444 !important;
        }
        


        @media (hover: hover) {
            .drag-to-scroll {
                scroll-snap-type: none !important;
            }
            .drag-to-scroll > * {
                scroll-snap-align: unset !important;
            }
        }