/** Shopify CDN: Minification failed

Line 131:8 Unexpected "{"
Line 132:15 Expected ":"
Line 137:16 Expected identifier but found whitespace
Line 138:12 Unexpected "{"
Line 139:19 Expected ":"
Line 143:6 Expected ":"
Line 145:19 Expected identifier but found whitespace
Line 146:12 Unexpected "{"
Line 147:19 Expected ":"
Line 151:6 Expected ":"

**/
/* Bundle Breakdown Section */
.bundle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

@media (max-width: 989px) {
    .bundle-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 749px) {
    .bundle-grid {
        grid-template-columns: 1fr;
    }
}

.bundle-item {
    display: flex;
    gap: var(--space-md);
    align-items: flex-start;
    padding: var(--space-lg);
}

.bundle-item__icon {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dreemdex-gray);
    border-radius: var(--radius-md);
}

.bundle-item__content {
    flex: 1;
    min-width: 0;
}

.bundle-item__title {
    font-size: 1rem;
    font-weight: 700;
    margin: var(--space-xs) 0;
    color: var(--dreemdex-navy);
    line-height: 1.3;
}

.bundle-item__description {
    font-size: 0.875rem;
    color: rgba(26, 26, 46, 0.65);
    line-height: 1.6;
    margin: 0 0 var(--space-sm);
}

.bundle-item__value {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    font-size: 0.8rem;
}

.bundle-item__value-label {
    color: rgba(26, 26, 46, 0.45);
    font-weight: 500;
}

.bundle-item__value-amount {
    font-weight: 700;
    color: var(--dreemdex-blue);
}

/* Total Value Banner */
.bundle-total {
    text-align: center;
    margin-top: var(--space-lg);
}

.bundle-total__inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-xs);
    padding: var(--space-lg) var(--space-2xl);
    background: linear-gradient(135deg, var(--dreemdex-navy), var(--dreemdex-blue));
    color: var(--dreemdex-white);
    border-radius: var(--radius-lg);
}

.bundle-total__label {
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.bundle-total__amount {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.bundle-total__savings {
    font-size: 0.9rem;
    color: var(--dreemdex-amber-light);
    font-weight: 600;
}

/* Section padding */
.section- {
        {
        section.id
    }
}

-padding {
    padding-top: {
            {
            section.settings.padding_top
        }
    }

    px;

    padding-bottom: {
            {
            section.settings.padding_bottom
        }
    }

    px;
}