/** Shopify CDN: Minification failed

Line 372:0 Unexpected "}"

**/

.healthy-home-tab-list
{
    display: flex;
    overflow-x: auto;
    gap: 0px;
    padding: 8px 0;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.healthy-home-tab-list::-webkit-scrollbar {
    height: 4px;
}

.healthy-home-tab-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}


.healthy-home-tab {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    text-align: left;
}

.healthy-home-tab.active {
}

.healthy-home-tab:hover {
    border-color: #ccc;
}

.healthy-home-panels {
    margin-top: 8px;
}

.healthy-home-panel {
    display: none;
    padding: 8px 0;
    background: #fff;
}

.healthy-home-panel:not(.hidden) {
    display: block;
}

.healthy-home-recommendations
{
    max-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: inherit;
    position: relative;
}

/* Slider */
.healthy-home-product-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #000 transparent;
}

.healthy-home-product-slider::-webkit-scrollbar {
    height: 4px;
}

.healthy-home-product-slider::-webkit-scrollbar-track {
    background: transparent;
}

.healthy-home-product-slider::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
}

.healthy-home-product-slider::-webkit-scrollbar-thumb:hover {
    background-color: #333;
}

.healthy-home-product-slider-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #000 transparent;
}

.healthy-home-product-slider-track::-webkit-scrollbar {
    height: 4px;
}

.healthy-home-product-slider-track::-webkit-scrollbar-track {
    background: transparent;
}

.healthy-home-product-slider-track::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
}

.healthy-home-product-slider-track::-webkit-scrollbar-thumb:hover {
    background-color: #333;
}

/* Product card */
.healthy-home-product-card {
    flex: 0 0 170px;
    scroll-snap-align: start;
    border: none;
    border-radius: 12px;
    overflow: visible;
    background: #fff;
    position: relative;
    padding-bottom: 20px;
}

.healthy-home-product-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.healthy-home-product-card-badge {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #ffe033;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 16.5px;
    height: 24px;
    display: flex;
    align-items: center;
}

.healthy-home-product-card-heart {
    display: none;
}

.healthy-home-product-card-heart:hover {
    transform: scale(1.1);
}

.healthy-home-product-card-link {
    text-decoration: none;
    color: inherit;
}

.healthy-home-product-card-image {
    width: 100%;
    height: 160px;
    overflow: visible;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-bottom: none;
    position: relative;
}

.healthy-home-product-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.healthy-home-product-card-info {
    padding: 8px 10px 0;
}

.healthy-home-product-card-vendor {
    font-size: 11px;
    color: #888;
    margin: 0 0 2px 0;
    line-height: 1.2;
}

.healthy-home-product-card-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1a1a1a;
}

.healthy-home-product-card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.healthy-home-product-card-stars {
    display: flex;
    gap: 1px;
}

.healthy-home-product-card-review-count {
    font-size: 11px;
    color: #888;
}

.healthy-home-product-card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.healthy-home-product-card-regular {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.healthy-home-product-card-compare {
    font-size: 10px;
    color: #999;
    text-decoration: line-through;
    white-space: nowrap;
}

.healthy-home-product-card-tags {
    display: none;
}

.healthy-home-product-card-tag {
    font-size: 10px;
    font-weight: 600;
    color: #0EC4B9;
    background: rgba(14, 196, 185, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
}

.healthy-home-product-card-picked {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #0EC4B9;
    font-weight: 700;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    min-width: unset;
    cursor: pointer;
    line-height: inherit;
}

.healthy-home-product-card-picked svg {
    flex-shrink: 0;
}

/* Add to cart button */
.healthy-home-product-card-atc {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    border: none;
    background: #0EC4B9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    min-width: unset;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    z-index: 3;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
}

.healthy-home-product-card-atc:hover {
    background: #0eb5ab;
    transform: scale(1.05);
}

.healthy-home-product-card-atc--loading {
    background: #ccc;
    pointer-events: none;
}

.healthy-home-product-card-atc--added {
    background: #28a745;
    pointer-events: none;
}

/* Quantity selector (replaces ATC after item added) */
.healthy-home-product-card.has-qty .healthy-home-product-card-atc {
    display: none;
}

.healthy-home-product-card-qty {
    position: absolute;
    bottom: 1.5px;
    left: 1.5px;
    right: 1.5px;
    height: 36px;
    border-radius: 9999px;
    background: #0ec4b9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.healthy-home-product-card-qty button {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.healthy-home-product-card-qty button:hover {
    color: #000;
}

.healthy-home-product-card-qty span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
}

/* Loading state */
.healthy-home-panel-loading {
    display: flex;
    justify-content: center;
    padding: 32px 0;
}

.healthy-home-panel-loading-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #e0e0e0;
    border-top-color: #0EC4B9;
    border-radius: 50%;
    animation: healthy-home-spin 0.8s linear infinite;
}

@keyframes healthy-home-spin {
    to { transform: rotate(360deg); }
}

.healthy-home-panel-empty {
    text-align: center;
    color: #888;
    font-size: 14px;
    padding: 24px 0;
    margin: 0;
}

.healthy-home-panel-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.healthy-home-panel-desc {
    font-size: 13px;
    color: #666;
    margin: 0 0 12px 0;
}

.healthy-home-panel-products {
    width: 100%;
}
.healthy-home-panel-content {
    margin-bottom: 12px;
}

/* Members Love section */
.members-love-section {
    max-width: 1250px;
    margin: 30px auto;
    box-sizing: border-box;
    font-family: inherit;
    position: relative;
}

.members-love-header {
    margin-bottom: 12px;
}

.members-love-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #1a1a1a;
}

.members-love-subtitle {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.members-love-products {
    width: 100%;
}

@media (max-width: 768px) {
    .healthy-home-recommendations {
        margin-top: 0px;
        padding: 10px;
    }

    .healthy-home-recommendations-title {
        font-size: 14px;
        padding: 0;
    }

    .healthy-home-recommendations-subtitle {
        font-size: 11px;
        padding: 0;
    }

    .healthy-home-product-card {
        flex: 0 0 150px;
        padding: 8px;
    }

    .healthy-home-product-card-info {
        padding: 4px 0 0;
    }

    .healthy-home-product-card-vendor {
        font-size: 10px;
    }

    .healthy-home-product-card-title {
        font-size: 12px;
        line-height: 1.3;
    }

    .healthy-home-product-card-picked {
        text-align: left;
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .healthy-home-product-slider-track {
        gap: 8px;
    }

    .members-love-section {
        margin-top: 0px;
        padding: 10px;
    }

    .members-love-title {
        font-size: 14px;
        padding: 0;
    }

    .members-love-subtitle {
        font-size: 12px;
        padding: 0;
    }
}

.pulsing-sparkle {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    animation: ai-sparkle 1.8s ease-in-out infinite;
}

@keyframes ai-sparkle {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
}
