/* Vibeable Bundle Products Storefront Styling */
.vibe-bundles-section {
    background: #f8fafc;
    position: relative;
}
.vibe-bundle-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(236, 72, 153, 0.12));
    color: #4f46e5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.vibe-bundle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 26px;
    margin-top: 30px;
}
.vibe-bundle-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    position: relative;
}
.vibe-bundle-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(99, 102, 241, 0.14);
    border-color: #c7d2fe;
}
.vibe-bundle-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16/11;
    background: #f1f5f9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vibe-bundle-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.vibe-bundle-card:hover .vibe-bundle-media img {
    transform: scale(1.04);
}
.vibe-bundle-deal-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 5px 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #4f46e5, #ec4899);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.35);
}
.vibe-bundle-savings-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    padding: 5px 11px;
    border-radius: 8px;
    background: #10b981;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
.vibe-bundle-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.vibe-bundle-items-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    color: #6366f1;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.vibe-bundle-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    color: #0f172a;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vibe-bundle-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s;
}
.vibe-bundle-title a:hover {
    color: #4f46e5;
}
.vibe-bundle-included-preview {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 18px;
}
.vibe-bundle-included-label {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 6px;
    display: block;
}
.vibe-bundle-included-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.vibe-bundle-included-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 11px;
    font-weight: 600;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vibe-bundle-pricing {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}
.vibe-bundle-price-wrap {
    display: flex;
    flex-direction: column;
}
.vibe-bundle-mrp {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
}
.vibe-bundle-final-price {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
}
.vibe-bundle-cod-note {
    font-size: 11px;
    color: #059669;
    font-weight: 600;
    margin-top: 3px;
}
.vibe-bundle-actions {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.vibe-bundle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 1;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}
.vibe-bundle-btn-primary {
    background: linear-gradient(105deg, #08baf1, #654cf0 58%, #ed24bd);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.25);
}
.vibe-bundle-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(99, 102, 241, 0.35);
}
.vibe-bundle-btn-secondary {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
}
.vibe-bundle-btn-secondary:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Bundle Details Page */
.vibe-bundle-detail-page {
    padding: 40px 0 80px;
    background: #f8fafc;
}
.vibe-bundle-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 40px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}
.vibe-bundle-detail-image-box {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #f1f5f9;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
}
.vibe-bundle-detail-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vibe-bundle-detail-info {
    display: flex;
    flex-direction: column;
}
.vibe-bundle-detail-header {
    margin-bottom: 20px;
}
.vibe-bundle-detail-header h1 {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 10px 0 14px;
}
.vibe-bundle-detail-price-card {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border: 1.5px solid #cbd5e1;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.vibe-bundle-detail-price-main {
    display: flex;
    flex-direction: column;
}
.vibe-bundle-detail-price-main .final-price {
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
}
.vibe-bundle-detail-price-main .mrp-line {
    font-size: 13.5px;
    color: #64748b;
}
.vibe-bundle-detail-price-main .mrp-line s {
    color: #94a3b8;
}
.vibe-bundle-detail-discount-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 8px;
    background: #10b981;
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
}
.vibe-bundle-breakdown-box {
    display: flex;
    gap: 20px;
    font-size: 12.5px;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}
.vibe-bundle-breakdown-box span {
    color: #475569;
}
.vibe-bundle-breakdown-box b {
    color: #0f172a;
}
.vibe-bundle-items-section {
    margin-bottom: 28px;
}
.vibe-bundle-items-section h3 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.vibe-bundle-item-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.vibe-bundle-item-card:hover {
    border-color: #6366f1;
    transform: translateX(4px);
}
.vibe-bundle-item-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.vibe-bundle-item-info {
    flex: 1;
    min-width: 0;
}
.vibe-bundle-item-info strong {
    font-size: 13.5px;
    color: #0f172a;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vibe-bundle-item-info small {
    font-size: 11.5px;
    color: #64748b;
}
.vibe-bundle-item-link {
    font-size: 12px;
    font-weight: 700;
    color: #6366f1;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    background: #eef2ff;
}
.vibe-bundle-item-link:hover {
    background: #e0e7ff;
}
.vibe-bundle-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}
.vibe-bundle-cta-whatsapp {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.28);
}
.vibe-bundle-cta-whatsapp:hover {
    background: #1eb857;
    color: #ffffff;
}

@media (max-width: 900px) {
    .vibe-bundle-detail-grid {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 28px;
    }
}
@media (max-width: 640px) {
    .vibe-bundle-grid {
        grid-template-columns: 1fr;
    }
    .vibe-bundle-detail-price-card {
        flex-direction: column;
        align-items: flex-start;
    }
}
