.smart-cart-kits-container {
    margin-bottom: 30px;
    width: 100%;
    clear: both;
}

.smart-cart-progress-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.smart-cart-progress-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
    width: 100% !important;
}

.smart-cart-progress-text {
    font-size: 14px;
    color: #334155;
    line-height: 1.4;
    display: inline-block !important;
}

.smart-cart-progress-text.smart-cart-unlocked {
    color: #16a34a;
    font-weight: 600;
}

.smart-cart-progress-percentage {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    background: #f1f5f9;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block !important;
    margin-left: auto !important;
    white-space: nowrap !important;
}

.smart-cart-progress-bar-bg {
    width: 100%;
    height: 10px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.smart-cart-progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6 0%, #10b981 100%);
    border-radius: 10px;
    transition: width 0.4s ease;
}

.smart-cart-kit-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100% !important;
    box-sizing: border-box !important;
}

.smart-cart-kit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    border-color: #cbd5e1;
}

.smart-cart-kit-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
}

.smart-cart-kit-media {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px;
    box-sizing: border-box !important;
}

.smart-cart-kit-img,
.smart-cart-kit-media img {
    width: 100% !important;
    max-width: 62px !important;
    height: 100% !important;
    max-height: 62px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.smart-cart-kit-details {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 4px !important;
    text-align: left !important;
}

.smart-cart-kit-badge-wrapper {
    margin-bottom: 2px !important;
}

.smart-cart-kit-badge {
    background: linear-gradient(90deg, #ef4444 0%, #f97316 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.2);
    display: inline-block !important;
}

.smart-cart-kit-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.smart-cart-kit-subtitle {
    font-size: 11px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.smart-cart-kit-price-row {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 2px !important;
    justify-content: flex-start !important;
}

.smart-cart-kit-price {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #059669 !important;
}

.smart-cart-kit-action {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 6px !important;
}

.smart-cart-kit-add-btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.3) !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.smart-cart-kit-add-btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 5px 14px rgba(37, 99, 235, 0.4) !important;
}

.smart-cart-kit-add-btn:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

.smart-cart-kit-icon {
    display: inline-block !important;
    vertical-align: middle !important;
}

@media (max-width: 768px) {
    .smart-cart-kit-content {
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 10px !important;
    }

    .smart-cart-kit-details {
        align-items: flex-start !important;
        text-align: left !important;
    }

    .smart-cart-kit-title {
        text-align: left !important;
    }

    .smart-cart-kit-subtitle {
        text-align: left !important;
    }

    .smart-cart-kit-price-row {
        justify-content: flex-start !important;
    }
    
    .smart-cart-kit-action {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 6px !important;
    }
    
    .smart-cart-kit-add-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

.mini-cart .smart-cart-kits-container,
.widget_shopping_cart .smart-cart-kits-container {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 5px;
}

.mini-cart .smart-cart-progress-wrapper,
.widget_shopping_cart .smart-cart-progress-wrapper {
    padding: 12px 14px;
    margin-bottom: 12px;
}

.mini-cart .smart-cart-progress-text,
.widget_shopping_cart .smart-cart-progress-text {
    font-size: 12px !important;
}

.mini-cart .smart-cart-kit-card,
.widget_shopping_cart .smart-cart-kit-card {
    padding: 10px;
}

.mini-cart .smart-cart-kit-content,
.widget_shopping_cart .smart-cart-kit-content {
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 10px !important;
}

.mini-cart .smart-cart-kit-media,
.widget_shopping_cart .smart-cart-kit-media {
    width: 65px !important;
    min-width: 65px !important;
    max-width: 65px !important;
    height: 65px !important;
    min-height: 65px !important;
    max-height: 65px !important;
}

.mini-cart .smart-cart-kit-details,
.widget_shopping_cart .smart-cart-kit-details {
    align-items: flex-start !important;
    text-align: left !important;
}

.mini-cart .smart-cart-kit-title,
.widget_shopping_cart .smart-cart-kit-title {
    text-align: left !important;
}

.mini-cart .smart-cart-kit-subtitle,
.widget_shopping_cart .smart-cart-kit-subtitle {
    text-align: left !important;
}

.mini-cart .smart-cart-kit-price-row,
.widget_shopping_cart .smart-cart-kit-price-row {
    justify-content: flex-start !important;
}

.mini-cart .smart-cart-kit-action,
.widget_shopping_cart .smart-cart-kit-action {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 6px !important;
}

.mini-cart .smart-cart-kit-add-btn,
.widget_shopping_cart .smart-cart-kit-add-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
}
